Lines Matching refs:aOtherPolyPoly
738 const basegfx::B2DPolyPolygon aOtherPolyPoly(aRectPoly); in Exclude() local
739 …x::B2DPolyPolygon aClip = basegfx::tools::solvePolygonOperationDiff(aThisPolyPoly, aOtherPolyPoly); in Exclude()
821 const basegfx::B2DPolyPolygon aOtherPolyPoly(aRectPoly); in XOr() local
822 …fx::B2DPolyPolygon aClip = basegfx::tools::solvePolygonOperationXor(aThisPolyPoly, aOtherPolyPoly); in XOr()
908 basegfx::B2DPolyPolygon aOtherPolyPoly(rRegion.GetAsB2DPolyPolygon()); in Union() local
909 aOtherPolyPoly = basegfx::tools::prepareForPolygonOperation(aOtherPolyPoly); in Union()
912 …egfx::B2DPolyPolygon aClip(basegfx::tools::solvePolygonOperationOr(aThisPolyPoly, aOtherPolyPoly)); in Union()
1009 basegfx::B2DPolyPolygon aOtherPolyPoly(rRegion.GetAsB2DPolyPolygon()); in Intersect() local
1011 if(!aOtherPolyPoly.count()) in Intersect()
1020 aOtherPolyPoly, in Intersect()
1118 basegfx::B2DPolyPolygon aOtherPolyPoly(rRegion.GetAsB2DPolyPolygon()); in Exclude() local
1119 aOtherPolyPoly = basegfx::tools::prepareForPolygonOperation( aOtherPolyPoly ); in Exclude()
1121 …:B2DPolyPolygon aClip = basegfx::tools::solvePolygonOperationDiff( aThisPolyPoly, aOtherPolyPoly ); in Exclude()
1206 basegfx::B2DPolyPolygon aOtherPolyPoly(rRegion.GetAsB2DPolyPolygon()); in XOr() local
1207 aOtherPolyPoly = basegfx::tools::prepareForPolygonOperation( aOtherPolyPoly ); in XOr()
1209 …::B2DPolyPolygon aClip = basegfx::tools::solvePolygonOperationXor( aThisPolyPoly, aOtherPolyPoly ); in XOr()