Home
last modified time | relevance | path

Searched refs:aThisPolyPoly (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/vcl/source/gdi/
H A Dregion.cxx544 basegfx::B2DPolyPolygon aThisPolyPoly(GetAsB2DPolyPolygon()); in Union() local
546 aThisPolyPoly = basegfx::tools::prepareForPolygonOperation(aThisPolyPoly); in Union()
548 if(!aThisPolyPoly.count()) in Union()
565 aThisPolyPoly, in Union()
726 basegfx::B2DPolyPolygon aThisPolyPoly(GetAsB2DPolyPolygon()); in Exclude() local
728 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() local
810 aThisPolyPoly = basegfx::tools::prepareForPolygonOperation( aThisPolyPoly ); in XOr()
[all …]