Searched refs:float_max_x (Results 1 – 1 of 1) sorted by relevance
36 float float_max_x = rect.right(); in ToNearestRect() local41 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() local65 int max_x = ToRoundedInt(float_max_x); in IsNearestRectWithinDistance()71 (std::abs(max_x - float_max_x) < distance) && in IsNearestRectWithinDistance()