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