Searched refs:fRightPoly (Results 1 – 1 of 1) sorted by relevance
341 , fRightPoly(nullptr) in Edge()361 Poly* fRightPoly; // The Poly to the right of this edge, if any. member1389 rightPoly = v->fLastEdgeAbove->fRightPoly; in tessellate()1391 leftPoly = leftEnclosingEdge ? leftEnclosingEdge->fRightPoly : 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()1416 if (e->fRightPoly) { in tessellate()1417 e->fRightPoly->addEdge(e, Poly::kLeft_Side, alloc); in tessellate()1419 if (rightEdge->fLeftPoly && rightEdge->fLeftPoly != e->fRightPoly) { in tessellate()1439 leftEnclosingEdge->fRightPoly = leftPoly; in tessellate()[all …]