Lines Matching refs:rTempPointsB

232 …t B2DPolygon& rCandidateB, temporaryPointVector& rTempPointsA, temporaryPointVector& rTempPointsB);
240 temporaryPointVector& rTempPointsA, temporaryPointVector& rTempPointsB) in findEdgeCutsTwoEdges() argument
280 rTempPointsB.push_back(temporaryPoint(aCutPoint, nIndB, fCut2)); in findEdgeCutsTwoEdges()
290 …st B2DPolygon& rCandidateB, temporaryPointVector& rTempPointsA, temporaryPointVector& rTempPointsB) in findCutsAndTouchesAndCommonForBezier() argument
386 rTempPointsB.push_back(temporaryPoint(aCurrB, b, 0.0)); in findCutsAndTouchesAndCommonForBezier()
392 rTempPointsB.push_back(temporaryPoint(aCutPoint, b, fCutB)); in findCutsAndTouchesAndCommonForBezier()
416 temporaryPointVector& rTempPointsA, temporaryPointVector& rTempPointsB) in findEdgeCutsBezierAndEdge() argument
447 rTempPointsB.push_back(temporaryPoint(rTempPoint.getPoint(), nIndB, rTempPoint.getCut())); in findEdgeCutsBezierAndEdge()
457 temporaryPointVector& rTempPointsA, temporaryPointVector& rTempPointsB) in findEdgeCutsTwoBeziers() argument
488 adaptAndTransferCutsWithBezierSegment(aTempPointVectorB, aTempPolygonB, nIndB, rTempPointsB); in findEdgeCutsTwoBeziers()
784 …st B2DPolygon& rCandidateB, temporaryPointVector& rTempPointsA, temporaryPointVector& rTempPointsB) 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()