Home
last modified time | relevance | path

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

/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dgame_event.cpp175 if (IsStopping() in RefreshPage()
411 if (IsStopping()) { in Move()
427 if (!IsStopping()) { in UpdateNextMovementAction()
492 if (IsStopping()) { in MoveTypeRandom()
519 if (IsStopping() && GetStopCount() >= GetMaxStopCount() + 20) { in MoveTypeCycle()
523 if (IsStopping()) { in MoveTypeCycle()
574 if (IsStopping()) { in MoveTypeTowardsOrAwayPlayer()
H A Dgame_player.cpp322 if (IsStopping()) { in UpdateNextMovementAction()
329 if (IsStopping()) { in UpdateNextMovementAction()
352 if (!IsMoveRouteOverwritten() && IsStopping()) { in UpdateMovement()
361 if (IsStopping()) { in Update()
497 if (vehicle->IsInPosition(GetX(), GetY()) && IsStopping() && vehicle->IsStopping()) { in GetOnVehicle()
611 if (!IsStopping()) { in Move()
616 if (IsStopping()) { in Move()
H A Dgame_character.cpp131 if (IsStopping()) { in Update()
136 if (IsStopping()) { in Update()
238 if (!IsStopping() || IsStopCountActive()) { in UpdateMoveRoute()
294 if (IsStopping()) { in UpdateMoveRoute()
461 if (!IsStopping()) { in Move()
657 if (!IsStopping()) { in Jump()
H A Dgame_character.h542 bool IsStopping() const;
1178 inline bool Game_Character::IsStopping() const { in IsStopping() function
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/interfaces/python/
H A DPythonInvoker.h32 bool IsStopping() const override { return m_stop || ILanguageInvoker::IsStopping(); } in IsStopping() function
H A DXBPython.cpp594 if (it->pyThread->IsStopping()) in OnExecutionEnded()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/interfaces/generic/
H A DILanguageInvoker.cpp47 bool ILanguageInvoker::IsStopping() const in IsStopping() function in ILanguageInvoker
H A DILanguageInvoker.h39 virtual bool IsStopping() const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/dom/
H A Ddocument_parser.h77 bool IsStopping() const { return state_ == kStoppingState; } in IsStopping() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/dom/
H A Ddocument_parser.h77 bool IsStopping() const { return state_ == kStoppingState; } in IsStopping() function
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/audio/
H A DAudioChannel.h52 virtual bool IsStopping() const abstract;
/dports/games/easyrpg-player/Player-0.7.0/tests/
H A Dgame_character_anim.cpp83 if (move && ch.IsStopping()) { in testAnimSpin()
87 if (jump && ch.IsStopping()) { in testAnimSpin()
121 if (ch.IsStopping()) { in testAnimJump()
H A Dgame_player_input.cpp148 while (!ch.IsStopping()) {
H A Dgame_character_move.cpp59 REQUIRE(!ch.IsStopping()); in testChar()
63 REQUIRE(ch.IsStopping()); in testChar()
H A Dgame_character.cpp127 REQUIRE(ch.IsStopping()); in testInit()
358 REQUIRE(!ch.IsStopping()); in testBasicSet()
H A Dmove_route.cpp80 REQUIRE(ch.IsStopping()); in testMoveRouteMove()
111 REQUIRE(ch.IsStopping()); in testMoveRouteJump()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/
H A DPVRManager.h224 inline bool IsStopping() const in IsStopping() function
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/audio/
H A DAudioMixer.cpp228 if ((channel->IsDone() && channel->DeleteOnDone()) || channel->IsStopping()) in GetNextAudioChunk()
406 if (channel->IsStopping()) in ApplyVolume()
H A DAudioChannel.cpp187 [[nodiscard]] bool IsStopping() const override in IsStopping() function in OpenRCT2::Audio::AudioChannelImpl
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/parser/
H A Dhtml_document_parser.cc558 if (task_runner_state_->ShouldComplete() || IsStopped() || IsStopping()) { in PumpTokenizerIfPossible()
1290 DCHECK(IsStopping()); in AttemptToRunDeferredScriptsAndEnd()
1511 if (IsStopping()) { in NotifyScriptLoaded()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/parser/
H A Dhtml_document_parser.cc936 DCHECK(IsStopping()); in AttemptToRunDeferredScriptsAndEnd()
1105 if (IsStopping()) { in NotifyScriptLoaded()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/
H A DApplication.h149 bool IsStopping() const { return m_bStop; } in IsStopping() function