Lines Matching refs:nPolygonCount

126 				const sal_uInt32 nPolygonCount(rCandidate.count());  in adaptiveSubdivideByDistance()  local
129 for(sal_uInt32 a(0L); a < nPolygonCount; a++) in adaptiveSubdivideByDistance()
155 const sal_uInt32 nPolygonCount(rCandidate.count()); in adaptiveSubdivideByAngle() local
158 for(sal_uInt32 a(0L); a < nPolygonCount; a++) in adaptiveSubdivideByAngle()
184 const sal_uInt32 nPolygonCount(rCandidate.count()); in adaptiveSubdivideByCount() local
187 for(sal_uInt32 a(0L); a < nPolygonCount; a++) in adaptiveSubdivideByCount()
211 const sal_uInt32 nPolygonCount(rCandidate.count()); in isInside() local
213 if(1L == nPolygonCount) in isInside()
221 for(sal_uInt32 a(0L); a < nPolygonCount; a++) in isInside()
239 const sal_uInt32 nPolygonCount(rCandidate.count()); in getRangeWithControlPoints() local
241 for(sal_uInt32 a(0L); a < nPolygonCount; a++) in getRangeWithControlPoints()
253 const sal_uInt32 nPolygonCount(rCandidate.count()); in getRange() local
255 for(sal_uInt32 a(0L); a < nPolygonCount; a++) in getRange()
267 const sal_uInt32 nPolygonCount(rCandidate.count()); in getSignedArea() local
269 for(sal_uInt32 a(0L); a < nPolygonCount; a++) in getSignedArea()
322 const sal_uInt32 nPolygonCount(rCandidate.count()); in isInEpsilonRange() local
324 for(sal_uInt32 a(0L); a < nPolygonCount; a++) in isInEpsilonRange()
339 const sal_uInt32 nPolygonCount(rCandidate.count()); in createB3DPolyPolygonFromB2DPolyPolygon() local
342 for(sal_uInt32 a(0L); a < nPolygonCount; a++) in createB3DPolyPolygonFromB2DPolyPolygon()
354 const sal_uInt32 nPolygonCount(rCandidate.count()); in createB2DPolyPolygonFromB3DPolyPolygon() local
357 for(sal_uInt32 a(0L); a < nPolygonCount; a++) in createB2DPolyPolygonFromB3DPolyPolygon()
371 const sal_uInt32 nPolygonCount(rCandidate.count()); in getSmallestDistancePointToPolyPolygon() local
373 for(sal_uInt32 a(0L); a < nPolygonCount; a++) in getSmallestDistancePointToPolyPolygon()
401 const sal_uInt32 nPolygonCount(rCandidate.count()); in distort() local
404 for(sal_uInt32 a(0L); a < nPolygonCount; a++) in distort()
416 const sal_uInt32 nPolygonCount(rCandidate.count()); in rotateAroundPoint() local
419 for(sal_uInt32 a(0L); a < nPolygonCount; a++) in rotateAroundPoint()
431 const sal_uInt32 nPolygonCount(rCandidate.count()); in expandToCurve() local
434 for(sal_uInt32 a(0L); a < nPolygonCount; a++) in expandToCurve()
448 const sal_uInt32 nPolygonCount(rCandidate.count()); in setContinuity() local
451 for(sal_uInt32 a(0L); a < nPolygonCount; a++) in setContinuity()
560 const sal_uInt32 nPolygonCount(rCandidateA.count()); in equal() local
562 if(nPolygonCount != rCandidateB.count()) in equal()
565 for(sal_uInt32 a(0); a < nPolygonCount; a++) in equal()