Home
last modified time | relevance | path

Searched refs:_fogs (Results 1 – 6 of 6) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dset_effects.cpp41 _fogs = nullptr; in SetEffects()
74 fog->_next = _fogs; in read()
75 _fogs = fog; in read()
83 if (!_fogs) { in reset()
88 nextFog = _fogs->_next; in reset()
89 delete _fogs; in reset()
90 _fogs = nextFog; in reset()
95 for (Fog *fog = _fogs; fog != nullptr; fog = fog->_next) { in setupFrame()
138 for (Fog *fog = _fogs; fog != nullptr; fog = fog->_next) { in calculateColor()
158 if (!_fogs) { in findFog()
[all …]
H A Dset_effects.h44 Fog *_fogs; variable
H A Ddebugger.cpp2166 for (Fog *fog = _vm->_scene->_set->_effects->_fogs; fog != nullptr; fog = fog->_next) { in cmdList()
2346 Fog *fog = _vm->_scene->_set->_effects->_fogs; in drawFogs()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dset_effects.cpp41 _fogs = nullptr; in SetEffects()
74 fog->_next = _fogs; in read()
75 _fogs = fog; in read()
83 if (!_fogs) { in reset()
88 nextFog = _fogs->_next; in reset()
89 delete _fogs; in reset()
90 _fogs = nextFog; in reset()
95 for (Fog *fog = _fogs; fog != nullptr; fog = fog->_next) { in setupFrame()
142 for (Fog *fog = _fogs; fog != nullptr; fog = fog->_next) { in calculateColor()
162 if (!_fogs) { in findFog()
[all …]
H A Dset_effects.h44 Fog *_fogs; variable
H A Ddebugger.cpp2276 for (Fog *fog = _vm->_scene->_set->_effects->_fogs; fog != nullptr; fog = fog->_next) { in cmdList()
2460 Fog *fog = _vm->_scene->_set->_effects->_fogs; in drawFogs()