Searched refs:set_bottom (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/gpu/ |
D | GrTessellator.cpp | 782 void set_bottom(Edge* edge, Vertex* v, EdgeList* activeEdges, Comparator& c) { in set_bottom() function 803 set_bottom(edge, other->fTop, activeEdges, c); in merge_edges_above() 807 set_bottom(other, edge->fTop, activeEdges, c); in merge_edges_above() 891 set_bottom(edge, v, activeEdges, c); in split_edge() 896 set_bottom(edge, v, activeEdges, c); in split_edge() 908 set_bottom(edge, dst, nullptr, c); in merge_vertices()
|