Home
last modified time | relevance | path

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

/external/libchrome/ui/gfx/geometry/
Drect_f.cc205 float y_distance = in ManhattanDistanceToPoint() local
208 return x_distance + y_distance; in ManhattanDistanceToPoint()
Drect.cc279 int y_distance = in ManhattanDistanceToPoint() local
282 return x_distance + y_distance; in ManhattanDistanceToPoint()