HomeSort by relevance Sort by last modified time
    Searched refs:ToRoundedInt (Results 1 - 3 of 3) sorted by null

  /external/libmojo/ui/gfx/geometry/
point_conversions.cc 24 int x = ToRoundedInt(point.x());
25 int y = ToRoundedInt(point.y());
size_conversions.cc 24 int w = ToRoundedInt(size.width());
25 int h = ToRoundedInt(size.height());
safe_integer_conversions.h 32 inline int ToRoundedInt(float value) {
41 inline int ToRoundedInt(double value) {

Completed in 337 milliseconds