Home
last modified time | relevance | path

Searched refs:_overlayscreen (Results 1 – 10 of 10) sorted by relevance

/dports/games/residualvm/residualvm-0.3.1/backends/graphics/surfacesdl/
H A Dsurfacesdl-graphics.cpp41 _overlayscreen(0), in SurfaceSdlGraphicsManager()
148 if (!_overlayscreen) { in createOrUpdateScreen()
190 if (!_overlayscreen) in drawOverlay()
235 if (!_overlayscreen) in clearOverlay()
280 if (_overlayscreen == NULL) in grabOverlay()
291 src += _overlayscreen->pitch; in grabOverlay()
299 if (_overlayscreen == NULL) in copyRectToOverlay()
331 …byte *dst = (byte *)_overlayscreen->pixels + y * _overlayscreen->pitch + x * _overlayscreen->forma… in copyRectToOverlay()
334 dst += _overlayscreen->pitch; in copyRectToOverlay()
345 if (_overlayscreen) { in closeOverlay()
[all …]
H A Dsurfacesdl-graphics.h82 SDL_Surface *_overlayscreen; variable
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/graphics/wincesdl/
H A Dwincesdl-graphics.cpp530 origSurf = _overlayscreen; in internUpdateScreen()
903 if (_overlayscreen == NULL) in loadGFXMode()
910 if (_overlayscreen == NULL) in loadGFXMode()
984 _overlayscreen = old_overlayscreen; in hotswapGFXMode()
1027 if (_overlayscreen == NULL) in copyRectToOverlay()
1064 byte *dst = (byte *)_overlayscreen->pixels + y * _overlayscreen->pitch + x * 2; in copyRectToOverlay()
1067 dst += _overlayscreen->pitch; in copyRectToOverlay()
1071 SDL_UnlockSurface(_overlayscreen); in copyRectToOverlay()
1363 dst = (byte *)_overlayscreen->pixels + (y + 1) * _overlayscreen->pitch + (x + 1) * 2; in internDrawMouse()
1376 dst += _overlayscreen->pitch - w * 2; in internDrawMouse()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/graphics/surfacesdl/
H A Dsurfacesdl-graphics.cpp1050 if (_overlayscreen == NULL)
1099 if (_overlayscreen) {
1101 _overlayscreen = NULL;
1135 _overlayscreen = NULL;
1258 origSurf = _overlayscreen;
1847 stretch200To240((uint8 *)_overlayscreen->pixels, _overlayscreen->pitch,
1860 if (_overlayscreen == NULL)
1871 src += _overlayscreen->pitch;
1881 if (_overlayscreen == NULL)
1916 byte *dst = (byte *)_overlayscreen->pixels + y * _overlayscreen->pitch + x * 2;
[all …]
H A Dsurfacesdl-graphics.h224 SDL_Surface *_overlayscreen; variable
/dports/games/scummvm/scummvm-2.5.1/backends/graphics/surfacesdl/
H A Dsurfacesdl-graphics.cpp121 _overlayscreen(0), _tmpscreen2(0), in SurfaceSdlGraphicsManager()
939 if (_overlayscreen == NULL)
983 if (_overlayscreen) {
985 _overlayscreen = NULL;
1018 _overlayscreen = NULL;
1146 origSurf = _overlayscreen;
1705 stretch200To240((uint8 *)_overlayscreen->pixels, _overlayscreen->pitch,
1718 if (_overlayscreen == NULL)
1739 if (_overlayscreen == NULL)
1774 byte *dst = (byte *)_overlayscreen->pixels + y * _overlayscreen->pitch + x * 2;
[all …]
H A Dsurfacesdl-graphics.h218 SDL_Surface *_overlayscreen; variable
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/graphics/linuxmotosdl/
H A Dlinuxmotosdl-graphics.cpp301 origSurf = _overlayscreen; in internUpdateScreen()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/graphics/gph/
H A Dgph-graphics.cpp270 origSurf = _overlayscreen; in internUpdateScreen()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/graphics/dinguxsdl/
H A Ddinguxsdl-graphics.cpp270 origSurf = _overlayscreen; in internUpdateScreen()