Searched refs:aThisPolyPoly (Results 1 – 1 of 1) sorted by relevance
542 basegfx::B2DPolyPolygon aThisPolyPoly(GetAsB2DPolyPolygon()); in Union() local544 aThisPolyPoly = basegfx::tools::prepareForPolygonOperation(aThisPolyPoly); in Union()546 if(!aThisPolyPoly.count()) in Union()563 aThisPolyPoly, in Union()724 basegfx::B2DPolyPolygon aThisPolyPoly(GetAsB2DPolyPolygon()); in Exclude() local726 aThisPolyPoly = basegfx::tools::prepareForPolygonOperation(aThisPolyPoly); in Exclude()728 if(!aThisPolyPoly.count()) in Exclude()739 …gfx::B2DPolyPolygon aClip = basegfx::tools::solvePolygonOperationDiff(aThisPolyPoly, aOtherPolyPol… in Exclude()806 basegfx::B2DPolyPolygon aThisPolyPoly(GetAsB2DPolyPolygon()); in XOr() local808 aThisPolyPoly = basegfx::tools::prepareForPolygonOperation( aThisPolyPoly ); in XOr()[all …]