Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrTessellator.cpp919 Vertex* check_for_intersection(Edge* edge, Edge* other, EdgeList* activeEdges, Comparator& c, in check_for_intersection() function
1139 if (check_for_intersection(edge, leftEnclosingEdge, &activeEdges, c, alloc)) { in simplify()
1143 if (check_for_intersection(edge, rightEnclosingEdge, &activeEdges, c, alloc)) { in simplify()
1149 if (Vertex* pv = check_for_intersection(leftEnclosingEdge, rightEnclosingEdge, in simplify()