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

/gem5/src/base/vnc/
H A Dvncinput.hh184 uint16_t videoWidth() const { return _videoWidth; } function in class:VncInput
H A Dvncserver.cc460 msg.fbWidth = htobe(videoWidth());
650 fbr.width = videoWidth();
695 fbr.width = videoWidth();
/gem5/src/dev/ps2/
H A Dtouchkit.cc199 const uint16_t _x = (2047.0 / vnc->videoWidth()) * x;

Completed in 12 milliseconds