Lines Matching refs:rRes
319 B2DPolyPolygon& rRes, in intersect() argument
344 rRes); in intersect()
369 rRes); in intersect()
409 B2DPolyPolygon& rRes) in handleFinalOwnLeftEdge() argument
418 finish(rRes); // just finish. no fuss. in handleFinalOwnLeftEdge()
445 B2DPolyPolygon& rRes) in handleComplexLeftEdge() argument
451 finish(rRes); in handleComplexLeftEdge()
533 void finish(B2DPolyPolygon& rRes) in finish() argument
543 rRes.append(getPolygon()); in finish()
769 B2DPolyPolygon& rRes ) in processActiveEdges() argument
808 rRes, in processActiveEdges()
829 B2DPolyPolygon& rRes ) in processActiveEdgesTopDown() argument
837 rRes); in processActiveEdgesTopDown()
844 B2DPolyPolygon& rRes ) in processActiveEdgesBottomUp() argument
852 rRes); in processActiveEdgesBottomUp()
860 B2DPolyPolygon& rRes) in handleStartingEdge() argument
869 rCurrEvent, rActiveEdgeList, rPolygonPool, rRes); in handleStartingEdge()
872 rCurrEvent, rActiveEdgeList, rPolygonPool, rRes); in handleStartingEdge()
878 B2DPolyPolygon& rRes) in handleFinishingEdge() argument
882 rCurrEvent, rActiveEdgeList, rPolygonPool, rRes); in handleFinishingEdge()
885 rCurrEvent, rActiveEdgeList, rPolygonPool, rRes); in handleFinishingEdge()
891 B2DPolyPolygon& rRes) in handleSweepLineEvent() argument
894 handleStartingEdge(rCurrEvent,rActiveEdgeList,rPolygonPool,rRes); in handleSweepLineEvent()
896 handleFinishingEdge(rCurrEvent,rActiveEdgeList,rPolygonPool,rRes); in handleSweepLineEvent()