Searched refs:check_for_intersection (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/
H A DGrTessellator.cpp1072 Vertex* check_for_intersection(Edge* edge, Edge* other, EdgeList* activeEdges, Comparator& c, function in namespace:__anon17043
1269 if (check_for_intersection(edge, leftEnclosingEdge, &activeEdges, c, alloc)) {
1273 if (check_for_intersection(edge, rightEnclosingEdge, &activeEdges, c, alloc)) {
1279 if (Vertex* pv = check_for_intersection(leftEnclosingEdge, rightEnclosingEdge,

Completed in 58 milliseconds