OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:manhattan_distance
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/base/gestures/
gesture_util.cc
17
int
manhattan_distance
= abs(p1.x() - p2.x()) + abs(p1.y() - p2.y());
local
18
return
manhattan_distance
<
gesture_point.cc
188
int
manhattan_distance
= abs(p1.x() - p2.x()) + abs(p1.y() - p2.y());
local
189
return
manhattan_distance
<
Completed in 174 milliseconds