Searched refs:fLeftPoly (Results 1 – 1 of 1) sorted by relevance
242 , fLeftPoly(nullptr) in Edge()255 Poly* fLeftPoly; // The Poly to the left of this edge, if any. member1190 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()[all …]