Searched refs:point1y (Results 1 – 1 of 1) sorted by relevance
76 static int is_eligible_distance(int point1x, int point1y, int point2x, in is_eligible_distance() argument80 (point1y - point2y) * (point1y - point2y)) <= thresh * thresh; in is_eligible_distance()