Home
last modified time | relevance | path

Searched refs:_windowYAdd (Results 1 – 16 of 16) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/access/
H A Dscreen.cpp53 _windowXAdd = _windowYAdd = 0; in Screen()
77 _windowXAdd = _windowYAdd = 0; in setDisplayScan()
216 _windowYAdd = (176 - _clipHeight) >> 1; in setBufferScan()
232 _screenSave._windowYAdd = _windowYAdd; in saveScreen()
246 _windowYAdd = _screenSave._windowYAdd; in restoreScreen()
258 destBounds.translate(_windowXAdd, _windowYAdd + _screenYOff); in copyBlock()
H A Dscreen.h40 int _windowYAdd; member
71 int _windowXAdd, _windowYAdd; variable
H A Dinventory.cpp242 _fields._windowYAdd = screen._windowYAdd; in savedFields()
264 screen._windowYAdd = _fields._windowYAdd; in restoreFields()
289 screen._windowYAdd = 0; in initFields()
H A Dinventory.h63 int _windowYAdd; member
H A Devents.cpp337 pt.y = _mousePos.y - screen._screenYOff - screen._windowYAdd + in calcRawMouse()
H A Daccess.cpp441 Common::Point(_screen->_windowXAdd, _screen->_windowYAdd)); in copyBF2Vid()
/dports/games/scummvm/scummvm-2.5.1/engines/access/
H A Dscreen.cpp54 _windowXAdd = _windowYAdd = 0; in Screen()
78 _windowXAdd = _windowYAdd = 0; in setDisplayScan()
217 _windowYAdd = (176 - _clipHeight) >> 1; in setBufferScan()
233 _screenSave._windowYAdd = _windowYAdd; in saveScreen()
247 _windowYAdd = _screenSave._windowYAdd; in restoreScreen()
259 destBounds.translate(_windowXAdd, _windowYAdd + _screenYOff); in copyBlock()
H A Dscreen.h40 int _windowYAdd; member
71 int _windowXAdd, _windowYAdd; variable
H A Dinventory.cpp242 _fields._windowYAdd = screen._windowYAdd; in savedFields()
264 screen._windowYAdd = _fields._windowYAdd; in restoreFields()
289 screen._windowYAdd = 0; in initFields()
H A Dinventory.h63 int _windowYAdd; member
H A Devents.cpp328 pt.y = _mousePos.y - screen._screenYOff - screen._windowYAdd + in calcRawMouse()
H A Daccess.cpp436 Common::Point(_screen->_windowXAdd, _screen->_windowYAdd)); in copyBF2Vid()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/access/martian/
H A Dmartian_room.cpp128 mousePos.y >= screen._windowYAdd && in mainAreaClick()
129 mousePos.y <= (screen._windowYAdd + screen._vWindowLinesTall)) { in mainAreaClick()
/dports/games/scummvm/scummvm-2.5.1/engines/access/martian/
H A Dmartian_room.cpp128 mousePos.y >= screen._windowYAdd && in mainAreaClick()
129 mousePos.y <= (screen._windowYAdd + screen._vWindowLinesTall)) { in mainAreaClick()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/access/amazon/
H A Damazon_room.cpp194 mousePos.y >= screen._windowYAdd && in mainAreaClick()
195 mousePos.y <= (screen._windowYAdd + screen._vWindowLinesTall)) { in mainAreaClick()
/dports/games/scummvm/scummvm-2.5.1/engines/access/amazon/
H A Damazon_room.cpp194 mousePos.y >= screen._windowYAdd && in mainAreaClick()
195 mousePos.y <= (screen._windowYAdd + screen._vWindowLinesTall)) { in mainAreaClick()