Lines Matching refs:nPointCount

126 			const sal_uInt32 nPointCount(::std::min(aSubA.count(), aSubB.count()));  in impAddInBetweenFill()  local
128 if(nPointCount) in impAddInBetweenFill()
130 const sal_uInt32 nEdgeCount(aSubA.isClosed() ? nPointCount : nPointCount - 1L); in impAddInBetweenFill()
146 const sal_uInt32 nIndexB((b + 1L) % nPointCount); in impAddInBetweenFill()
223 const sal_uInt32 nPointCount(::std::min(aSubA.count(), aSubB.count())); in impCreateInBetweenNormals() local
225 if(nPointCount) in impCreateInBetweenNormals()
227 basegfx::B3DPoint aPrevA(aSubA.getB3DPoint(nPointCount - 1L)); in impCreateInBetweenNormals()
231 for(sal_uInt32 b(0L); b < nPointCount; b++) in impCreateInBetweenNormals()
233 const sal_uInt32 nIndNext((b + 1L) % nPointCount); in impCreateInBetweenNormals()
260 const bool bLastAndNotClosed(!bClosed && b + 1L == nPointCount); in impCreateInBetweenNormals()
307 const sal_uInt32 nPointCount(::std::min(aSubA.count(), aSubB.count())); in impMixNormals() local
309 for(sal_uInt32 b(0L); b < nPointCount; b++) in impMixNormals()
325 const sal_uInt32 nPointCount(rPoly.count()); in impHasCutWith() local
327 if(nPointCount) in impHasCutWith()
332 for(sal_uInt32 a(0); a < nPointCount; a++) in impHasCutWith()
334 const sal_uInt32 nNextIndex((a + 1) % nPointCount); in impHasCutWith()
908 const sal_uInt32 nPointCount(rLoopA.count()); in createReducedOutlines() local
913 if(nPointCount && nPointCount == rLoopB.count()) in createReducedOutlines()
932 for(sal_uInt32 a(0); a < nPointCount; a++) in createReducedOutlines()