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

/gem5/src/base/vnc/
H A Dvncinput.hh191 uint16_t videoHeight() const { return _videoHeight; } function in class:VncInput
H A Dvncserver.cc461 msg.fbHeight = htobe(videoHeight());
651 fbr.height = videoHeight();
696 fbr.height = videoHeight();
/gem5/src/dev/ps2/
H A Dtouchkit.cc200 const uint16_t _y = (2047.0 / vnc->videoHeight()) * y;

Completed in 8 milliseconds