Lines Matching refs:fLeftPoly
1272 leftPoly = v->fFirstEdgeAbove->fLeftPoly; in tessellate()
1276 rightPoly = rightEnclosingEdge ? rightEnclosingEdge->fLeftPoly : nullptr; in tessellate()
1283 e->fLeftPoly ? e->fLeftPoly->fID : -1, in tessellate()
1290 e->fLeftPoly ? e->fLeftPoly->fID : -1, in tessellate()
1307 if (rightEdge->fLeftPoly && rightEdge->fLeftPoly != e->fRightPoly) { in tessellate()
1308 rightEdge->fLeftPoly->addEdge(e, kRight_Side, fAlloc); in tessellate()
1331 rightEnclosingEdge->fLeftPoly = rightPoly; in tessellate()
1341 leftEdge->fLeftPoly = leftPoly; in tessellate()
1346 int winding = leftEdge->fLeftPoly ? leftEdge->fLeftPoly->fWinding : 0; in tessellate()
1350 leftEdge->fRightPoly = rightEdge->fLeftPoly = poly; in tessellate()
1361 e->fLeftPoly ? e->fLeftPoly->fID : -1, in tessellate()