Lines Matching refs:getB2DPolyPolygon

321     return aPoly.getB2DPolyPolygon();  in ImplCreateB2DPolyPolygonFromRegionBand()
444 if(getB2DPolyPolygon()) in Move()
446 basegfx::B2DPolyPolygon aPoly(*getB2DPolyPolygon()); in Move()
491 if(getB2DPolyPolygon()) in Scale()
493 basegfx::B2DPolyPolygon aPoly(*getB2DPolyPolygon()); in Scale()
631 if(getB2DPolyPolygon()) in Intersect()
635 *getB2DPolyPolygon(), in Intersect()
956 if(getB2DPolyPolygon() && getB2DPolyPolygon() == rRegion.getB2DPolyPolygon()) in Intersect()
1266 if(getB2DPolyPolygon()) in GetBoundRect()
1268 const basegfx::B2DRange aRange(basegfx::tools::getRange(*getB2DPolyPolygon())); in GetBoundRect()
1304 if(getB2DPolyPolygon()) in GetAsPolyPolygon()
1307 const PolyPolygon aPolyPolgon(*getB2DPolyPolygon()); in GetAsPolyPolygon()
1327 if(getB2DPolyPolygon()) in GetAsB2DPolyPolygon()
1329 return *getB2DPolyPolygon(); in GetAsB2DPolyPolygon()
1335 const basegfx::B2DPolyPolygon aB2DPolyPolygon(getPolyPolygon()->getB2DPolyPolygon()); in GetAsB2DPolyPolygon()
1338 return *getB2DPolyPolygon(); in GetAsB2DPolyPolygon()
1347 return *getB2DPolyPolygon(); in GetAsB2DPolyPolygon()
1357 if(getB2DPolyPolygon()) in GetAsRegionBand()
1360 …(this)->mpRegionBand.reset(ImplCreateRegionBandFromPolyPolygon(PolyPolygon(*getB2DPolyPolygon()))); in GetAsRegionBand()
1510 if(getB2DPolyPolygon() && getB2DPolyPolygon() == rRegion.getB2DPolyPolygon()) in operator ==()
1538 if(rRegion.getB2DPolyPolygon() || getB2DPolyPolygon()) in operator ==()
1545 return *rRegion.getB2DPolyPolygon() == *getB2DPolyPolygon(); in operator ==()
1642 if(!bEmpty && rRegion.getB2DPolyPolygon() && 0 == rRegion.getB2DPolyPolygon()->count()) in operator <<()