Searched refs:clipPolygonOnParallelAxis (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/basegfx/source/polygon/ |
H A D | b2dpolygonclipper.cxx | 44 …B2DPolyPolygon clipPolygonOnParallelAxis(const B2DPolygon& rCandidate, bool bParallelToXAxis, bool… in clipPolygonOnParallelAxis() function 182 …const B2DPolyPolygon aClippedPolyPolygon(clipPolygonOnParallelAxis(rCandidate.getB2DPolygon(a), bP… in clipPolyPolygonOnParallelAxis() 253 aRetval = clipPolygonOnParallelAxis(rCandidate, true, bInside, rRange.getMinY(), bStroke); in clipPolygonOnRange() 260 …aRetval = clipPolygonOnParallelAxis(aRetval.getB2DPolygon(0L), false, bInside, rRange.getMinX(), b… in clipPolygonOnRange() 272 …aRetval = clipPolygonOnParallelAxis(aRetval.getB2DPolygon(0L), true, !bInside, rRange.getMaxY(), b… in clipPolygonOnRange() 284 …aRetval = clipPolygonOnParallelAxis(aRetval.getB2DPolygon(0L), false, !bInside, rRange.getMaxX(), … in clipPolygonOnRange() 366 aRetval = clipPolygonOnParallelAxis(aCandidate, true, bAbove, 0.0, bStroke); in clipPolygonOnEdge()
|
/aoo42x/main/drawinglayer/source/processor2d/ |
H A D | vclmetafileprocessor2d.cxx | 170 basegfx::tools::clipPolygonOnParallelAxis( in fillPolyPolygonNeededToBeSplit() 177 basegfx::tools::clipPolygonOnParallelAxis( in fillPolyPolygonNeededToBeSplit() 191 basegfx::tools::clipPolygonOnParallelAxis( in fillPolyPolygonNeededToBeSplit() 198 basegfx::tools::clipPolygonOnParallelAxis( in fillPolyPolygonNeededToBeSplit()
|
/aoo42x/main/basegfx/inc/basegfx/polygon/ |
H A D | b2dpolygonclipper.hxx | 47 …BASEGFX_DLLPUBLIC B2DPolyPolygon clipPolygonOnParallelAxis(const B2DPolygon& rCandidate, bool bPar…
|
Completed in 31 milliseconds