Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/engines/griffon/
H A Ddraw.cpp1096 _videoBuffer->copyRectToSurface(_mapBg->getPixels(), _mapBg->pitch, 0, 0, _mapBg->w, _mapBg->h); in drawView()
1172 _mapBg->blit(*_videoBuffer); in swash()
H A Dresources.cpp78 _mapBg = new Graphics::TransparentSurface; in initialize()
79 _mapBg->create(320, 240, g_system->getScreenFormat()); in initialize()
164 _mapBg->fillRect(trect, 0); in loadMap()
325 …_tiles[curtilel]->blit(*_mapBg, rcDest.left, rcDest.top, Graphics::FLIP_NONE, &rcSrc, TS_ARGB(alph… in loadMap()
H A Dgriffon.h459 Graphics::TransparentSurface *_mapBg, *_clipBg, *_clipBg2; variable
H A Dcombat.cpp734 _tiles[curTileL]->blit(*_mapBg, rcDest.left, rcDest.top, Graphics::FLIP_NONE, &rcSrc); in damageNPC()