Lines Matching refs:aB2DPolyPolygon
187 basegfx::B2DPolyPolygon aB2DPolyPolygon(rB2DPolyPoly); in DrawTransparent() local
190 aB2DPolyPolygon.transform( aTransform ); in DrawTransparent()
191 aB2DPolyPolygon.setClosed( true ); in DrawTransparent()
195 bDrawnOk = mpGraphics->DrawPolyPolygon( aB2DPolyPolygon, fTransparency, this ); in DrawTransparent()
199 const int nPolyCount = aB2DPolyPolygon.count(); in DrawTransparent()
202 const ::basegfx::B2DPolygon aOnePoly = aB2DPolyPolygon.getB2DPolygon( nPolyIdx ); in DrawTransparent()
298 basegfx::B2DPolyPolygon aB2DPolyPolygon( rPolyPoly.getB2DPolyPolygon() ); in DrawTransparent() local
300 aB2DPolyPolygon.transform( aTransform ); in DrawTransparent()
313 bDrawn = mpGraphics->DrawPolyPolygon( aB2DPolyPolygon, fTransparency, this ); in DrawTransparent()
322 const int nPolyCount = aB2DPolyPolygon.count(); in DrawTransparent()
325 const ::basegfx::B2DPolygon& rPolygon = aB2DPolyPolygon.getB2DPolygon( nPolyIdx ); in DrawTransparent()