Searched defs:C2Rect (Results 1 – 1 of 1) sorted by relevance
1338 struct C2Rect { struct1345 constexpr inline C2Rect() in C2Rect() argument1348 constexpr inline C2Rect(uint32_t width_, uint32_t height_) in C2Rect() function1351 constexpr C2Rect inline at(uint32_t left_, uint32_t top_) const { in at() argument1374 inline constexpr bool contains(const C2Rect &other) const { in contains() argument1424 inline constexpr C2Rect intersect(const C2Rect &other) const { in intersect() argument1432 inline constexpr C2Rect normalize() const { in normalize() argument1438 constexpr inline C2Rect(uint32_t width_, uint32_t height_, uint32_t left_, uint32_t top_) in C2Rect() argument1455 inline constexpr operator C2Rect() const { in C2Rect() function