Searched refs:closest_point (Results 1 – 1 of 1) sorted by relevance
82 const GesturePoint* closest_point = NULL; in GetTargetForLocation() local94 if (!closest_point || distance_squared < closest_distance_squared) { in GetTargetForLocation()95 closest_point = &points[j]; in GetTargetForLocation()104 if (closest_distance_squared < max_distance * max_distance && closest_point) in GetTargetForLocation()105 return touch_id_target_[closest_point->touch_id()]; in GetTargetForLocation()