Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrTessellator.cpp243 , fRightPoly(nullptr) { in Edge()
256 Poly* fRightPoly; // The Poly to the right of this edge, if any. member
1191 rightPoly = v->fLastEdgeAbove->fRightPoly; in tessellate()
1193 leftPoly = leftEnclosingEdge ? leftEnclosingEdge->fRightPoly : 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()
1220 if (leftEdge->fRightPoly) { in tessellate()
1221 leftEdge->fRightPoly->end(v, alloc); in tessellate()
1223 if (rightEdge->fLeftPoly && rightEdge->fLeftPoly != leftEdge->fRightPoly) { in tessellate()
1245 leftEnclosingEdge->fRightPoly = leftPoly; in tessellate()
[all …]