Searched defs:IntPointTyped (Results 1 – 1 of 1) sorted by relevance
74519 struct IntPointTyped : struct74525 typedef IntParam<int32_t> ToInt;74526 typedef IntCoordTyped<units> Coord;74527 typedef BasePoint< int32_t, IntPointTyped<units>, IntCoordTyped<units> > Super;74529 constexpr IntPointTyped() : Super() {} in IntPointTyped() argument74530 constexpr IntPointTyped(ToInt aX, ToInt aY) : Super(Coord(aX.value), Coord(aY.value)) {} in IntPointTyped() function74532 static IntPointTyped<units> Round(float aX, float aY) { in Round()74536 static IntPointTyped<units> Ceil(float aX, float aY) { in Ceil()74540 static IntPointTyped<units> Floor(float aX, float aY) { in Floor()74544 static IntPointTyped<units> Truncate(float aX, float aY) { in Truncate()[all …]