Home
last modified time | relevance | path

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

/hardware/qcom/display/liboverlay/
DoverlayUtils.h182 struct Dim { struct
183 Dim () : x(0), y(0), in Dim() function
186 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h) : in Dim() function
189 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h, uint32_t _o) : in Dim() argument
198 bool operator==(const Dim& d) const { argument
209 uint32_t x;
210 uint32_t y;
211 uint32_t w;
212 uint32_t h;
213 uint32_t o;