Searched refs:aAreaPolyPolygon (Results 1 – 2 of 2) sorted by relevance
257 basegfx::B2DPolyPolygon aAreaPolyPolygon; in create2DDecomposition() local262 aAreaPolyPolygon.append(basegfx::tools::createAreaGeometry( in create2DDecomposition()270 Primitive2DSequence aRetval(aAreaPolyPolygon.count()); in create2DDecomposition()273 for(sal_uInt32 b(0L); b < aAreaPolyPolygon.count(); b++) in create2DDecomposition()278 const basegfx::B2DPolyPolygon aNewPolyPolygon(aAreaPolyPolygon.getB2DPolygon(b)); in create2DDecomposition()
2414 const basegfx::B2DPolyPolygon aAreaPolyPolygon( in DrawPolyLine() local2429 for(sal_uInt32 a(0); a < aAreaPolyPolygon.count(); a++) in DrawPolyLine()2432 basegfx::B2DPolyPolygon(aAreaPolyPolygon.getB2DPolygon(a))); in DrawPolyLine()2444 for(sal_uInt32 a(0); a < aAreaPolyPolygon.count(); a++) in DrawPolyLine()2446 ImpTryDrawPolyLineDirect(aAreaPolyPolygon.getB2DPolygon(a)); in DrawPolyLine()
Completed in 22 milliseconds