Home
last modified time | relevance | path

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

/external/libchrome/ui/gfx/geometry/
Drect_conversions.cc37 float float_max_y = rect.bottom(); in ToNearestRect() local
42 int max_y = ToRoundedInt(float_max_y); in ToNearestRect()
49 DCHECK(std::abs(max_y - float_max_y) < 0.01f); in ToNearestRect()
61 float float_max_y = rect.bottom(); in IsNearestRectWithinDistance() local
66 int max_y = ToRoundedInt(float_max_y); in IsNearestRectWithinDistance()
72 (std::abs(max_y - float_max_y) < distance); in IsNearestRectWithinDistance()