Searched refs:_w (Results 1 – 3 of 3) sorted by relevance
89 HwcTestDim(): _w(0), _h(0) {}; in HwcTestDim()90 HwcTestDim(uint32_t w, uint32_t h) : _w(w), _h(h) {} in HwcTestDim()91 uint32_t width(void) const { return _w; } in width()93 void setWidth(uint32_t w) { _w = w; } in setWidth()100 uint32_t _w;
188 rect.right = this->_w; in operator hwc_rect()
72 Key(int _t, String _p, ActivityRecord _a, String _w, in Key() argument77 who = _w; in Key()91 if (_w != null) { in Key()92 hash = (ODD_PRIME_NUMBER*hash) + _w.hashCode(); in Key()