Lines Matching refs:aB2DPolyPolygon
2084 basegfx::B2DPolyPolygon aB2DPolyPolygon(rPolyPoly.getB2DPolyPolygon()); in DrawPolyPolygon() local
2088 aB2DPolyPolygon.transform(aTransform); in DrawPolyPolygon()
2089 aB2DPolyPolygon.setClosed(true); in DrawPolyPolygon()
2093 bSuccess = mpGraphics->DrawPolyPolygon(aB2DPolyPolygon, 0.0, this); in DrawPolyPolygon()
2102 aB2DPolyPolygon = basegfx::tools::snapPointsOfHorizontalOrVerticalEdges(aB2DPolyPolygon); in DrawPolyPolygon()
2105 for(sal_uInt32 a(0); bSuccess && a < aB2DPolyPolygon.count(); a++) in DrawPolyPolygon()
2108 aB2DPolyPolygon.getB2DPolygon(a), in DrawPolyPolygon()
2213 basegfx::B2DPolyPolygon aB2DPolyPolygon(rB2DPolyPoly); in ImpDrawPolyPolygonWithB2DPolyPolygon() local
2217 aB2DPolyPolygon.transform(aTransform); in ImpDrawPolyPolygonWithB2DPolyPolygon()
2218 aB2DPolyPolygon.setClosed(true); in ImpDrawPolyPolygonWithB2DPolyPolygon()
2222 bSuccess = mpGraphics->DrawPolyPolygon(aB2DPolyPolygon, 0.0, this); in ImpDrawPolyPolygonWithB2DPolyPolygon()
2231 aB2DPolyPolygon = basegfx::tools::snapPointsOfHorizontalOrVerticalEdges(aB2DPolyPolygon); in ImpDrawPolyPolygonWithB2DPolyPolygon()
2234 for(sal_uInt32 a(0);bSuccess && a < aB2DPolyPolygon.count(); a++) in ImpDrawPolyPolygonWithB2DPolyPolygon()
2237 aB2DPolyPolygon.getB2DPolygon(a), in ImpDrawPolyPolygonWithB2DPolyPolygon()