Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
H A DSkOpCubicHull.cpp105 double smallest1distSq = std::min(dist1_0, dist1_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 1 milliseconds