Home
last modified time | relevance | path

Searched refs:currentChapter (Results 1 – 25 of 53) sorted by relevance

123

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/drascula/
H A Dactors.cpp30 if (currentChapter == 4) { in placeIgor()
52 if (currentChapter == 6) in placeDrascula()
60 if (currentChapter == 3) in hiccup()
68 if (currentChapter == 3) in hiccup()
78 if (currentChapter == 3) { in hiccup()
102 if (currentChapter == 2) { in startWalking()
182 if (currentChapter != 2 && currentChapter != 3) { in moveCharacters()
281 if (currentChapter == 2) in quadrant_1()
302 if (currentChapter == 2) in quadrant_2()
323 if (currentChapter == 2) in quadrant_3()
[all …]
H A Dtalk.cpp100 if (currentChapter == 1 || currentChapter == 4) in talk_igor()
102 if (currentChapter == 1) in talk_igor()
104 if (currentChapter == 1 || currentChapter == 6) in talk_igor()
168 if (currentChapter == 6) in talk_drascula()
172 if (currentChapter == 6) in talk_drascula()
241 if (currentChapter == 1) in talk_solo()
248 if (currentChapter == 6) in talk_solo()
385 if (currentChapter != 2) in talk()
428 if (currentChapter == 2) in talk()
534 if (currentChapter == 1) in talk_drunk()
[all …]
H A Dobjects.cpp30 if (currentChapter == 6) in pickObject()
32 else if (currentChapter == 4) in pickObject()
34 else if (currentChapter == 5) in pickObject()
39 if (currentChapter == 2) in pickObject()
46 if (currentChapter == 5) { in chooseObject()
64 if (currentChapter == 5 || currentChapter == 6) { in walkToPoint()
232 if (currentChapter == 1) { in updateVisible()
234 } else if (currentChapter == 2) { in updateVisible()
248 } else if (currentChapter == 3) { in updateVisible()
250 } else if (currentChapter == 4) { in updateVisible()
[all …]
H A Ddrascula.cpp74 currentChapter = 0; in DrasculaEngine()
279 currentChapter = -1; in run()
281 currentChapter++; in run()
330 if (currentChapter != 3) in run()
383 if (currentChapter == 6) in run()
386 currentChapter++; in run()
410 if (currentChapter != 2) {
424 if (currentChapter == 2) {
433 if (currentChapter == 1) {
929 if (currentChapter == 3)
[all …]
H A Drooms.cpp192 if (currentChapter == 2 || currentChapter == 4 || in room_0()
193 currentChapter == 5 || currentChapter == 6) { in room_0()
1309 if (currentChapter == 1) { in update_16_pre()
1565 } else if (currentChapter == 5 || currentChapter == 6) { in checkAction()
1688 if (currentChapter == 2) { in enterRoom()
1796 if (currentChapter == 2) in enterRoom()
1848 if (currentChapter == 5) in enterRoom()
1853 if (currentChapter == 1) in enterRoom()
1920 ((currentChapter != 3 && currentChapter != 5) || visible[doorNumber] == 1)) { in exitRoom()
1964 if (currentChapter == 5) in exitRoom()
[all …]
H A Dconverse.cpp33 if (_talkSequences[i].chapter == currentChapter && in playTalkSequence()
170 if (currentChapter == 2 && !strcmp(fileName, "op_5.cal") && flags[38] == 1 && flags[33] == 1) { in converse()
176 if (currentChapter == 6 && !strcmp(fileName, "op_12.cal") && flags[7] == 1) { in converse()
182 if (currentChapter == 6 && !strcmp(fileName, "op_12.cal") && flags[10] == 1) { in converse()
203 if (currentChapter == 3 || currentChapter == 5) { in converse()
276 if (currentChapter == 2) in converse()
288 if (currentChapter == 2) { in response()
309 } else if (currentChapter == 3) { in response()
H A Dinterface.cpp69 if (currentChapter == 5) { in selectVerb()
124 byte *srcSurface = (currentChapter == 6) ? tableSurface : frontSurface; in showMenu()
H A Dsaveload.cpp241 out->writeSint32LE(currentChapter); in saveGame()
271 if (currentChapter != 1) in loadGame()
296 if (savedChapter != currentChapter) { in loadGame()
298 currentChapter = savedChapter - 1; in loadGame()
/dports/games/scummvm/scummvm-2.5.1/engines/drascula/
H A Dactors.cpp30 if (currentChapter == 4) { in placeIgor()
52 if (currentChapter == 6) in placeDrascula()
60 if (currentChapter == 3) in hiccup()
68 if (currentChapter == 3) in hiccup()
78 if (currentChapter == 3) { in hiccup()
102 if (currentChapter == 2) { in startWalking()
182 if (currentChapter != 2 && currentChapter != 3) { in moveCharacters()
281 if (currentChapter == 2) in quadrant_1()
302 if (currentChapter == 2) in quadrant_2()
323 if (currentChapter == 2) in quadrant_3()
[all …]
H A Dtalk.cpp100 if (currentChapter == 1 || currentChapter == 4) in talk_igor()
102 if (currentChapter == 1) in talk_igor()
104 if (currentChapter == 1 || currentChapter == 6) in talk_igor()
168 if (currentChapter == 6) in talk_drascula()
172 if (currentChapter == 6) in talk_drascula()
241 if (currentChapter == 1) in talk_solo()
248 if (currentChapter == 6) in talk_solo()
385 if (currentChapter != 2) in talk()
428 if (currentChapter == 2) in talk()
534 if (currentChapter == 1) in talk_drunk()
[all …]
H A Dobjects.cpp30 if (currentChapter == 6) in pickObject()
32 else if (currentChapter == 4) in pickObject()
34 else if (currentChapter == 5) in pickObject()
39 if (currentChapter == 2) in pickObject()
46 if (currentChapter == 5) { in chooseObject()
64 if (currentChapter == 5 || currentChapter == 6) { in walkToPoint()
232 if (currentChapter == 1) { in updateVisible()
234 } else if (currentChapter == 2) { in updateVisible()
248 } else if (currentChapter == 3) { in updateVisible()
250 } else if (currentChapter == 4) { in updateVisible()
[all …]
H A Ddrascula.cpp74 currentChapter = 0; in DrasculaEngine()
275 currentChapter = -1; in run()
277 currentChapter++; in run()
329 if (currentChapter != 3) in run()
382 if (currentChapter == 6) in run()
385 currentChapter++; in run()
409 if (currentChapter != 2) { in runCurrentChapter()
423 if (currentChapter == 2) { in runCurrentChapter()
432 if (currentChapter == 1) { in runCurrentChapter()
892 if (currentChapter == 3) in hipo_sin_nadie()
[all …]
H A Drooms.cpp192 if (currentChapter == 2 || currentChapter == 4 || in room_0()
193 currentChapter == 5 || currentChapter == 6) { in room_0()
1309 if (currentChapter == 1) { in update_16_pre()
1565 } else if (currentChapter == 5 || currentChapter == 6) { in checkAction()
1688 if (currentChapter == 2) { in enterRoom()
1796 if (currentChapter == 2) in enterRoom()
1848 if (currentChapter == 5) in enterRoom()
1853 if (currentChapter == 1) in enterRoom()
1920 ((currentChapter != 3 && currentChapter != 5) || visible[doorNumber] == 1)) { in exitRoom()
1964 if (currentChapter == 5) in exitRoom()
[all …]
H A Dconverse.cpp33 if (_talkSequences[i].chapter == currentChapter && in playTalkSequence()
170 if (currentChapter == 2 && !strcmp(fileName, "op_5.cal") && flags[38] == 1 && flags[33] == 1) { in converse()
176 if (currentChapter == 6 && !strcmp(fileName, "op_12.cal") && flags[7] == 1) { in converse()
182 if (currentChapter == 6 && !strcmp(fileName, "op_12.cal") && flags[10] == 1) { in converse()
203 if (currentChapter == 3 || currentChapter == 5) { in converse()
276 if (currentChapter == 2) in converse()
288 if (currentChapter == 2) { in response()
309 } else if (currentChapter == 3) { in response()
H A Dinterface.cpp69 if (currentChapter == 5) { in selectVerb()
124 byte *srcSurface = (currentChapter == 6) ? tableSurface : frontSurface; in showMenu()
H A Dsaveload.cpp241 out->writeSint32LE(currentChapter); in saveGame()
271 if (currentChapter != 1) in loadGame()
296 if (savedChapter != currentChapter) { in loadGame()
298 currentChapter = savedChapter - 1; in loadGame()
/dports/sysutils/k3b/k3b-21.12.3/libk3b/jobs/
H A Dk3bvideodvdtitledetectclippingjob.cpp31 unsigned int currentChapter; member in K3b::VideoDVDTitleDetectClippingJob::Private
112 d->currentChapter = chapter; in startTranscode()
120 …d->currentFrames = qMin( 3000, qMax( 1, ( int )m_dvd[m_titleNumber-1][d->currentChapter-1].playbac… in startTranscode()
122 …d->currentFrames = qMin( 200, qMax( 1, ( int )m_dvd[m_titleNumber-1][d->currentChapter-1].playback… in startTranscode()
214 progress = (int)( ( (double)(d->currentChapter-1) * part ) in slotTranscodeStderr()
246 d->currentChapter++; in slotTranscodeExited()
247 if( d->currentChapter > d->totalChapters ) { in slotTranscodeExited()
260 startTranscode( d->currentChapter ); in slotTranscodeExited()
/dports/deskutils/dosage/dosage-2.17/dosagelib/plugins/
H A Dderideal.py35 self.currentChapter = len(self.chapters)
45 filename = 'ch' + str(self.currentChapter) + '-' + filename
47 self.currentChapter -= 1
/dports/multimedia/kaffeine/kaffeine-2.0.18/src/
H A Dabstractmediawidget.h49 int getCurrentChapter() const { return currentChapter; } in getCurrentChapter()
70 virtual void setCurrentChapter(int currentChapter) = 0;
122 int currentChapter; variable
/dports/games/scummvm/scummvm-2.5.1/engines/stark/resources/
H A Ddialog.cpp159 uint32 currentChapter = StarkGlobal->getCurrentChapter(); in getNextReplyIndex() local
162 while (nextIndex < _replies.size() && _replies[nextIndex]._maxChapter < currentChapter) { in getNextReplyIndex()
179 if (currentChapter < reply._minChapter || currentChapter >= reply._maxChapter) { in getNextReplyIndex()
H A Dscript.cpp179 uint32 currentChapter = StarkGlobal->getCurrentChapter(); in shouldExecute() local
180 if (currentChapter < _minChapter || currentChapter >= _maxChapter) { in shouldExecute()
/dports/games/residualvm/residualvm-0.3.1/engines/stark/resources/
H A Ddialog.cpp159 uint32 currentChapter = StarkGlobal->getCurrentChapter(); in getNextReplyIndex() local
162 while (nextIndex < _replies.size() && _replies[nextIndex]._maxChapter < currentChapter) { in getNextReplyIndex()
179 if (currentChapter < reply._minChapter || currentChapter >= reply._maxChapter) { in getNextReplyIndex()
H A Dscript.cpp178 uint32 currentChapter = StarkGlobal->getCurrentChapter(); in shouldExecute() local
179 if (currentChapter < _minChapter || currentChapter >= _maxChapter) { in shouldExecute()
/dports/multimedia/kaffeine/kaffeine-2.0.18/src/backend-vlc/
H A Dvlcmediawidget.cpp762 void VlcMediaWidget::setCurrentChapter(int currentChapter) in setCurrentChapter() argument
764 libvlc_media_player_set_chapter(vlcMediaPlayer, currentChapter); in setCurrentChapter()
776 int currentChapter = libvlc_media_player_get_chapter(vlcMediaPlayer); in jumpToPreviousChapter() local
783 (libvlc_media_player_get_chapter(vlcMediaPlayer) != currentChapter)) { in jumpToPreviousChapter()
793 int currentChapter = libvlc_media_player_get_chapter(vlcMediaPlayer); in jumpToNextChapter() local
800 (libvlc_media_player_get_chapter(vlcMediaPlayer) != currentChapter)) { in jumpToNextChapter()
1003 currentChapter = libvlc_media_player_get_chapter(vlcMediaPlayer); in updateChapters()
/dports/multimedia/mp4v2/mp4v2-2.0.0/util/
H A Dmp4chaps.cpp949 uint32_t currentChapter = 0; in parseChapterFile() local
1034 if( chNr != currentChapter ) in parseChapterFile()
1044 currentChapter = chNr; in parseChapterFile()
1060 if( chNr != currentChapter ) in parseChapterFile()
1070 currentChapter = chNr; in parseChapterFile()

123