Searched refs:set_bottom (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/gpu/ |
D | GrTessellator.cpp | 937 void set_bottom(Edge* edge, Vertex* v, EdgeList* activeEdges, Vertex** current, Comparator& c) { in set_bottom() function 958 set_bottom(edge, other->fTop, activeEdges, current, c); in merge_edges_above() 962 set_bottom(other, edge->fTop, activeEdges, current, c); in merge_edges_above() 1027 set_bottom(edge, v, activeEdges, current, c); in split_edge() 1031 set_bottom(edge, v, activeEdges, current, c); in split_edge() 1059 set_bottom(edge, dst, nullptr, nullptr, c); in merge_vertices()
|