Lines Matching refs:rTempPointsA
232 …on& rCandidateA, const B2DPolygon& rCandidateB, temporaryPointVector& rTempPointsA, temporaryPoint…
240 temporaryPointVector& rTempPointsA, temporaryPointVector& rTempPointsB) in findEdgeCutsTwoEdges() argument
279 rTempPointsA.push_back(temporaryPoint(aCutPoint, nIndA, fCut)); in findEdgeCutsTwoEdges()
290 …on& rCandidateA, const B2DPolygon& rCandidateB, temporaryPointVector& rTempPointsA, temporaryPoint… in findCutsAndTouchesAndCommonForBezier() argument
370 rTempPointsA.push_back(temporaryPoint(aCurrA, a, 0.0)); in findCutsAndTouchesAndCommonForBezier()
376 rTempPointsA.push_back(temporaryPoint(aCutPoint, a, fCutA)); in findCutsAndTouchesAndCommonForBezier()
416 temporaryPointVector& rTempPointsA, temporaryPointVector& rTempPointsB) in findEdgeCutsBezierAndEdge() argument
440 adaptAndTransferCutsWithBezierSegment(aTempPointVectorA, aTempPolygonA, nIndA, rTempPointsA); in findEdgeCutsBezierAndEdge()
457 temporaryPointVector& rTempPointsA, temporaryPointVector& rTempPointsB) in findEdgeCutsTwoBeziers() argument
482 adaptAndTransferCutsWithBezierSegment(aTempPointVectorA, aTempPolygonA, nIndA, rTempPointsA); in findEdgeCutsTwoBeziers()
784 …on& rCandidateA, const B2DPolygon& rCandidateB, temporaryPointVector& rTempPointsA, temporaryPoint… in findCuts() argument
830 findEdgeCutsTwoBeziers(aCubicA, aCubicB, a, b, rTempPointsA, rTempPointsB); in findCuts()
835 …AndEdge(aCubicA, aCubicB.getStartPoint(), aCubicB.getEndPoint(), a, b, rTempPointsA, rTempPointsB); in findCuts()
840 …AndEdge(aCubicB, aCubicA.getStartPoint(), aCubicA.getEndPoint(), b, a, rTempPointsB, rTempPointsA); in findCuts()
846 a, b, rTempPointsA, rTempPointsB); in findCuts()
876 findEdgeCutsTwoEdges(aCurrA, aNextA, aCurrB, aNextB, a, b, rTempPointsA, rTempPointsB); in findCuts()