Lines Matching refs:getB2DPolyPolygon

323     return aPoly.getB2DPolyPolygon();  in ImplCreateB2DPolyPolygonFromRegionBand()
446 if(getB2DPolyPolygon()) in Move()
448 basegfx::B2DPolyPolygon aPoly(*getB2DPolyPolygon()); in Move()
493 if(getB2DPolyPolygon()) in Scale()
495 basegfx::B2DPolyPolygon aPoly(*getB2DPolyPolygon()); in Scale()
633 if(getB2DPolyPolygon()) in Intersect()
637 *getB2DPolyPolygon(), in Intersect()
958 if(getB2DPolyPolygon() && getB2DPolyPolygon() == rRegion.getB2DPolyPolygon()) in Intersect()
1268 if(getB2DPolyPolygon()) in GetBoundRect()
1270 const basegfx::B2DRange aRange(basegfx::tools::getRange(*getB2DPolyPolygon())); in GetBoundRect()
1306 if(getB2DPolyPolygon()) in GetAsPolyPolygon()
1309 const PolyPolygon aPolyPolgon(*getB2DPolyPolygon()); in GetAsPolyPolygon()
1329 if(getB2DPolyPolygon()) in GetAsB2DPolyPolygon()
1331 return *getB2DPolyPolygon(); in GetAsB2DPolyPolygon()
1337 const basegfx::B2DPolyPolygon aB2DPolyPolygon(getPolyPolygon()->getB2DPolyPolygon()); in GetAsB2DPolyPolygon()
1340 return *getB2DPolyPolygon(); in GetAsB2DPolyPolygon()
1349 return *getB2DPolyPolygon(); in GetAsB2DPolyPolygon()
1359 if(getB2DPolyPolygon()) in GetAsRegionBand()
1362 …(this)->mpRegionBand.reset(ImplCreateRegionBandFromPolyPolygon(PolyPolygon(*getB2DPolyPolygon()))); in GetAsRegionBand()
1512 if(getB2DPolyPolygon() && getB2DPolyPolygon() == rRegion.getB2DPolyPolygon()) in operator ==()
1540 if(rRegion.getB2DPolyPolygon() || getB2DPolyPolygon()) in operator ==()
1547 return *rRegion.getB2DPolyPolygon() == *getB2DPolyPolygon(); in operator ==()
1644 if(!bEmpty && rRegion.getB2DPolyPolygon() && 0 == rRegion.getB2DPolyPolygon()->count()) in operator <<()