Searched defs:HwcTestDim (Results 1 – 1 of 1) sorted by relevance
89 HwcTestDim(): _w(0), _h(0) {}; in HwcTestDim() function90 HwcTestDim(uint32_t w, uint32_t h) : _w(w), _h(h) {} in HwcTestDim() function