Home
last modified time | relevance | path

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

/trunk/main/drawinglayer/source/primitive3d/
H A Dsdrextrudelathetools3d.cxx121 const basegfx::B3DPolygon aSubB(rPolB.getB3DPolygon(a)); in impAddInBetweenFill() local
122 … OSL_ENSURE(aSubA.count() == aSubB.count(), "impAddInBetweenFill: unequally sized polygons (!)"); in impAddInBetweenFill()
123 const sal_uInt32 nPointCount(::std::min(aSubA.count(), aSubB.count())); in impAddInBetweenFill()
136 const double fPolygonLengthB(basegfx::tools::getLength(aSubB)); in impAddInBetweenFill()
147 const basegfx::B3DPoint aStartB(aSubB.getB3DPoint(nIndexA)); in impAddInBetweenFill()
148 const basegfx::B3DPoint aEndB(aSubB.getB3DPoint(nIndexB)); in impAddInBetweenFill()
161 aNew.setNormal(1L, aSubB.getNormal(nIndexA)); in impAddInBetweenFill()
162 aNew.setNormal(2L, aSubB.getNormal(nIndexB)); in impAddInBetweenFill()
218 basegfx::B3DPolygon aSubB(rPolB.getB3DPolygon(a)); in impCreateInBetweenNormals() local
219 … OSL_ENSURE(aSubA.count() == aSubB.count(), "sdrExtrudePrimitive3D: unequally sized polygons (!)"); in impCreateInBetweenNormals()
[all …]