Searched refs:rTempPoints (Results 1 – 1 of 1) sorted by relevance
102 …gon mergeTemporaryPointsAndPolygon(const B2DPolygon& rCandidate, temporaryPointVector& rTempPoints) in mergeTemporaryPointsAndPolygon() argument107 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() argument211 … rTempPoints.push_back(temporaryPoint(rTempPoint.getPoint(), nInd, fRelativeCutPos)); in adaptAndTransferCutsWithBezierSegment()230 void findCuts(const B2DPolygon& rCandidate, temporaryPointVector& rTempPoints);[all …]