Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrTriangulator.cpp918 static bool nearly_flat(const Comparator& c, Edge* edge) { in nearly_flat() function
971 bool leftFlat = nearly_flat(c, left); in checkForIntersection()
972 bool rightFlat = nearly_flat(c, right); in checkForIntersection()
/external/skqp/src/gpu/
DGrTessellator.cpp1204 bool nearly_flat(Comparator& c, Edge* edge) { in nearly_flat() function
1236 if (!nearly_flat(c, left)) { in check_for_intersection()
1239 if (!nearly_flat(c, right)) { in check_for_intersection()