Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/queen/
H A Dqueen.h89 int talkSpeed() const { return _talkSpeed; } in talkSpeed() function
90 void talkSpeed(int speed) { _talkSpeed = speed; } in talkSpeed() function
H A Djournal.cpp317 _vm->talkSpeed(val); in handleMouseDown()
485 drawSlideBar(_vm->talkSpeed(), QueenEngine::MAX_TEXT_SPEED, BOB_TALK_SPEED, 164, FRAME_BLUE_PIN); in drawConfigPanel()
H A Dtalk.cpp606 return (tmp * 2) / (_vm->talkSpeed() / 3); in countSpaces()
H A Dcutaway.cpp1290 return (tmp * 2) / (_vm->talkSpeed() / 3); in countSpaces()
/dports/games/scummvm/scummvm-2.5.1/engines/queen/
H A Dqueen.h89 int talkSpeed() const { return _talkSpeed; } in talkSpeed() function
90 void talkSpeed(int speed) { _talkSpeed = speed; } in talkSpeed() function
H A Djournal.cpp321 _vm->talkSpeed(val); in handleMouseDown()
493 drawSlideBar(_vm->talkSpeed(), QueenEngine::MAX_TEXT_SPEED, BOB_TALK_SPEED, 164, FRAME_BLUE_PIN); in drawConfigPanel()
H A Dtalk.cpp606 return (tmp * 2) / (_vm->talkSpeed() / 3); in countSpaces()
H A Dcutaway.cpp1294 return (tmp * 2) / (_vm->talkSpeed() / 3); in countSpaces()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/draci/
H A Dscript.cpp753 int talkSpeed = _vm->_sound->talkSpeed(); in talk() local
754 if (!_vm->_game->getEnableSpeedText() && talkSpeed > kStandardSpeed) { in talk()
755 talkSpeed = kStandardSpeed; in talk()
757 if (talkSpeed <= 0) { in talk()
758 talkSpeed = 1; in talk()
761 if (talkSpeed >= 255) { in talk()
764 subtitleDuration = (kBaseSpeechDuration + speechFrame->getLength() * kSpeechTimeUnit) / talkSpeed; in talk()
H A Dsound.h206 int talkSpeed() const { return _talkSpeed; } in talkSpeed() function
/dports/games/scummvm/scummvm-2.5.1/engines/draci/
H A Dscript.cpp753 int talkSpeed = _vm->_sound->talkSpeed(); in talk() local
754 if (!_vm->_game->getEnableSpeedText() && talkSpeed > kStandardSpeed) { in talk()
755 talkSpeed = kStandardSpeed; in talk()
757 if (talkSpeed <= 0) { in talk()
758 talkSpeed = 1; in talk()
761 if (talkSpeed >= 255) { in talk()
764 subtitleDuration = (kBaseSpeechDuration + speechFrame->getLength() * kSpeechTimeUnit) / talkSpeed; in talk()
H A Dsound.h206 int talkSpeed() const { return _talkSpeed; } in talkSpeed() function