Lines Matching refs:basegfx

319 basegfx::B2DPolyPolygon Region::ImplCreateB2DPolyPolygonFromRegionBand() const  in ImplCreateB2DPolyPolygonFromRegionBand()
371 Region::Region(const basegfx::B2DPolyPolygon& rPolyPoly) in Region()
423 void Region::ImplCreatePolyPolyRegion( const basegfx::B2DPolyPolygon& rPolyPoly ) in ImplCreatePolyPolyRegion()
427 mpB2DPolyPolygon.reset(new basegfx::B2DPolyPolygon(rPolyPoly)); in ImplCreatePolyPolyRegion()
448 basegfx::B2DPolyPolygon aPoly(*getB2DPolyPolygon()); in Move()
450 aPoly.transform(basegfx::tools::createTranslateB2DHomMatrix(nHorzMove, nVertMove)); in Move()
451 mpB2DPolyPolygon.reset(aPoly.count() ? new basegfx::B2DPolyPolygon(aPoly) : 0); in Move()
487 if(basegfx::fTools::equalZero(fScaleX) && basegfx::fTools::equalZero(fScaleY)) in Scale()
495 basegfx::B2DPolyPolygon aPoly(*getB2DPolyPolygon()); in Scale()
497 aPoly.transform(basegfx::tools::createScaleB2DHomMatrix(fScaleX, fScaleY)); in Scale()
498 mpB2DPolyPolygon.reset(aPoly.count() ? new basegfx::B2DPolyPolygon(aPoly) : 0); in Scale()
544 basegfx::B2DPolyPolygon aThisPolyPoly(GetAsB2DPolyPolygon()); in Union()
546 aThisPolyPoly = basegfx::tools::prepareForPolygonOperation(aThisPolyPoly); in Union()
556 const basegfx::B2DPolygon aRectPoly( in Union()
557 basegfx::tools::createPolygonFromRect( in Union()
558 basegfx::B2DRectangle( in Union()
563 const basegfx::B2DPolyPolygon aClip( in Union()
564 basegfx::tools::solvePolygonOperationOr( in Union()
566 basegfx::B2DPolyPolygon(aRectPoly))); in Union()
635 const basegfx::B2DPolyPolygon aPoly( in Intersect()
636 basegfx::tools::clipPolyPolygonOnRange( in Intersect()
638 basegfx::B2DRange( in Intersect()
646 mpB2DPolyPolygon.reset(aPoly.count() ? new basegfx::B2DPolyPolygon(aPoly) : 0); in Intersect()
726 basegfx::B2DPolyPolygon aThisPolyPoly(GetAsB2DPolyPolygon()); in Exclude()
728 aThisPolyPoly = basegfx::tools::prepareForPolygonOperation(aThisPolyPoly); in Exclude()
737 const basegfx::B2DPolygon aRectPoly( in Exclude()
738 basegfx::tools::createPolygonFromRect( in Exclude()
739 basegfx::B2DRectangle(rRect.Left(), rRect.Top(), rRect.Right(), rRect.Bottom()))); in Exclude()
740 const basegfx::B2DPolyPolygon aOtherPolyPoly(aRectPoly); in Exclude()
741 …const basegfx::B2DPolyPolygon aClip = basegfx::tools::solvePolygonOperationDiff(aThisPolyPoly, aOt… in Exclude()
808 basegfx::B2DPolyPolygon aThisPolyPoly(GetAsB2DPolyPolygon()); in XOr()
810 aThisPolyPoly = basegfx::tools::prepareForPolygonOperation( aThisPolyPoly ); in XOr()
820 const basegfx::B2DPolygon aRectPoly( in XOr()
821 basegfx::tools::createPolygonFromRect( in XOr()
822 basegfx::B2DRectangle(rRect.Left(), rRect.Top(), rRect.Right(), rRect.Bottom()))); in XOr()
823 const basegfx::B2DPolyPolygon aOtherPolyPoly(aRectPoly); in XOr()
824 …const basegfx::B2DPolyPolygon aClip = basegfx::tools::solvePolygonOperationXor(aThisPolyPoly, aOth… in XOr()
898 basegfx::B2DPolyPolygon aThisPolyPoly(GetAsB2DPolyPolygon()); in Union()
900 aThisPolyPoly = basegfx::tools::prepareForPolygonOperation(aThisPolyPoly); in Union()
910 basegfx::B2DPolyPolygon aOtherPolyPoly(rRegion.GetAsB2DPolyPolygon()); in Union()
911 aOtherPolyPoly = basegfx::tools::prepareForPolygonOperation(aOtherPolyPoly); in Union()
914basegfx::B2DPolyPolygon aClip(basegfx::tools::solvePolygonOperationOr(aThisPolyPoly, aOtherPolyPol… in Union()
1002 basegfx::B2DPolyPolygon aThisPolyPoly(GetAsB2DPolyPolygon()); in Intersect()
1011 basegfx::B2DPolyPolygon aOtherPolyPoly(rRegion.GetAsB2DPolyPolygon()); in Intersect()
1020 const basegfx::B2DPolyPolygon aClip( in Intersect()
1021 basegfx::tools::clipPolyPolygonOnPolyPolygon( in Intersect()
1109 basegfx::B2DPolyPolygon aThisPolyPoly(GetAsB2DPolyPolygon()); in Exclude()
1117 aThisPolyPoly = basegfx::tools::prepareForPolygonOperation( aThisPolyPoly ); in Exclude()
1120 basegfx::B2DPolyPolygon aOtherPolyPoly(rRegion.GetAsB2DPolyPolygon()); in Exclude()
1121 aOtherPolyPoly = basegfx::tools::prepareForPolygonOperation( aOtherPolyPoly ); in Exclude()
1123basegfx::B2DPolyPolygon aClip = basegfx::tools::solvePolygonOperationDiff( aThisPolyPoly, aOtherPo… in Exclude()
1196 basegfx::B2DPolyPolygon aThisPolyPoly(GetAsB2DPolyPolygon()); in XOr()
1205 aThisPolyPoly = basegfx::tools::prepareForPolygonOperation( aThisPolyPoly ); in XOr()
1208 basegfx::B2DPolyPolygon aOtherPolyPoly(rRegion.GetAsB2DPolyPolygon()); in XOr()
1209 aOtherPolyPoly = basegfx::tools::prepareForPolygonOperation( aOtherPolyPoly ); in XOr()
1211basegfx::B2DPolyPolygon aClip = basegfx::tools::solvePolygonOperationXor( aThisPolyPoly, aOtherPol… in XOr()
1270 const basegfx::B2DRange aRange(basegfx::tools::getRange(*getB2DPolyPolygon())); in GetBoundRect()
1281 basegfx::fround(aRange.getMinX()), basegfx::fround(aRange.getMinY()), in GetBoundRect()
1282 basegfx::fround(aRange.getMaxX()), basegfx::fround(aRange.getMaxY())); in GetBoundRect()
1327 const basegfx::B2DPolyPolygon Region::GetAsB2DPolyPolygon() const in GetAsB2DPolyPolygon()
1337 const basegfx::B2DPolyPolygon aB2DPolyPolygon(getPolyPolygon()->getB2DPolyPolygon()); in GetAsB2DPolyPolygon()
1338 … const_cast< Region* >(this)->mpB2DPolyPolygon.reset(new basegfx::B2DPolyPolygon(aB2DPolyPolygon)); in GetAsB2DPolyPolygon()
1346 const basegfx::B2DPolyPolygon aB2DPolyPolygon(ImplCreateB2DPolyPolygonFromRegionBand()); in GetAsB2DPolyPolygon()
1347 … const_cast< Region* >(this)->mpB2DPolyPolygon.reset(new basegfx::B2DPolyPolygon(aB2DPolyPolygon)); in GetAsB2DPolyPolygon()
1352 return basegfx::B2DPolyPolygon(); in GetAsB2DPolyPolygon()