Searched refs:aOtherPolyPoly (Results 1 – 1 of 1) sorted by relevance
740 const basegfx::B2DPolyPolygon aOtherPolyPoly(aRectPoly); in Exclude() local741 …x::B2DPolyPolygon aClip = basegfx::tools::solvePolygonOperationDiff(aThisPolyPoly, aOtherPolyPoly); in Exclude()823 const basegfx::B2DPolyPolygon aOtherPolyPoly(aRectPoly); in XOr() local824 …fx::B2DPolyPolygon aClip = basegfx::tools::solvePolygonOperationXor(aThisPolyPoly, aOtherPolyPoly); in XOr()910 basegfx::B2DPolyPolygon aOtherPolyPoly(rRegion.GetAsB2DPolyPolygon()); in Union() local911 aOtherPolyPoly = basegfx::tools::prepareForPolygonOperation(aOtherPolyPoly); in Union()914 …egfx::B2DPolyPolygon aClip(basegfx::tools::solvePolygonOperationOr(aThisPolyPoly, aOtherPolyPoly)); in Union()1011 basegfx::B2DPolyPolygon aOtherPolyPoly(rRegion.GetAsB2DPolyPolygon()); in Intersect() local1013 if(!aOtherPolyPoly.count()) in Intersect()1022 aOtherPolyPoly, in Intersect()[all …]