Lines Matching refs:rClip
414 …ygonOnPolyPolygon(const B2DPolyPolygon& rCandidate, const B2DPolyPolygon& rClip, bool bInside, boo… in clipPolyPolygonOnPolyPolygon() argument
418 if(rCandidate.count() && rClip.count()) in clipPolyPolygonOnPolyPolygon()
430 … const B2DPolygon aCandidate(addPointsAtCuts(rCandidate.getB2DPolygon(a), rClip)); in clipPolyPolygonOnPolyPolygon()
440 const bool bIsInside(tools::isInside(rClip, aTestPoint) == bInside); in clipPolyPolygonOnPolyPolygon()
500 if(basegfx::tools::isRectangle(rClip)) in clipPolyPolygonOnPolyPolygon()
511 … return clipPolyPolygonOnRange(rClip, rCandidate.getB2DRange(), bInside, bStroke); in clipPolyPolygonOnPolyPolygon()
514 else if(basegfx::tools::isRectangle(rClip)) in clipPolyPolygonOnPolyPolygon()
525 … return clipPolyPolygonOnRange(rCandidate, rClip.getB2DRange(), bInside, bStroke); in clipPolyPolygonOnPolyPolygon()
532 if(rCandidate.getB2DRange().equal(rClip.getB2DRange())) in clipPolyPolygonOnPolyPolygon()
543 aIntersectionRange.intersect(rClip.getB2DRange()); in clipPolyPolygonOnPolyPolygon()
562 B2DPolyPolygon aMergePolyPolygonA(rClip); in clipPolyPolygonOnPolyPolygon()
611 …B2DPolyPolygon clipPolygonOnPolyPolygon(const B2DPolygon& rCandidate, const B2DPolyPolygon& rClip,… in clipPolygonOnPolyPolygon() argument
615 if(rCandidate.count() && rClip.count()) in clipPolygonOnPolyPolygon()
617 aRetval = clipPolyPolygonOnPolyPolygon(B2DPolyPolygon(rCandidate), rClip, bInside, bStroke); in clipPolygonOnPolyPolygon()