Searched defs:Rect (Results 1 – 5 of 5) 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() function
178 const IMapper::Rect & /*access_region*/, in lock()194 const IMapper::Rect & /*access_region*/, in lockYCbCr()
49 } Rect; typedef
320 struct Rect { struct327 struct WeightedRect : Rect { argument