Lines Matching refs:nPointCount

123             const sal_uInt32 nPointCount(::std::min(aSubA.count(), aSubB.count()));  in impAddInBetweenFill()  local
125 if(nPointCount) in impAddInBetweenFill()
127 const sal_uInt32 nEdgeCount(aSubA.isClosed() ? nPointCount : nPointCount - 1L); in impAddInBetweenFill()
143 const sal_uInt32 nIndexB((b + 1L) % nPointCount); in impAddInBetweenFill()
220 const sal_uInt32 nPointCount(::std::min(aSubA.count(), aSubB.count())); in impCreateInBetweenNormals() local
222 if(nPointCount) in impCreateInBetweenNormals()
224 basegfx::B3DPoint aPrevA(aSubA.getB3DPoint(nPointCount - 1L)); in impCreateInBetweenNormals()
228 for(sal_uInt32 b(0L); b < nPointCount; b++) in impCreateInBetweenNormals()
230 const sal_uInt32 nIndNext((b + 1L) % nPointCount); in impCreateInBetweenNormals()
257 const bool bLastAndNotClosed(!bClosed && b + 1L == nPointCount); in impCreateInBetweenNormals()
304 const sal_uInt32 nPointCount(::std::min(aSubA.count(), aSubB.count())); in impMixNormals() local
306 for(sal_uInt32 b(0L); b < nPointCount; b++) in impMixNormals()
322 const sal_uInt32 nPointCount(rPoly.count()); in impHasCutWith() local
324 if(nPointCount) in impHasCutWith()
329 for(sal_uInt32 a(0); a < nPointCount; a++) in impHasCutWith()
331 const sal_uInt32 nNextIndex((a + 1) % nPointCount); in impHasCutWith()
905 const sal_uInt32 nPointCount(rLoopA.count()); in createReducedOutlines() local
910 if(nPointCount && nPointCount == rLoopB.count()) in createReducedOutlines()
929 for(sal_uInt32 a(0); a < nPointCount; a++) in createReducedOutlines()