Lines Matching refs:fRightPoly
354 , fRightPoly(nullptr) in Edge()
376 Poly* fRightPoly; // The Poly to the right of this edge, if any. member
1548 rightPoly = v->fLastEdgeAbove->fRightPoly; in tessellate()
1550 leftPoly = leftEnclosingEdge ? leftEnclosingEdge->fRightPoly : nullptr; in tessellate()
1557 e->fLeftPoly ? e->fLeftPoly->fID : -1, e->fRightPoly ? e->fRightPoly->fID : -1); in tessellate()
1562 e->fLeftPoly ? e->fLeftPoly->fID : -1, e->fRightPoly ? e->fRightPoly->fID : -1); in tessellate()
1575 if (e->fRightPoly) { in tessellate()
1576 e->fRightPoly->addEdge(e, Poly::kLeft_Side, alloc); in tessellate()
1578 if (rightEdge->fLeftPoly && rightEdge->fLeftPoly != e->fRightPoly) { in tessellate()
1598 leftEnclosingEdge->fRightPoly = leftPoly; in tessellate()
1620 leftEdge->fRightPoly = rightEdge->fLeftPoly = poly; in tessellate()
1624 v->fLastEdgeBelow->fRightPoly = rightPoly; in tessellate()
1630 e->fLeftPoly ? e->fLeftPoly->fID : -1, e->fRightPoly ? e->fRightPoly->fID : -1); in tessellate()