Home
last modified time | relevance | path

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

/trunk/main/basegfx/source/polygon/
H A Db2dpolypolygoncutter.cxx863 B2DPolyPolygon stripDispensablePolygons(const B2DPolyPolygon& rCandidate, bool bKeepAboveZero) in stripDispensablePolygons() argument
872 … if(!bKeepAboveZero && ORIENTATION_POSITIVE == tools::getOrientation(rCandidate.getB2DPolygon(0L))) in stripDispensablePolygons()
952 bool bAcceptEntry(bKeepAboveZero ? 1L <= rHelper.mnDepth : 0L == rHelper.mnDepth); in stripDispensablePolygons()
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db2dpolypolygoncutter.hxx67 …olyPolygon stripDispensablePolygons(const B2DPolyPolygon& rCandidate, bool bKeepAboveZero = false);

Completed in 17 milliseconds