Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/lastexpress/data/
H A Danimation.cpp141 _background1 = processChunkFrame(_stream, *_currentChunk); in process()
153 _background2 = processChunkFrame(_stream, *_currentChunk); in process()
165 _overlay = processChunkFrame(_stream, *_currentChunk); in process()
222 AnimFrame *Animation::processChunkFrame(Common::SeekableReadStream *in, const Chunk &c) const { in processChunkFrame() function in LastExpress::Animation
H A Danimation.h104 AnimFrame *processChunkFrame(Common::SeekableReadStream *in, const Chunk &c) const;
/dports/games/scummvm/scummvm-2.5.1/engines/lastexpress/data/
H A Danimation.cpp141 _background1 = processChunkFrame(_stream, *_currentChunk); in process()
153 _background2 = processChunkFrame(_stream, *_currentChunk); in process()
165 _overlay = processChunkFrame(_stream, *_currentChunk); in process()
222 AnimFrame *Animation::processChunkFrame(Common::SeekableReadStream *in, const Chunk &c) const { in processChunkFrame() function in LastExpress::Animation
H A Danimation.h104 AnimFrame *processChunkFrame(Common::SeekableReadStream *in, const Chunk &c) const;