Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
H A DSkOpCubicHull.cpp106 double smallest2distSq = std::min(dist2_0, dist2_3); in convexHull() local
107 if (approximately_zero(std::min(smallest1distSq, smallest2distSq))) { in convexHull()
108 order[2] = smallest1distSq < smallest2distSq ? 2 : 1; in convexHull()

Completed in 2 milliseconds