Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tinsel/
H A Dbmv.cpp843 int graphOffset, length; in DoBMVFrame() local
897 graphOffset += sz_AUDIO_pkt; // Skip audio data in DoBMVFrame()
902 blobs = *(bigBuffer + graphOffset); in DoBMVFrame()
904 graphOffset += (blobs + 1); in DoBMVFrame()
913 cmdLen = MovieCommand(*data, graphOffset); in DoBMVFrame()
915 graphOffset += cmdLen; in DoBMVFrame()
920 MoviePalette(graphOffset); in DoBMVFrame()
926 xscr = (int16)READ_16(bigBuffer + graphOffset); in DoBMVFrame()
953 int graphOffset; in DoSoundFrame() local
1005 int blobs = *(bigBuffer + graphOffset); in DoSoundFrame()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/tinsel/
H A Dbmv.cpp1136 int graphOffset, length; in DoBMVFrame() local
1196 graphOffset += audioSize; in DoBMVFrame()
1204 blobs = *(bigBuffer + graphOffset); in DoBMVFrame()
1206 graphOffset += (blobs + 1); in DoBMVFrame()
1215 cmdLen = MovieCommand(*data, graphOffset); in DoBMVFrame()
1217 graphOffset += cmdLen; in DoBMVFrame()
1223 MoviePalette(graphOffset); in DoBMVFrame()
1230 xscr = (int16)READ_16(bigBuffer + graphOffset); in DoBMVFrame()
1264 int graphOffset; in DoSoundFrame() local
1316 int blobs = *(bigBuffer + graphOffset); in DoSoundFrame()
[all …]