Lines Matching refs:fLeftPoly
1370 leftPoly = v->fFirstEdgeAbove->fLeftPoly; in tessellate()
1374 rightPoly = rightEnclosingEdge ? rightEnclosingEdge->fLeftPoly : nullptr; in tessellate()
1381 e->fLeftPoly ? e->fLeftPoly->fID : -1, in tessellate()
1388 e->fLeftPoly ? e->fLeftPoly->fID : -1, in tessellate()
1405 if (rightEdge->fLeftPoly && rightEdge->fLeftPoly != e->fRightPoly) { in tessellate()
1406 rightEdge->fLeftPoly->addEdge(e, kRight_Side, fAlloc); in tessellate()
1429 rightEnclosingEdge->fLeftPoly = rightPoly; in tessellate()
1439 leftEdge->fLeftPoly = leftPoly; in tessellate()
1444 int winding = leftEdge->fLeftPoly ? leftEdge->fLeftPoly->fWinding : 0; in tessellate()
1448 leftEdge->fRightPoly = rightEdge->fLeftPoly = poly; in tessellate()
1459 e->fLeftPoly ? e->fLeftPoly->fID : -1, in tessellate()