Searched refs:clipPolyPolygonOnParallelAxis (Results 1 – 2 of 2) sorted by relevance
/trunk/main/basegfx/source/polygon/ |
H A D | b2dpolygonclipper.cxx | 175 …B2DPolyPolygon clipPolyPolygonOnParallelAxis(const B2DPolyPolygon& rCandidate, bool bParallelToXAx… in clipPolyPolygonOnParallelAxis() function 264 aRetval = clipPolyPolygonOnParallelAxis(aRetval, false, bInside, rRange.getMinX(), bStroke); in clipPolygonOnRange() 276 aRetval = clipPolyPolygonOnParallelAxis(aRetval, true, !bInside, rRange.getMaxY(), bStroke); in clipPolygonOnRange() 288 aRetval = clipPolyPolygonOnParallelAxis(aRetval, false, !bInside, rRange.getMaxX(), bStroke); in clipPolygonOnRange() 399 aRetval = clipPolyPolygonOnParallelAxis(aCandidate, true, bAbove, 0.0, bStroke); in clipPolyPolygonOnEdge()
|
/trunk/main/basegfx/inc/basegfx/polygon/ |
H A D | b2dpolygonclipper.hxx | 46 …BASEGFX_DLLPUBLIC B2DPolyPolygon clipPolyPolygonOnParallelAxis(const B2DPolyPolygon& rCandidate, b…
|
Completed in 15 milliseconds