Home
last modified time | relevance | path

Searched refs:_cursorColorKey16Bit (Results 1 – 4 of 4) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/graphics/
H A Dscreen_eob.h140 const uint16 _cursorColorKey16Bit; variable
H A Dscreen_eob.cpp46 …system) : Screen(vm, system, _screenDimTable, _screenDimTableCount), _cursorColorKey16Bit(0x8000) { in Screen_EoB()
149 … (_renderMode == Common::kRenderCGA) ? 0 : (_bytesPerPixel == 2 ? _cursorColorKey16Bit : _cursorCo… in setMouseCursor()
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/graphics/
H A Dscreen_eob.h198 const uint16 _cursorColorKey16Bit; variable
H A Dscreen_eob.cpp47 …system) : Screen(vm, system, _screenDimTable, _screenDimTableCount), _cursorColorKey16Bit(0x8000) { in Screen_EoB()
189 … (_renderMode == Common::kRenderCGA) ? 0 : (_bytesPerPixel == 2 ? _cursorColorKey16Bit : _cursorCo… in setMouseCursor()