Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrTriangulator.cpp544 if (v->fFirstEdgeAbove && v->fLastEdgeAbove) { in FindEnclosingEdges()
546 *right = v->fLastEdgeAbove->fRight; in FindEnclosingEdges()
576 this, prev, next, &v->fFirstEdgeAbove, &v->fLastEdgeAbove); in insertAbove()
602 edge, &edge->fBottom->fFirstEdgeAbove, &edge->fBottom->fLastEdgeAbove); in remove_edge_above()
1273 rightPoly = v->fLastEdgeAbove->fRightPoly; in tessellate()
1299 rightPoly = rightPoly->addEdge(v->fLastEdgeAbove, kLeft_Side, fAlloc); in tessellate()
1301 for (Edge* e = v->fFirstEdgeAbove; e != v->fLastEdgeAbove; e = e->fNextEdgeAbove) { in tessellate()
1311 activeEdges.remove(v->fLastEdgeAbove); in tessellate()
DGrTriangulator.h266 , fFirstEdgeAbove(nullptr), fLastEdgeAbove(nullptr) in Vertex()
280 Edge* fLastEdgeAbove; // " member
DGrAATriangulator.cpp322 for (Edge* e = v->fLastEdgeAbove; e && e != leftEnclosingEdge;) { in collapseOverlapRegions()
/external/skqp/src/gpu/
DGrTessellator.cpp151 , fFirstEdgeAbove(nullptr), fLastEdgeAbove(nullptr) in Vertex()
164 Edge* fLastEdgeAbove; // " member
846 if (v->fFirstEdgeAbove && v->fLastEdgeAbove) { in find_enclosing_edges()
848 *right = v->fLastEdgeAbove->fRight; in find_enclosing_edges()
878 edge, prev, next, &v->fFirstEdgeAbove, &v->fLastEdgeAbove); in insert_edge_above()
904 edge, &edge->fBottom->fFirstEdgeAbove, &edge->fBottom->fLastEdgeAbove); in remove_edge_above()
1548 rightPoly = v->fLastEdgeAbove->fRightPoly; in tessellate()
1570 rightPoly = rightPoly->addEdge(v->fLastEdgeAbove, Poly::kLeft_Side, alloc); in tessellate()
1572 for (Edge* e = v->fFirstEdgeAbove; e != v->fLastEdgeAbove; e = e->fNextEdgeAbove) { in tessellate()
1582 remove_edge(v->fLastEdgeAbove, &activeEdges); in tessellate()
[all …]