Lines Matching refs:rPolygonPool

318                                       VectorOfPolygons& rPolygonPool,  in intersect()  argument
343 rPolygonPool, in intersect()
368 rPolygonPool, in intersect()
373 rPolygonPool); in intersect()
408 VectorOfPolygons& rPolygonPool, in handleFinalOwnLeftEdge() argument
423 ImplPolygon& rTmp=rPolygonPool.get(nTmpIdx); in handleFinalOwnLeftEdge()
438 rPolygonPool.free(nTmpIdx); in handleFinalOwnLeftEdge()
444 VectorOfPolygons& rPolygonPool, in handleComplexLeftEdge() argument
455 const std::ptrdiff_t nIdxNewPolygon=rPolygonPool.alloc(); in handleComplexLeftEdge()
456 rPolygonPool.get(nIdxNewPolygon).setPolygonPoolIndex(nIdxNewPolygon); in handleComplexLeftEdge()
457 rPolygonPool.get(nIdxNewPolygon).append(rIntersectionPoint); in handleComplexLeftEdge()
466 ImplPolygon& rTmp=rPolygonPool.get(nTmpIdx); in handleComplexLeftEdge()
493 VectorOfPolygons& rPolygonPool) in handleComplexRightEdge() argument
496 ImplPolygon& rTmp=rPolygonPool.get(nTmpIdx); in handleComplexRightEdge()
768 VectorOfPolygons& rPolygonPool, in processActiveEdges() argument
804 rPolygonPool.get(nCurrPolyIdx).intersect( in processActiveEdges()
807 rPolygonPool, in processActiveEdges()
828 VectorOfPolygons& rPolygonPool, in processActiveEdgesTopDown() argument
836 rPolygonPool, in processActiveEdgesTopDown()
843 VectorOfPolygons& rPolygonPool, in processActiveEdgesBottomUp() argument
851 rPolygonPool, in processActiveEdgesBottomUp()
859 VectorOfPolygons& rPolygonPool, in handleStartingEdge() argument
864 rPolygonPool, in handleStartingEdge()
869 rCurrEvent, rActiveEdgeList, rPolygonPool, rRes); in handleStartingEdge()
872 rCurrEvent, rActiveEdgeList, rPolygonPool, rRes); in handleStartingEdge()
877 VectorOfPolygons& rPolygonPool, in handleFinishingEdge() argument
882 rCurrEvent, rActiveEdgeList, rPolygonPool, rRes); in handleFinishingEdge()
885 rCurrEvent, rActiveEdgeList, rPolygonPool, rRes); in handleFinishingEdge()
890 VectorOfPolygons& rPolygonPool, in handleSweepLineEvent() argument
894 handleStartingEdge(rCurrEvent,rActiveEdgeList,rPolygonPool,rRes); in handleSweepLineEvent()
896 handleFinishingEdge(rCurrEvent,rActiveEdgeList,rPolygonPool,rRes); in handleSweepLineEvent()