Lines Matching refs:rPolA
111 const basegfx::B3DPolyPolygon& rPolA, in impAddInBetweenFill() argument
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()
123 const basegfx::B3DPolygon aSubA(rPolA.getB3DPolygon(a)); in impAddInBetweenFill()
211 basegfx::B3DPolyPolygon& rPolA, in impCreateInBetweenNormals() argument
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()
220 basegfx::B3DPolygon aSubA(rPolA.getB3DPolygon(a)); in impCreateInBetweenNormals()
287 rPolA.setB3DPolygon(a, aSubA); in impCreateInBetweenNormals()
294 basegfx::B3DPolyPolygon& rPolA, in impMixNormals() argument
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()
304 basegfx::B3DPolygon aSubA(rPolA.getB3DPolygon(a)); in impMixNormals()
318 rPolA.setB3DPolygon(a, aSubA); in impMixNormals()