Searched refs:aThisPolyPoly (Results 1 – 1 of 1) sorted by relevance
544 basegfx::B2DPolyPolygon aThisPolyPoly(GetAsB2DPolyPolygon()); in Union() local546 aThisPolyPoly = basegfx::tools::prepareForPolygonOperation(aThisPolyPoly); in Union()548 if(!aThisPolyPoly.count()) in Union()565 aThisPolyPoly, in Union()726 basegfx::B2DPolyPolygon aThisPolyPoly(GetAsB2DPolyPolygon()); in Exclude() local728 aThisPolyPoly = basegfx::tools::prepareForPolygonOperation(aThisPolyPoly); in Exclude()730 if(!aThisPolyPoly.count()) in Exclude()741 …gfx::B2DPolyPolygon aClip = basegfx::tools::solvePolygonOperationDiff(aThisPolyPoly, aOtherPolyPol… in Exclude()808 basegfx::B2DPolyPolygon aThisPolyPoly(GetAsB2DPolyPolygon()); in XOr() local810 aThisPolyPoly = basegfx::tools::prepareForPolygonOperation( aThisPolyPoly ); in XOr()[all …]