Searched refs:_height (Results 1 - 3 of 3) sorted by relevance

/gem5/src/base/
H A Dframebuffer.hh100 unsigned height() const { return _height; }
102 unsigned area() const { return _width * _height; }
161 assert(y < _height);
174 assert(y < _height);
200 unsigned _height;
H A Dframebuffer.cc50 _width(width), _height(height)
56 : _width(0), _height(0)
69 SERIALIZE_SCALAR(_height);
77 UNSERIALIZE_SCALAR(_height);
85 _height = height;
/gem5/src/dev/
H A Dpixelpump.cc48 DisplayTimings::DisplayTimings(unsigned _width, unsigned _height, argument
51 : width(_width), height(_height),

Completed in 5 milliseconds