Lines Matching refs:rTmp
423 ImplPolygon& rTmp=rPolygonPool.get(nTmpIdx); in handleFinalOwnLeftEdge() local
428 rTmp.maPoints.begin(), in handleFinalOwnLeftEdge()
429 rTmp.maPoints.end()); in handleFinalOwnLeftEdge()
432 ActiveEdge* const pFarEdge=rTmp.mpLeadingRightEdge; in handleFinalOwnLeftEdge()
466 ImplPolygon& rTmp=rPolygonPool.get(nTmpIdx); in handleComplexLeftEdge() local
471 rTmp.maPoints.begin(), in handleComplexLeftEdge()
472 rTmp.maPoints.end()); in handleComplexLeftEdge()
474 rTmp.maPoints.clear(); in handleComplexLeftEdge()
475 rTmp.append(rIntersectionPoint); in handleComplexLeftEdge()
478 ActiveEdge* const pFarEdge=rTmp.mpLeadingRightEdge; in handleComplexLeftEdge()
481 rTmp.mpLeadingRightEdge = NULL; in handleComplexLeftEdge()
496 ImplPolygon& rTmp=rPolygonPool.get(nTmpIdx); in handleComplexRightEdge() local
498 rTmp.append(rIntersectionPoint); in handleComplexRightEdge()
503 rTmp.mpLeadingRightEdge = NULL; in handleComplexRightEdge()