Searched refs:smallest2distSq (Results 1 – 1 of 1) sorted by relevance
106 double smallest2distSq = SkTMin(dist2_0, dist2_3); in convexHull() local107 if (approximately_zero(SkTMin(smallest1distSq, smallest2distSq))) { in convexHull()108 order[2] = smallest1distSq < smallest2distSq ? 2 : 1; in convexHull()