Lines Matching refs:aCurrA

313 				B2DPoint aCurrA(rCandidateA.getB2DPoint(0L));  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()
339 …fCutA = (aVecB.getY() * (aCurrB.getX() - aCurrA.getX()) + aVecB.getX() * (aCurrA.getY() - aCurrB.g… in findCutsAndTouchesAndCommonForBezier()
351 fCutB = (aCurrA.getX() + (fCutA * aVecA.getX()) - aCurrB.getX()) / aVecB.getX(); in findCutsAndTouchesAndCommonForBezier()
355 fCutB = (aCurrA.getY() + (fCutA * aVecA.getY()) - aCurrB.getY()) / aVecB.getY(); in findCutsAndTouchesAndCommonForBezier()
370 rTempPointsA.push_back(temporaryPoint(aCurrA, a, 0.0)); in findCutsAndTouchesAndCommonForBezier()
375 const B2DPoint aCutPoint(interpolate(aCurrA, aNextA, fCutA)); in findCutsAndTouchesAndCommonForBezier()
405 aCurrA = aNextA; in findCutsAndTouchesAndCommonForBezier()
602 B2DPoint aCurrA(rCandidate.getB2DPoint(0L)); 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()
854 B2DPoint aCurrA(rCandidateA.getB2DPoint(0L)); 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()