HomeSort by relevance Sort by last modified time
    Searched full:float_max_y (Results 1 - 1 of 1) sorted by null

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

Completed in 387 milliseconds