Searched defs:C2Rect (Results 1 – 1 of 1) sorted by relevance
1335 struct C2Rect { struct1342 constexpr inline C2Rect() in C2Rect() argument1345 constexpr inline C2Rect(uint32_t width_, uint32_t height_) in C2Rect() argument1348 constexpr C2Rect inline at(uint32_t left_, uint32_t top_) const { in at() argument1371 inline constexpr bool contains(const C2Rect &other) const { in contains() argument1421 inline constexpr C2Rect intersect(const C2Rect &other) const { in intersect() argument1429 inline constexpr C2Rect normalize() const { in normalize() argument1435 constexpr inline C2Rect(uint32_t width_, uint32_t height_, uint32_t left_, uint32_t top_) in C2Rect() function1452 inline constexpr operator C2Rect() const { in C2Rect() function