Searched defs:Rect (Results 1 – 4 of 4) sorted by relevance
29 struct Rect { struct30 uint32_t id;31 uint32_t pos_x;32 uint32_t pos_y;33 uint32_t width;34 uint32_t height;36 bool isChild;38 std::vector<uint32_t> children;39 Rect(uint32_t i, uint32_t x, uint32_t y, uint32_t w, uint32_t h) in Rect() argument
178 const IMapper::Rect & /*access_region*/, in lock()194 const IMapper::Rect & /*access_region*/, in lockYCbCr()
305 struct Rect { struct312 struct WeightedRect : Rect { argument