Searched refs:ToRoundedInt (Results 1 – 3 of 3) sorted by relevance
24 int w = ToRoundedInt(size.width()); in ToRoundedSize()25 int h = ToRoundedInt(size.height()); in ToRoundedSize()
24 int x = ToRoundedInt(point.x()); in ToRoundedPoint()25 int y = ToRoundedInt(point.y()); in ToRoundedPoint()
32 inline int ToRoundedInt(float value) { in ToRoundedInt() function41 inline int ToRoundedInt(double value) { in ToRoundedInt() function