Searched defs:_h (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/display/liboverlay/
H A DoverlayUtils.h188 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h) : argument
190 w(_w), h(_h) {}
191 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h, uint32_t _o) : argument
193 w(_w), h(_h),
195 bool check(uint32_t _w, uint32_t _h) const {
196 return (x+w <= _w && y+h <= _h);

Completed in 114 milliseconds