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

/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.h92 HwcTestDim(): _w(0), _h(0) {};
93 HwcTestDim(uint32_t w, uint32_t h) : _w(w), _h(h) {}
95 uint32_t height(void) const { return _h; }
97 void setHeight(uint32_t h) { _h = h; }
104 uint32_t _h; member in class:HwcTestDim
H A DhwcTestLib.cpp187 rect.bottom = this->_h;

Completed in 111 milliseconds