Home
last modified time | relevance | path

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

/external/chromium_org/ui/gfx/geometry/
Drect_conversions.cc39 float float_max_y = rect.bottom(); in ToNearestRect() local
44 int max_y = ToRoundedInt(float_max_y); in ToNearestRect()
51 DCHECK(std::abs(max_y - float_max_y) < 0.01f); in ToNearestRect()
60 float float_max_y = rect.bottom(); in IsNearestRectWithinDistance() local
65 int max_y = ToRoundedInt(float_max_y); in IsNearestRectWithinDistance()
71 (std::abs(max_y - float_max_y) < distance); in IsNearestRectWithinDistance()