Home
last modified time | relevance | path

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

/aoo4110/main/basegfx/source/polygon/
H A Db2dpolygoncutandtouch.cxx107 const sal_uInt32 nTempPointCount(rTempPoints.size()); in mergeTemporaryPointsAndPolygon() local
109 if(nTempPointCount) in mergeTemporaryPointsAndPolygon()
137 while(nNewInd < nTempPointCount && rTempPoints[nNewInd].getIndex() == a) in mergeTemporaryPointsAndPolygon()
159 while(nNewInd < nTempPointCount && rTempPoints[nNewInd].getIndex() == a) in mergeTemporaryPointsAndPolygon()
201 const sal_uInt32 nTempPointCount(rPointVector.size()); in adaptAndTransferCutsWithBezierSegment() local
204 if(nTempPointCount && nEdgeCount) in adaptAndTransferCutsWithBezierSegment()
206 for(sal_uInt32 a(0L); a < nTempPointCount; a++) in adaptAndTransferCutsWithBezierSegment()

Completed in 21 milliseconds