Home
last modified time | relevance | path

Searched defs:Rect (Results 1 – 5 of 5) sorted by relevance

/hardware/google/aemu/base/
DLayoutResolver.cpp29 struct Rect { struct
30 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
/hardware/qcom/sm8150/display/gralloc/
DQtiMapper.cpp178 const IMapper::Rect & /*access_region*/, in lock()
194 const IMapper::Rect & /*access_region*/, in lockYCbCr()
/hardware/qcom/sm7250/display/gralloc/
DQtiMapper.cpp178 const IMapper::Rect & /*access_region*/, in lock()
194 const IMapper::Rect & /*access_region*/, in lockYCbCr()
/hardware/google/gfxstream/include/render-utils/
DRenderer.h49 } Rect; typedef
/hardware/google/camera/common/hal/common/
Dhal_types.h320 struct Rect { struct
327 struct WeightedRect : Rect { argument