Searched refs:rPolA (Results 1 – 1 of 1) sorted by relevance
111 const basegfx::B3DPolyPolygon& rPolA, in impAddInBetweenFill() argument118 … 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() argument215 … 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[all …]