Lines Matching refs:count

118 		OSL_ENSURE(rPolA.count() == rPolB.count(), "impAddInBetweenFill: unequally sized polygons (!)");  in impAddInBetweenFill()
119 const sal_uInt32 nPolygonCount(::std::min(rPolA.count(), rPolB.count())); in impAddInBetweenFill()
125 OSL_ENSURE(aSubA.count() == aSubB.count(), "impAddInBetweenFill: unequally sized polygons (!)"); in impAddInBetweenFill()
126 const sal_uInt32 nPointCount(::std::min(aSubA.count(), aSubB.count())); in impAddInBetweenFill()
197 for(sal_uInt32 a(0L); a < rCandidate.count(); a++) in impSetNormal()
201 for(sal_uInt32 b(0L); b < aSub.count(); b++) in impSetNormal()
215 OSL_ENSURE(rPolA.count() == rPolB.count(), "sdrExtrudePrimitive3D: unequally sized polygons (!)"); in impCreateInBetweenNormals()
216 const sal_uInt32 nPolygonCount(::std::min(rPolA.count(), rPolB.count())); in impCreateInBetweenNormals()
222 … OSL_ENSURE(aSubA.count() == aSubB.count(), "sdrExtrudePrimitive3D: unequally sized polygons (!)"); in impCreateInBetweenNormals()
223 const sal_uInt32 nPointCount(::std::min(aSubA.count(), aSubB.count())); in impCreateInBetweenNormals()
299 OSL_ENSURE(rPolA.count() == rPolB.count(), "sdrExtrudePrimitive3D: unequally sized polygons (!)"); in impMixNormals()
300 const sal_uInt32 nPolygonCount(::std::min(rPolA.count(), rPolB.count())); in impMixNormals()
306 … OSL_ENSURE(aSubA.count() == aSubB.count(), "sdrExtrudePrimitive3D: unequally sized polygons (!)"); in impMixNormals()
307 const sal_uInt32 nPointCount(::std::min(aSubA.count(), aSubB.count())); in impMixNormals()
325 const sal_uInt32 nPointCount(rPoly.count()); in impHasCutWith()
532 const sal_uInt32 nSlideSubPolygonCount(rSliceVector[0].getB3DPolyPolygon().count()); in extractHorizontalLinesFromSlice()
536 …nst sal_uInt32 nSubPolygonPointCount(rSliceVector[0].getB3DPolyPolygon().getB3DPolygon(b).count()); in extractHorizontalLinesFromSlice()
544 …const bool bSamePolygonCount(nSlideSubPolygonCount == rSliceVector[d].getB3DPolyPolygon().count()); in extractHorizontalLinesFromSlice()
545 …ePointCount(nSubPolygonPointCount == rSliceVector[d].getB3DPolyPolygon().getB3DPolygon(b).count()); in extractHorizontalLinesFromSlice()
681 if(aFront.count()) in extractPlanesFromSlice()
775 …const basegfx::B3DVector aNormal(aBack.count() ? aBack.getB3DPolygon(0L).getNormal() : basegfx::B3… in extractPlanesFromSlice()
877 if(aFront.count()) in extractPlanesFromSlice()
894 for(a = 0L; a < aEdgeRounding.count(); a++) in extractPlanesFromSlice()
908 const sal_uInt32 nPointCount(rLoopA.count()); in createReducedOutlines()
913 if(nPointCount && nPointCount == rLoopB.count()) in createReducedOutlines()