Home
last modified time | relevance | path

Searched refs:closest_point (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/events/gestures/
Dgesture_recognizer_impl.cc82 const GesturePoint* closest_point = NULL; in GetTargetForLocation() local
94 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()