Searched refs:rPolB (Results 1 – 1 of 1) sorted by relevance
109 const basegfx::B3DPolyPolygon& rPolB, in impAddInBetweenFill() argument115 … OSL_ENSURE(rPolA.count() == rPolB.count(), "impAddInBetweenFill: unequally sized polygons (!)"); in impAddInBetweenFill()116 const sal_uInt32 nPolygonCount(::std::min(rPolA.count(), rPolB.count())); in impAddInBetweenFill()121 const basegfx::B3DPolygon aSubB(rPolB.getB3DPolygon(a)); in impAddInBetweenFill()209 basegfx::B3DPolyPolygon& rPolB, in impCreateInBetweenNormals() argument212 … OSL_ENSURE(rPolA.count() == rPolB.count(), "sdrExtrudePrimitive3D: unequally sized polygons (!)"); in impCreateInBetweenNormals()213 const sal_uInt32 nPolygonCount(::std::min(rPolA.count(), rPolB.count())); in impCreateInBetweenNormals()218 basegfx::B3DPolygon aSubB(rPolB.getB3DPolygon(a)); in impCreateInBetweenNormals()285 rPolB.setB3DPolygon(a, aSubB); in impCreateInBetweenNormals()292 const basegfx::B3DPolyPolygon& rPolB, in impMixNormals() argument[all …]