Searched defs:C2Rect (Results 1 – 2 of 2) sorted by relevance
1470 struct C2Rect { struct1477 constexpr inline C2Rect() in C2Rect() argument1480 constexpr inline C2Rect(uint32_t width_, uint32_t height_) in C2Rect() argument1483 constexpr C2Rect inline at(uint32_t left_, uint32_t top_) const { in at() argument1506 inline constexpr bool contains(const C2Rect &other) const { in contains() argument1556 inline constexpr C2Rect intersect(const C2Rect &other) const { in intersect() argument1564 inline constexpr C2Rect normalize() const { in normalize() argument1570 constexpr inline C2Rect(uint32_t width_, uint32_t height_, uint32_t left_, uint32_t top_) in C2Rect() argument1587 inline constexpr operator C2Rect() const { in C2Rect() function
461 c2_status_t unmap(uint8_t **, C2Rect, C2Fence *) override { return C2_OK; } in unmap() argument