Home
last modified time | relevance | path

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

/aoo42x/main/basegfx/inc/basegfx/polygon/
H A Db2dpolygoncutandtouch.hxx39 BASEGFX_DLLPUBLIC B2DPolygon addPointsAtCutsAndTouches(const B2DPolygon& rCandidate);
45 …BASEGFX_DLLPUBLIC B2DPolyPolygon addPointsAtCutsAndTouches(const B2DPolyPolygon& rCandidate, bool …
49 …BASEGFX_DLLPUBLIC B2DPolygon addPointsAtCutsAndTouches(const B2DPolyPolygon& rMask, const B2DPolyg…
53 …BASEGFX_DLLPUBLIC B2DPolyPolygon addPointsAtCutsAndTouches(const B2DPolyPolygon& rMask, const B2DP…
/aoo42x/main/basegfx/source/polygon/
H A Db2dpolygoncutandtouch.cxx904 B2DPolygon addPointsAtCutsAndTouches(const B2DPolygon& rCandidate) in addPointsAtCutsAndTouches() function
923 …B2DPolyPolygon addPointsAtCutsAndTouches(const B2DPolyPolygon& rCandidate, bool bSelfIntersections) in addPointsAtCutsAndTouches() function
936 aRetval.append(addPointsAtCutsAndTouches(rCandidate.getB2DPolygon(0L))); in addPointsAtCutsAndTouches()
955 pTempData[a].setPolygon(addPointsAtCutsAndTouches(rCandidate.getB2DPolygon(a))); in addPointsAtCutsAndTouches()
1008 B2DPolygon addPointsAtCutsAndTouches(const B2DPolyPolygon& rMask, const B2DPolygon& rCandidate) in addPointsAtCutsAndTouches() function
1033 …B2DPolyPolygon addPointsAtCutsAndTouches(const B2DPolyPolygon& rMask, const B2DPolyPolygon& rCandi… in addPointsAtCutsAndTouches() function
1039 aRetval.append(addPointsAtCutsAndTouches(rMask, rCandidate.getB2DPolygon(a))); in addPointsAtCutsAndTouches()
H A Db2dpolypolygoncutter.cxx529 B2DPolygon aGeometry(tools::addPointsAtCutsAndTouches(rOriginal)); in solver()
564 B2DPolyPolygon aGeometry(tools::addPointsAtCutsAndTouches(maOriginal, true)); in solver()

Completed in 27 milliseconds