Lines Matching refs:fRightPoly
1371 rightPoly = v->fLastEdgeAbove->fRightPoly; in tessellate()
1373 leftPoly = leftEnclosingEdge ? leftEnclosingEdge->fRightPoly : nullptr; in tessellate()
1382 e->fRightPoly ? e->fRightPoly->fID : -1); in tessellate()
1389 e->fRightPoly ? e->fRightPoly->fID : -1); in tessellate()
1402 if (e->fRightPoly) { in tessellate()
1403 e->fRightPoly->addEdge(e, kLeft_Side, fAlloc); in tessellate()
1405 if (rightEdge->fLeftPoly && rightEdge->fLeftPoly != e->fRightPoly) { in tessellate()
1425 leftEnclosingEdge->fRightPoly = leftPoly; in tessellate()
1448 leftEdge->fRightPoly = rightEdge->fLeftPoly = poly; in tessellate()
1452 v->fLastEdgeBelow->fRightPoly = rightPoly; in tessellate()
1460 e->fRightPoly ? e->fRightPoly->fID : -1); in tessellate()