Searched refs:check_for_intersection (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/gpu/ |
D | GrTessellator.cpp | 1081 bool check_for_intersection(Edge* edge, Edge* other, EdgeList* activeEdges, Vertex** current, in check_for_intersection() function 1291 if (check_for_intersection(edge, leftEnclosingEdge, &activeEdges, &v, mesh, c, in simplify() 1296 if (check_for_intersection(edge, rightEnclosingEdge, &activeEdges, &v, mesh, c, in simplify() 1303 if (check_for_intersection(leftEnclosingEdge, rightEnclosingEdge, in simplify()
|