Home
last modified time | relevance | path

Searched refs:clipPolygonOnParallelAxis (Results 1 – 3 of 3) sorted by relevance

/trunk/main/basegfx/source/polygon/
H A Db2dpolygonclipper.cxx44 …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()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx170 basegfx::tools::clipPolygonOnParallelAxis( in fillPolyPolygonNeededToBeSplit()
177 basegfx::tools::clipPolygonOnParallelAxis( in fillPolyPolygonNeededToBeSplit()
191 basegfx::tools::clipPolygonOnParallelAxis( in fillPolyPolygonNeededToBeSplit()
198 basegfx::tools::clipPolygonOnParallelAxis( in fillPolyPolygonNeededToBeSplit()
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db2dpolygonclipper.hxx47 …BASEGFX_DLLPUBLIC B2DPolyPolygon clipPolygonOnParallelAxis(const B2DPolygon& rCandidate, bool bPar…

Completed in 22 milliseconds