Home
last modified time | relevance | path

Searched refs:fLeftPoly (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/
DGrTessellator.cpp340 , 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()
[all …]