Home
last modified time | relevance | path

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

/AOO41X/main/vcl/source/gdi/
H A Dregion.cxx542 basegfx::B2DPolyPolygon aThisPolyPoly(GetAsB2DPolyPolygon()); in Union() local
544 aThisPolyPoly = basegfx::tools::prepareForPolygonOperation(aThisPolyPoly); in Union()
546 if(!aThisPolyPoly.count()) in Union()
563 aThisPolyPoly, in Union()
724 basegfx::B2DPolyPolygon aThisPolyPoly(GetAsB2DPolyPolygon()); in Exclude() local
726 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() local
808 aThisPolyPoly = basegfx::tools::prepareForPolygonOperation( aThisPolyPoly ); in XOr()
[all …]