Searched defs:IntRectTyped (Results 1 – 1 of 1) sorted by relevance
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 77106 struct IntRectTyped : struct 77112 …2_t, IntRectTyped<units>, IntPointTyped<units>, IntSizeTyped<units>, IntMarginTyped<units> > Super; 77113 typedef IntRectTyped<units> Self; 77114 typedef IntParam<int32_t> ToInt; 77116 IntRectTyped() : Super() {} in IntRectTyped() argument 77117 IntRectTyped(const IntPointTyped<units>& aPos, const IntSizeTyped<units>& aSize) : in IntRectTyped() function 77120 IntRectTyped(ToInt aX, ToInt aY, ToInt aWidth, ToInt aHeight) : in IntRectTyped() argument 77123 static IntRectTyped<units> RoundIn(float aX, float aY, float aW, float aH) { in RoundIn() 77127 static IntRectTyped<units> RoundOut(float aX, float aY, float aW, float aH) { in RoundOut() 77131 static IntRectTyped<units> Round(float aX, float aY, float aW, float aH) { in Round() [all …]
|