Searched refs:float_max_y (Results 1 – 1 of 1) sorted by relevance
39 float float_max_y = rect.bottom(); in ToNearestRect() local44 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() local65 int max_y = ToRoundedInt(float_max_y); in IsNearestRectWithinDistance()71 (std::abs(max_y - float_max_y) < distance); in IsNearestRectWithinDistance()