| /NW4C-1.2.23/include/nw/snd/ |
| D | snd_WaveSoundPlayer.h | 149 void DebugUpdate() { if ( m_ActiveFlag ) { Update(); } } in DebugUpdate() 152 virtual void OnUpdateFrameSoundThread() { Update(); } in OnUpdateFrameSoundThread() 177 void Update();
|
| D | snd_CurveLfo.h | 67 void Update( int msec );
|
| D | snd_MoveValue.h | 111 void Update() { if ( m_Counter < m_Frame ) ++m_Counter; } in Update() function
|
| D | snd_StreamSoundPlayer.h | 169 virtual void OnUpdateFrameSoundThread() { Update(); } in OnUpdateFrameSoundThread() 239 void Update();
|
| D | snd_CurveAdshr.h | 67 void Update( int msec );
|
| /NW4C-1.2.23/demos/Nw4cDemo/sources/ |
| D | SmButton.cpp | 49 m_Button->Update(); in SmButton() 61 m_PushButton->Update(); in SmButton() 114 m_Button->Update(); in SetSwitch() 134 m_Button->Update(); in SwapSwitch()
|
| /NW4C-1.2.23/sources/libraries/demo/ |
| D | demo_Pad.cpp | 74 Pad::Update() in Update() function in nw::demo::Pad 78 m_PadButton.Update( m_TestPadStatus ); in Update() 89 m_PadButton.Update( static_cast<u32>( m_PadStatus.hold ) ); in Update()
|
| D | demo_PadButton.cpp | 31 PadButton::Update( u32 buttonStatus ) in Update() function in nw::demo::internal::PadButton
|
| /NW4C-1.2.23/sources/libraries/snd/platform/ |
| D | snd_HardwareManagerDSP.cppi | 165 void HardwareManager::Update() 173 m_AuxUserVolume[ i ].Update(); 178 m_AuxFadeVolume[ i ].Update(); 199 m_MasterVolume.Update(); 204 m_VolumeForReset.Update();
|
| D | snd_HardwareManagerAX.cppi | 132 void HardwareManager::Update() 140 m_AuxUserVolume[ i ].Update(); 145 m_AuxFadeVolume[ i ].Update(); 173 m_MasterVolume.Update(); 178 m_VolumeForReset.Update();
|
| /NW4C-1.2.23/include/nw/demo/ |
| D | demo_CameraController.h | 106 void Update(unsigned int cameraIndex = 0); 128 void Update();
|
| D | demo_PadButton.h | 44 void Update( u32 buttonStatus );
|
| /NW4C-1.2.23/include/nw/gfx/ |
| D | gfx_Fog.h | 64 fog->Update(camera); in operator() 148 void Update(const Camera* camera);
|
| D | gfx_FrustumProjectionUpdater.h | 79 void virtual Update(math::MTX44* projectionMatrix, math::Matrix34* textureProjectionMatrix);
|
| D | gfx_OrthoProjectionUpdater.h | 79 void virtual Update(math::MTX44* projectionMatrix, math::Matrix34* textureProjectionMatrix);
|
| D | gfx_PerspectiveProjectionUpdater.h | 79 void virtual Update(math::MTX44* projectionMatrix, math::Matrix34* textureProjectionMatrix);
|
| D | gfx_CameraViewUpdater.h | 58 void virtual Update(
|
| D | gfx_LookAtTargetViewUpdater.h | 80 void virtual Update(
|
| D | gfx_AimTargetViewUpdater.h | 80 void virtual Update(
|
| D | gfx_RotateViewUpdater.h | 79 void virtual Update(
|
| D | gfx_BillboardUpdater.h | 63 void Update(
|
| /NW4C-1.2.23/sources/libraries/snd/ |
| D | snd_BasicSound.cpp | 362 void BasicSound::Update() in Update() function in nw::snd::internal::BasicSound 410 m_PauseFadeVolume.Update(); in Update() 413 m_PauseFadeVolume.Update(); in Update() 535 m_FadeVolume.Update(); in UpdateMoveValue() 536 m_ExtMoveVolume.Update(); in UpdateMoveValue()
|
| D | snd_CurveLfo.cpp | 70 void CurveLfo::Update( int msec ) in Update() function in nw::snd::internal::CurveLfo
|
| D | snd_Channel.cpp | 194 void Channel::Update( bool doPeriodicProc ) in Update() function in nw::snd::internal::driver::Channel 205 m_SilenceVolume.Update(); in Update() 266 m_Lfo.Update( HardwareManager::SOUND_FRAME_INTERVAL_MSEC ); in Update() 267 m_CurveAdshr.Update( HardwareManager::SOUND_FRAME_INTERVAL_MSEC ); in Update()
|
| /NW4C-1.2.23/demos/snd/demolib/sources/ |
| D | demolib.cpp | 368 Update(); in Run() 442 void AppBase::Update() in Update() function in nw::snd::demolib::AppBase 454 pad->Update(); in UpdatePad()
|