Home
last modified time | relevance | path

Searched refs:bPaused (Results 1 – 25 of 28) sorted by relevance

12

/dports/games/sdlroids/sdlroids-1.3.4/
H A Dhyperoid.c171 if(bPaused) { in DrawObject()
630 if(!bPaused) { in DrawHunterShots()
731 if(!bPaused) { in DrawHunters()
847 if(!bPaused) { in DrawSwarmers()
942 if(!bPaused) { in DrawSpinners()
1111 if(bPaused) in DrawRoids()
1194 if(!bPaused) { in DrawFlames()
1348 if(!bPaused) { in DrawPlayer()
1400 if(!bPaused) in DrawPlayer()
1587 if(!bPaused) { in main()
[all …]
H A Dsdl.c889 extern int bPaused;
897 bPaused = 1; in Pause()
899 bPaused = 0; in Pause()
902 SDL_PauseAudio(bPaused); in Pause()
956 Pause(!bPaused); in update_graphics()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/rtl8723bs/hal/
H A Dodm_DIG.c367 static bool bPaused; in odm_PauseDIG() local
385 !bPaused && (!(pDM_Odm->SupportAbility & ODM_BB_DIG) || in odm_PauseDIG()
405 if (!bPaused) { in odm_PauseDIG()
407 bPaused = true; in odm_PauseDIG()
418 if (bPaused) { in odm_PauseDIG()
421 bPaused = false; in odm_PauseDIG()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/rtl8723bs/hal/
H A Dodm_DIG.c367 static bool bPaused; in odm_PauseDIG() local
385 !bPaused && (!(pDM_Odm->SupportAbility & ODM_BB_DIG) || in odm_PauseDIG()
405 if (!bPaused) { in odm_PauseDIG()
407 bPaused = true; in odm_PauseDIG()
418 if (bPaused) { in odm_PauseDIG()
421 bPaused = false; in odm_PauseDIG()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/rtl8723bs/hal/
H A Dodm_DIG.c367 static bool bPaused; in odm_PauseDIG() local
385 !bPaused && (!(pDM_Odm->SupportAbility & ODM_BB_DIG) || in odm_PauseDIG()
405 if (!bPaused) { in odm_PauseDIG()
407 bPaused = true; in odm_PauseDIG()
418 if (bPaused) { in odm_PauseDIG()
421 bPaused = false; in odm_PauseDIG()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/views/
H A DLoggerView.java99 private boolean bPaused = false; field in LoggerView
242 bPaused = btn.getSelection(); in initialize()
243 if (!bPaused && buffer != null) { in initialize()
509 if (bPaused) in refresh()
640 if (bRealtime && !bPaused) { in log()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/
H A DCore.cpp718 const bool bPaused = GetState() == State::Paused; in SaveScreenShot() local
724 if (!bPaused) in SaveScreenShot()
730 const bool bPaused = GetState() == State::Paused; in SaveScreenShot() local
736 if (!bPaused) in SaveScreenShot()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/DVDInputStreams/
H A DInputStreamPVRBase.cpp135 void CInputStreamPVRBase::Pause(bool bPaused) in Pause() argument
138 m_client->PauseStream(bPaused); in Pause()
H A DInputStreamPVRBase.h51 void Pause(bool bPaused);
/dports/games/iqpuzzle/iqpuzzle-1.2.5/
H A Diqpuzzle.h84 void pauseGame(const bool bPaused);
H A Diqpuzzle.cpp530 void IQPuzzle::pauseGame(const bool bPaused) { in pauseGame() argument
532 if (bPaused) { in pauseGame()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/IrrlichtDemo/irrKlang-1.1.3/
H A Dik_ISoundEngine.h151 virtual void setAllSoundsPaused( bool bPaused = true ) = 0;
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pictures/
H A DSlideShowPicture.cpp318 bool bPaused = m_bPause | (m_fZoomAmount != 1.0f); in Process() local
322 bPaused = true; in Process()
352 if (!m_bNoEffect && !bPaused) in Process()
400 if (m_displayEffect != EFFECT_NO_TIMEOUT && bPaused && !m_bTransitionImmediately) in Process()
/dports/games/vavoom/vavoom-1.33/progs/common/engine/
H A DGameInfo.vc81 readonly bool bPaused;
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/cocoa/
H A Dmediactrl.mm134 void SetPaused(bool bPaused) {m_bPaused = bPaused;}
/dports/games/spring/spring_98.0/rts/Net/Protocol/
H A DBaseNetProtocol.cpp105 PacketType CBaseNetProtocol::SendPause(uchar myPlayerNum, uchar bPaused) in SendPause() argument
108 *packet << myPlayerNum << bPaused; in SendPause()
H A DBaseNetProtocol.h157 PacketType SendPause(uchar myPlayerNum, uchar bPaused);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/cocoa/
H A Dmediactrl.mm134 void SetPaused(bool bPaused) {m_bPaused = bPaused;}
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/addons/
H A DPVRClient.h754 PVR_ERROR PauseStream(bool bPaused);
H A DPVRClient.cpp1466 PVR_ERROR CPVRClient::PauseStream(bool bPaused) in PauseStream() argument
1468 return DoAddonCall(__func__, [bPaused](const AddonInstance* addon) { in PauseStream()
1469 addon->toAddon->PauseStream(addon, bPaused); in PauseStream()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/addons/kodi-dev-kit/include/kodi/addon-instance/
H A DPVR.h3420 inline static void ADDON_PauseStream(const AddonInstance_PVR* instance, bool bPaused) in ADDON_PauseStream() argument
3422 static_cast<CInstancePVRClient*>(instance->toAddon->addonInstance)->PauseStream(bPaused); in ADDON_PauseStream()
/dports/games/vavoom/vavoom-1.33/progs/heretic/cgame/
H A DStatusBarScreen.vc544 if (ClGame.Game.bPaused && GetCvar('draw_pause'))
/dports/games/vavoom/vavoom-1.33/progs/strife/cgame/
H A DStatusBarScreen.vc577 if (ClGame.Game.bPaused && GetCvar('draw_pause'))
/dports/games/vavoom/vavoom-1.33/progs/hexen/cgame/
H A DStatusBarScreen.vc808 if (ClGame.Game.bPaused && GetCvar('draw_pause'))
/dports/games/vavoom/vavoom-1.33/progs/doom/cgame/
H A DStatusBarScreen.vc637 if (ClGame.Game.bPaused && GetCvar('draw_pause'))

12