Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/engines/buried/environ/
H A Dmayan.cpp1776 AVIFrames _puzzleFrames[4]; member in Buried::DeathGodPuzzleBox
1793_puzzleFrames[0].open(_vm->getFilePath(_staticData.location.timeZone, _staticData.location.environ… in DeathGodPuzzleBox()
1794_puzzleFrames[1].open(_vm->getFilePath(_staticData.location.timeZone, _staticData.location.environ… in DeathGodPuzzleBox()
1795_puzzleFrames[2].open(_vm->getFilePath(_staticData.location.timeZone, _staticData.location.environ… in DeathGodPuzzleBox()
1804 _puzzleFrames[0].close(); in preDestructor()
1805 _puzzleFrames[1].close(); in preDestructor()
1806 _puzzleFrames[2].close(); in preDestructor()
1807 _puzzleFrames[3].close(); in preDestructor()
1814 const Graphics::Surface *spinnerFrame = _puzzleFrames[i].getFrame(_puzzleIndexes[i]); in paint()
1844 _puzzleIndexes[i] = _puzzleFrames[i].getFrameCount() - 2; in mouseUp()
[all …]