Home
last modified time | relevance | path

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

/external/libchrome/ui/gfx/geometry/
Drect_conversions.cc36 float float_max_x = rect.right(); in ToNearestRect() local
41 int max_x = ToRoundedInt(float_max_x); in ToNearestRect()
48 DCHECK(std::abs(max_x - float_max_x) < 0.01f); in ToNearestRect()
60 float float_max_x = rect.right(); in IsNearestRectWithinDistance() local
65 int max_x = ToRoundedInt(float_max_x); in IsNearestRectWithinDistance()
71 (std::abs(max_x - float_max_x) < distance) && in IsNearestRectWithinDistance()