Searched refs:distance_sq (Results 1 – 1 of 1) sorted by relevance
575 int distance_sq = dx * dx + dy * dy; in GetBoundaryAtPoint() local576 if (distance_sq < best_distance_sq) { in GetBoundaryAtPoint()578 best_distance_sq = distance_sq; in GetBoundaryAtPoint()