Lines Matching refs:fRightPoly
1273 rightPoly = v->fLastEdgeAbove->fRightPoly; in tessellate()
1275 leftPoly = leftEnclosingEdge ? leftEnclosingEdge->fRightPoly : nullptr; in tessellate()
1284 e->fRightPoly ? e->fRightPoly->fID : -1); in tessellate()
1291 e->fRightPoly ? e->fRightPoly->fID : -1); in tessellate()
1304 if (e->fRightPoly) { in tessellate()
1305 e->fRightPoly->addEdge(e, kLeft_Side, fAlloc); in tessellate()
1307 if (rightEdge->fLeftPoly && rightEdge->fLeftPoly != e->fRightPoly) { in tessellate()
1327 leftEnclosingEdge->fRightPoly = leftPoly; in tessellate()
1350 leftEdge->fRightPoly = rightEdge->fLeftPoly = poly; in tessellate()
1354 v->fLastEdgeBelow->fRightPoly = rightPoly; in tessellate()
1362 e->fRightPoly ? e->fRightPoly->fID : -1); in tessellate()