Searched refs:stripDispensablePolygons (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/basegfx/source/tools/ |
H A D | b2dclipstate.cxx | 363 maPendingPolygons = stripDispensablePolygons(maPendingPolygons, false); in commitPendingPolygons() 408 aCollectedRanges = stripDispensablePolygons(aCollectedRanges, false); in commitPendingRanges() 422 aCollectedRanges = stripDispensablePolygons(aCollectedRanges, true); in commitPendingRanges() 465 aCollectedRanges = stripDispensablePolygons(aCollectedRanges, false); in commitPendingRanges()
|
/aoo42x/main/basegfx/source/polygon/ |
H A D | b2dpolypolygoncutter.cxx | 863 B2DPolyPolygon stripDispensablePolygons(const B2DPolyPolygon& rCandidate, bool bKeepAboveZero) in stripDispensablePolygons() function 1003 return stripDispensablePolygons(aRetval, false); in solvePolygonOperationOr() 1053 return stripDispensablePolygons(aRetval, true); in solvePolygonOperationAnd() 1080 return basegfx::tools::stripDispensablePolygons(aRetval, false); in solvePolygonOperationDiff()
|
H A D | b2dpolygonclipper.cxx | 602 aRetval = stripDispensablePolygons(aRetval, bInside); in clipPolyPolygonOnPolyPolygon()
|
/aoo42x/main/basegfx/inc/basegfx/polygon/ |
H A D | b2dpolypolygoncutter.hxx | 67 …BASEGFX_DLLPUBLIC B2DPolyPolygon stripDispensablePolygons(const B2DPolyPolygon& rCandidate, bool b…
|
/aoo42x/main/slideshow/source/engine/slide/ |
H A D | layer.cxx | 290 aClip = ::basegfx::tools::stripDispensablePolygons(aClip, false); in beginUpdate()
|
/aoo42x/main/slideshow/source/engine/ |
H A D | slideview.cxx | 169 aClip = basegfx::tools::stripDispensablePolygons(aClip, false); in prepareClip()
|
Completed in 39 milliseconds