Home
last modified time | relevance | path

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

/AOO41X/main/drawinglayer/source/primitive3d/
H A Dsdrextrudelathetools3d.cxx124 const basegfx::B3DPolygon aSubB(rPolB.getB3DPolygon(a)); in impAddInBetweenFill() local
125 … OSL_ENSURE(aSubA.count() == aSubB.count(), "impAddInBetweenFill: unequally sized polygons (!)"); in impAddInBetweenFill()
126 const sal_uInt32 nPointCount(::std::min(aSubA.count(), aSubB.count())); in impAddInBetweenFill()
139 const double fPolygonLengthB(basegfx::tools::getLength(aSubB)); in impAddInBetweenFill()
150 const basegfx::B3DPoint aStartB(aSubB.getB3DPoint(nIndexA)); in impAddInBetweenFill()
151 const basegfx::B3DPoint aEndB(aSubB.getB3DPoint(nIndexB)); in impAddInBetweenFill()
164 aNew.setNormal(1L, aSubB.getNormal(nIndexA)); in impAddInBetweenFill()
165 aNew.setNormal(2L, aSubB.getNormal(nIndexB)); in impAddInBetweenFill()
221 basegfx::B3DPolygon aSubB(rPolB.getB3DPolygon(a)); in impCreateInBetweenNormals() local
222 … OSL_ENSURE(aSubA.count() == aSubB.count(), "sdrExtrudePrimitive3D: unequally sized polygons (!)"); in impCreateInBetweenNormals()
[all …]