Searched refs:fLastEdgeAbove (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/gpu/ |
D | GrTessellator.cpp | 144 , fFirstEdgeAbove(nullptr), fLastEdgeAbove(nullptr) in Vertex() 157 Edge* fLastEdgeAbove; // " member 796 if (v->fFirstEdgeAbove && v->fLastEdgeAbove) { in find_enclosing_edges() 798 *right = v->fLastEdgeAbove->fRight; in find_enclosing_edges() 828 edge, prev, next, &v->fFirstEdgeAbove, &v->fLastEdgeAbove); in insert_edge_above() 853 edge, &edge->fBottom->fFirstEdgeAbove, &edge->fBottom->fLastEdgeAbove); in remove_edge_above() 1389 rightPoly = v->fLastEdgeAbove->fRightPoly; in tessellate() 1411 rightPoly = rightPoly->addEdge(v->fLastEdgeAbove, Poly::kLeft_Side, alloc); in tessellate() 1413 for (Edge* e = v->fFirstEdgeAbove; e != v->fLastEdgeAbove; e = e->fNextEdgeAbove) { in tessellate() 1423 remove_edge(v->fLastEdgeAbove, &activeEdges); in tessellate()
|