Searched defs:C2Rect (Results 1 – 2 of 2) sorted by relevance
1475 struct C2Rect { struct1482 constexpr inline C2Rect() in C2Rect() argument1485 constexpr inline C2Rect(uint32_t width_, uint32_t height_) in C2Rect() function1488 constexpr C2Rect inline at(uint32_t left_, uint32_t top_) const { in at() argument1511 inline constexpr bool contains(const C2Rect &other) const { in contains() argument1561 inline constexpr C2Rect intersect(const C2Rect &other) const { in intersect() argument1569 inline constexpr C2Rect normalize() const { in normalize() argument1575 constexpr inline C2Rect(uint32_t width_, uint32_t height_, uint32_t left_, uint32_t top_) in C2Rect() function1592 inline constexpr operator C2Rect() const { in C2Rect() function
461 c2_status_t unmap(uint8_t **, C2Rect, C2Fence *) override { return C2_OK; } in unmap() argument