Home
last modified time | relevance | path

Searched refs:aAreaPolyPolygon (Results 1 – 2 of 2) sorted by path

/trunk/main/drawinglayer/source/primitive2d/
H A Dpolygonprimitive2d.cxx257 basegfx::B2DPolyPolygon aAreaPolyPolygon; in create2DDecomposition() local
262 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()
/trunk/main/vcl/source/gdi/
H A Doutdev.cxx2414 const basegfx::B2DPolyPolygon aAreaPolyPolygon( in DrawPolyLine() local
2429 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 29 milliseconds