Home
last modified time | relevance | path

Searched defs:IntPointTyped (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp74519 struct IntPointTyped : struct
74525 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() argument
74530 constexpr IntPointTyped(ToInt aX, ToInt aY) : Super(Coord(aX.value), Coord(aY.value)) {} in IntPointTyped() function
74532 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 …]