Lines Matching refs:aNextA
317 const B2DPoint aNextA(rCandidateA.getB2DPoint(a + 1L)); in findCutsAndTouchesAndCommonForBezier() local
318 const B2DRange aRangeA(aCurrA, aNextA); in findCutsAndTouchesAndCommonForBezier()
329 if(!(aCurrA.equal(aNextA) || aCurrB.equal(aNextB))) in findCutsAndTouchesAndCommonForBezier()
331 const B2DVector aVecA(aNextA - aCurrA); in findCutsAndTouchesAndCommonForBezier()
375 const B2DPoint aCutPoint(interpolate(aCurrA, aNextA, fCutA)); in findCutsAndTouchesAndCommonForBezier()
405 aCurrA = aNextA; in findCutsAndTouchesAndCommonForBezier()
606 const B2DPoint aNextA(rCandidate.getB2DPoint(a + 1L == nPointCount ? 0L : a + 1L)); in findCuts() local
607 const B2DRange aRangeA(aCurrA, aNextA); in findCuts()
623 findEdgeCutsTwoEdges(aCurrA, aNextA, aCurrB, aNextB, a, b, rTempPoints, rTempPoints); in findCuts()
631 aCurrA = aNextA; in findCuts()
858 const B2DPoint aNextA(rCandidateA.getB2DPoint(a + 1L == nPointCountA ? 0L : a + 1L)); in findCuts() local
859 const B2DRange aRangeA(aCurrA, aNextA); in findCuts()
876 findEdgeCutsTwoEdges(aCurrA, aNextA, aCurrB, aNextB, a, b, rTempPointsA, rTempPointsB); in findCuts()
884 aCurrA = aNextA; in findCuts()