Home
last modified time | relevance | path

Searched refs:_h (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/opengl/tests/hwc/
DhwcTestLib.h89 HwcTestDim(): _w(0), _h(0) {}; in HwcTestDim()
90 HwcTestDim(uint32_t w, uint32_t h) : _w(w), _h(h) {} in HwcTestDim()
92 uint32_t height(void) const { return _h; } in height()
94 void setHeight(uint32_t h) { _h = h; } in setHeight()
101 uint32_t _h; variable
DhwcTestLib.cpp189 rect.bottom = this->_h; in operator hwc_rect()