Home
last modified time | relevance | path

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

/aoo41x/main/basegfx/inc/basegfx/polygon/
H A Db2dpolygoncutandtouch.hxx38 B2DPolygon addPointsAtCutsAndTouches(const B2DPolygon& rCandidate);
44 …B2DPolyPolygon addPointsAtCutsAndTouches(const B2DPolyPolygon& rCandidate, bool bSelfIntersections…
48 B2DPolygon addPointsAtCutsAndTouches(const B2DPolyPolygon& rMask, const B2DPolygon& rCandidate);
52 …B2DPolyPolygon addPointsAtCutsAndTouches(const B2DPolyPolygon& rMask, const B2DPolyPolygon& rCandi…
/aoo41x/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 16 milliseconds