Lines Matching refs:fLeftPoly
340 , fLeftPoly(nullptr) in Edge()
360 Poly* fLeftPoly; // The Poly to the left of this edge, if any. member
1388 leftPoly = v->fFirstEdgeAbove->fLeftPoly; in tessellate()
1392 rightPoly = rightEnclosingEdge ? rightEnclosingEdge->fLeftPoly : nullptr; in tessellate()
1398 e->fLeftPoly ? e->fLeftPoly->fID : -1, e->fRightPoly ? e->fRightPoly->fID : -1); in tessellate()
1403 e->fLeftPoly ? e->fLeftPoly->fID : -1, e->fRightPoly ? e->fRightPoly->fID : -1); in tessellate()
1419 if (rightEdge->fLeftPoly && rightEdge->fLeftPoly != e->fRightPoly) { in tessellate()
1420 rightEdge->fLeftPoly->addEdge(e, Poly::kRight_Side, alloc); in tessellate()
1443 rightEnclosingEdge->fLeftPoly = rightPoly; in tessellate()
1452 leftEdge->fLeftPoly = leftPoly; in tessellate()
1457 int winding = leftEdge->fLeftPoly ? leftEdge->fLeftPoly->fWinding : 0; in tessellate()
1461 leftEdge->fRightPoly = rightEdge->fLeftPoly = poly; in tessellate()
1471 e->fLeftPoly ? e->fLeftPoly->fID : -1, e->fRightPoly ? e->fRightPoly->fID : -1); in tessellate()