Lines Matching refs:aNextB
323 const B2DPoint aNextB(rCandidateB.getB2DPoint(b + 1L)); in findCutsAndTouchesAndCommonForBezier() local
324 const B2DRange aRangeB(aCurrB, aNextB); in findCutsAndTouchesAndCommonForBezier()
329 if(!(aCurrA.equal(aNextA) || aCurrB.equal(aNextB))) in findCutsAndTouchesAndCommonForBezier()
332 const B2DVector aVecB(aNextB - aCurrB); in findCutsAndTouchesAndCommonForBezier()
391 const B2DPoint aCutPoint(interpolate(aCurrB, aNextB, fCutB)); in findCutsAndTouchesAndCommonForBezier()
401 aCurrB = aNextB; in findCutsAndTouchesAndCommonForBezier()
612 const B2DPoint aNextB(rCandidate.getB2DPoint(b + 1L == nPointCount ? 0L : b + 1L)); in findCuts() local
613 const B2DRange aRangeB(aCurrB, aNextB); in findCuts()
623 findEdgeCutsTwoEdges(aCurrA, aNextA, aCurrB, aNextB, a, b, rTempPoints, rTempPoints); in findCuts()
627 aCurrB = aNextB; in findCuts()
864 const B2DPoint aNextB(rCandidateB.getB2DPoint(b + 1L == nPointCountB ? 0L : b + 1L)); in findCuts() local
865 const B2DRange aRangeB(aCurrB, aNextB); in findCuts()
876 findEdgeCutsTwoEdges(aCurrA, aNextA, aCurrB, aNextB, a, b, rTempPointsA, rTempPointsB); in findCuts()
880 aCurrB = aNextB; in findCuts()