Home
last modified time | relevance | path

Searched refs:rTempPoints (Results 1 – 1 of 1) sorted by relevance

/trunk/main/basegfx/source/polygon/
H A Db2dpolygoncutandtouch.cxx102 …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
211rTempPoints.push_back(temporaryPoint(rTempPoint.getPoint(), nInd, fRelativeCutPos)); in adaptAndTransferCutsWithBezierSegment()
230 void findCuts(const B2DPolygon& rCandidate, temporaryPointVector& rTempPoints);
[all …]