Lines Matching refs:rTempPoints

102 …gon mergeTemporaryPointsAndPolygon(const B2DPolygon& rCandidate, temporaryPointVector& rTempPoints)  in mergeTemporaryPointsAndPolygon()  argument
107 const sal_uInt32 nTempPointCount(rTempPoints.size()); in mergeTemporaryPointsAndPolygon()
117 ::std::sort(rTempPoints.begin(), rTempPoints.end()); in mergeTemporaryPointsAndPolygon()
137 while(nNewInd < nTempPointCount && rTempPoints[nNewInd].getIndex() == a) in mergeTemporaryPointsAndPolygon()
139 const temporaryPoint& rTempPoint = rTempPoints[nNewInd++]; in mergeTemporaryPointsAndPolygon()
159 while(nNewInd < nTempPointCount && rTempPoints[nNewInd].getIndex() == a) in mergeTemporaryPointsAndPolygon()
161 const temporaryPoint& rTempPoint = rTempPoints[nNewInd++]; in mergeTemporaryPointsAndPolygon()
195 sal_uInt32 nInd, temporaryPointVector& rTempPoints) in adaptAndTransferCutsWithBezierSegment() argument
211 rTempPoints.push_back(temporaryPoint(rTempPoint.getPoint(), nInd, fRelativeCutPos)); in adaptAndTransferCutsWithBezierSegment()
230 void findCuts(const B2DPolygon& rCandidate, temporaryPointVector& rTempPoints);
231 …onst B2DPolygon& rEdgePolygon, const B2DPolygon& rPointPolygon, temporaryPointVector& rTempPoints);
496 sal_uInt32 nInd, temporaryPointVector& rTempPoints) in findEdgeCutsOneBezier() argument
521 adaptAndTransferCutsWithBezierSegment(aTempPointVector, aTempPolygon, nInd, rTempPoints); in findEdgeCutsOneBezier()
527 void findCuts(const B2DPolygon& rCandidate, temporaryPointVector& rTempPoints) in findCuts() argument
556 findEdgeCutsOneBezier(aCubicA, a, rTempPoints); in findCuts()
578 findEdgeCutsTwoBeziers(aCubicA, aCubicB, a, b, rTempPoints, rTempPoints); in findCuts()
583 …erAndEdge(aCubicA, aCubicB.getStartPoint(), aCubicB.getEndPoint(), a, b, rTempPoints, rTempPoints); in findCuts()
588 …erAndEdge(aCubicB, aCubicA.getStartPoint(), aCubicA.getEndPoint(), b, a, rTempPoints, rTempPoints); in findCuts()
594 a, b, rTempPoints, rTempPoints); in findCuts()
623 findEdgeCutsTwoEdges(aCurrA, aNextA, aCurrB, aNextB, a, b, rTempPoints, rTempPoints); in findCuts()
653 sal_uInt32 nInd, temporaryPointVector& rTempPoints) in findTouchesOnEdge() argument
687 rTempPoints.push_back(temporaryPoint(aTestPoint, nInd, fCut)); in findTouchesOnEdge()
700 sal_uInt32 nInd, temporaryPointVector& rTempPoints) in findTouchesOnCurve() argument
718 adaptAndTransferCutsWithBezierSegment(aTempPointVector, aTempPolygon, nInd, rTempPoints); in findTouchesOnCurve()
724 …const B2DPolygon& rEdgePolygon, const B2DPolygon& rPointPolygon, temporaryPointVector& rTempPoints) in findTouches() argument
755 findTouchesOnCurve(aCubicA, rPointPolygon, a, rTempPoints); in findTouches()
761 findTouchesOnEdge(aCurr, aNext, rPointPolygon, a, rTempPoints); in findTouches()