Home
last modified time | relevance | path

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

/external/skia/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 …]
/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 …]