Searched refs:bKeepAboveZero (Results 1 – 2 of 2) sorted by relevance
863 B2DPolyPolygon stripDispensablePolygons(const B2DPolyPolygon& rCandidate, bool bKeepAboveZero) in stripDispensablePolygons() argument872 … if(!bKeepAboveZero && ORIENTATION_POSITIVE == tools::getOrientation(rCandidate.getB2DPolygon(0L))) in stripDispensablePolygons()952 bool bAcceptEntry(bKeepAboveZero ? 1L <= rHelper.mnDepth : 0L == rHelper.mnDepth); in stripDispensablePolygons()
66 …B2DPolyPolygon stripDispensablePolygons(const B2DPolyPolygon& rCandidate, bool bKeepAboveZero = fa…
Completed in 12 milliseconds