Lines Matching refs:fLeftPoly
242 , fLeftPoly(nullptr) in Edge()
255 Poly* fLeftPoly; // The Poly to the left of this edge, if any. member
1190 leftPoly = v->fFirstEdgeAbove->fLeftPoly; in tessellate()
1194 rightPoly = rightEnclosingEdge ? rightEnclosingEdge->fLeftPoly : nullptr; in tessellate()
1200 e->fLeftPoly ? e->fLeftPoly->fID : -1, e->fRightPoly ? e->fRightPoly->fID : -1); in tessellate()
1205 e->fLeftPoly ? e->fLeftPoly->fID : -1, e->fRightPoly ? e->fRightPoly->fID : -1); in tessellate()
1223 if (rightEdge->fLeftPoly && rightEdge->fLeftPoly != leftEdge->fRightPoly) { in tessellate()
1224 rightEdge->fLeftPoly->end(v, alloc); in tessellate()
1251 rightEnclosingEdge->fLeftPoly = rightPoly; in tessellate()
1263 leftEdge->fLeftPoly = leftPoly; in tessellate()
1268 int winding = leftEdge->fLeftPoly ? leftEdge->fLeftPoly->fWinding : 0; in tessellate()
1272 leftEdge->fRightPoly = rightEdge->fLeftPoly = poly; in tessellate()
1282 e->fLeftPoly ? e->fLeftPoly->fID : -1, e->fRightPoly ? e->fRightPoly->fID : -1); in tessellate()