Home
last modified time | relevance | path

Searched refs:rPolA (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/drawinglayer/source/primitive3d/
H A Dsdrextrudelathetools3d.cxx108 const basegfx::B3DPolyPolygon& rPolA, in impAddInBetweenFill() argument
115 … 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()
120 const basegfx::B3DPolygon aSubA(rPolA.getB3DPolygon(a)); in impAddInBetweenFill()
208 basegfx::B3DPolyPolygon& rPolA, in impCreateInBetweenNormals() argument
212 … 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()
217 basegfx::B3DPolygon aSubA(rPolA.getB3DPolygon(a)); in impCreateInBetweenNormals()
284 rPolA.setB3DPolygon(a, aSubA); in impCreateInBetweenNormals()
291 basegfx::B3DPolyPolygon& rPolA, in impMixNormals() argument
[all …]