Searched refs:aSubA (Results 1 – 1 of 1) sorted by relevance
123 const basegfx::B3DPolygon aSubA(rPolA.getB3DPolygon(a)); in impAddInBetweenFill() local125 … 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()130 const sal_uInt32 nEdgeCount(aSubA.isClosed() ? nPointCount : nPointCount - 1L); in impAddInBetweenFill()136 const double fPolygonLengthA(basegfx::tools::getLength(aSubA)); in impAddInBetweenFill()148 const basegfx::B3DPoint aStartA(aSubA.getB3DPoint(nIndexA)); in impAddInBetweenFill()149 const basegfx::B3DPoint aEndA(aSubA.getB3DPoint(nIndexB)); in impAddInBetweenFill()163 aNew.setNormal(0L, aSubA.getNormal(nIndexA)); in impAddInBetweenFill()166 aNew.setNormal(3L, aSubA.getNormal(nIndexB)); in impAddInBetweenFill()220 basegfx::B3DPolygon aSubA(rPolA.getB3DPolygon(a)); in impCreateInBetweenNormals() local[all …]