Home
last modified time | relevance | path

Searched refs:_clipBg2 (Results 1 – 5 of 5) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/griffon/
H A Dengine.cpp209 _clipBg->copyRectToSurface(_clipBg2->getPixels(), _clipBg2->pitch, 0, 0, _clipBg2->w, _clipBg2->h); in updateEngine()
H A Dcombat.cpp674 _clipBg2->fillRect(rcDest, _clipBg->format.RGBToColor(255, 255, 255)); in damageNPC()
707 _clipBg2->fillRect(rcDest, _clipBg->format.RGBToColor(255, 255, 255)); in damageNPC()
765 _clipBg2->fillRect(rcDest, _clipBg->format.RGBToColor(255, 255, 255)); in damageNPC()
797 _clipBg2->fillRect(rcDest, _clipBg->format.RGBToColor(255, 255, 255)); in damageNPC()
831 _clipBg2->fillRect(rcDest, _clipBg->format.RGBToColor(255, 255, 255)); in damageNPC()
894 _clipBg2->fillRect(rcDest, _clipBg->format.RGBToColor(255, 255, 255)); in damageNPC()
925 _clipBg2->fillRect(rcDest, _clipBg->format.RGBToColor(255, 255, 255)); in damageNPC()
957 _clipBg2->fillRect(rcDest, _clipBg->format.RGBToColor(255, 255, 255)); in damageNPC()
978 _clipBg2->fillRect(rcDest, _clipBg->format.RGBToColor(255, 255, 255)); in damageNPC()
1000 _clipBg2->fillRect(rcDest, _clipBg->format.RGBToColor(255, 255, 255)); in damageNPC()
H A Dresources.cpp82 _clipBg2 = new Graphics::TransparentSurface; in initialize()
83 _clipBg2->create(320, 240, g_system->getScreenFormat()); in initialize()
166 _clipBg2->fillRect(trect, ccc); in loadMap()
976 _clipBg2->copyRectToSurface(_clipBg->getPixels(), _clipBg->pitch, 0, 0, _clipBg->w, _clipBg->h); in loadMap()
H A Dlogic.cpp1347 _clipBg2->fillRect(rcSrc, 0); in updateSpells()
1466 _clipBg2->fillRect(rcSrc, 0); in updateSpells()
1546 _clipBg2->fillRect(rcSrc, 0); in updateSpells()
1815 _clipBg2->fillRect(rcSrc, 0); in updateSpells()
1872 _clipBg2->fillRect(rcSrc, 0); in updateSpells()
1929 _clipBg2->fillRect(rcSrc, 0); in updateSpells()
1986 _clipBg2->fillRect(rcSrc, 0); in updateSpells()
2262 _clipBg2->fillRect(rcSrc, 0); in updateSpellsUnder()
H A Dgriffon.h459 Graphics::TransparentSurface *_mapBg, *_clipBg, *_clipBg2; variable