Lines Matching refs:fRightPoly
355 , fRightPoly(nullptr) in Edge()
375 Poly* fRightPoly; // The Poly to the right of this edge, if any. member
1602 rightPoly = v->fLastEdgeAbove->fRightPoly; in tessellate()
1604 leftPoly = leftEnclosingEdge ? leftEnclosingEdge->fRightPoly : nullptr; in tessellate()
1611 e->fLeftPoly ? e->fLeftPoly->fID : -1, e->fRightPoly ? e->fRightPoly->fID : -1); in tessellate()
1616 e->fLeftPoly ? e->fLeftPoly->fID : -1, e->fRightPoly ? e->fRightPoly->fID : -1); in tessellate()
1629 if (e->fRightPoly) { in tessellate()
1630 e->fRightPoly->addEdge(e, Poly::kLeft_Side, alloc); in tessellate()
1632 if (rightEdge->fLeftPoly && rightEdge->fLeftPoly != e->fRightPoly) { in tessellate()
1652 leftEnclosingEdge->fRightPoly = leftPoly; in tessellate()
1674 leftEdge->fRightPoly = rightEdge->fLeftPoly = poly; in tessellate()
1678 v->fLastEdgeBelow->fRightPoly = rightPoly; in tessellate()
1684 e->fLeftPoly ? e->fLeftPoly->fID : -1, e->fRightPoly ? e->fRightPoly->fID : -1); in tessellate()