Home
last modified time | relevance | path

Searched refs:Update (Results 1 – 25 of 113) sorted by relevance

12345

/NW4C-1.2.23/include/nw/snd/
Dsnd_WaveSoundPlayer.h149 void DebugUpdate() { if ( m_ActiveFlag ) { Update(); } } in DebugUpdate()
152 virtual void OnUpdateFrameSoundThread() { Update(); } in OnUpdateFrameSoundThread()
177 void Update();
Dsnd_CurveLfo.h67 void Update( int msec );
Dsnd_MoveValue.h111 void Update() { if ( m_Counter < m_Frame ) ++m_Counter; } in Update() function
Dsnd_StreamSoundPlayer.h169 virtual void OnUpdateFrameSoundThread() { Update(); } in OnUpdateFrameSoundThread()
239 void Update();
Dsnd_CurveAdshr.h67 void Update( int msec );
/NW4C-1.2.23/demos/Nw4cDemo/sources/
DSmButton.cpp49 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/
Ddemo_Pad.cpp74 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()
Ddemo_PadButton.cpp31 PadButton::Update( u32 buttonStatus ) in Update() function in nw::demo::internal::PadButton
/NW4C-1.2.23/sources/libraries/snd/platform/
Dsnd_HardwareManagerDSP.cppi165 void HardwareManager::Update()
173 m_AuxUserVolume[ i ].Update();
178 m_AuxFadeVolume[ i ].Update();
199 m_MasterVolume.Update();
204 m_VolumeForReset.Update();
Dsnd_HardwareManagerAX.cppi132 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/
Ddemo_CameraController.h106 void Update(unsigned int cameraIndex = 0);
128 void Update();
Ddemo_PadButton.h44 void Update( u32 buttonStatus );
/NW4C-1.2.23/include/nw/gfx/
Dgfx_Fog.h64 fog->Update(camera); in operator()
148 void Update(const Camera* camera);
Dgfx_FrustumProjectionUpdater.h79 void virtual Update(math::MTX44* projectionMatrix, math::Matrix34* textureProjectionMatrix);
Dgfx_OrthoProjectionUpdater.h79 void virtual Update(math::MTX44* projectionMatrix, math::Matrix34* textureProjectionMatrix);
Dgfx_PerspectiveProjectionUpdater.h79 void virtual Update(math::MTX44* projectionMatrix, math::Matrix34* textureProjectionMatrix);
Dgfx_CameraViewUpdater.h58 void virtual Update(
Dgfx_LookAtTargetViewUpdater.h80 void virtual Update(
Dgfx_AimTargetViewUpdater.h80 void virtual Update(
Dgfx_RotateViewUpdater.h79 void virtual Update(
Dgfx_BillboardUpdater.h63 void Update(
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_BasicSound.cpp362 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()
Dsnd_CurveLfo.cpp70 void CurveLfo::Update( int msec ) in Update() function in nw::snd::internal::CurveLfo
Dsnd_Channel.cpp194 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/
Ddemolib.cpp368 Update(); in Run()
442 void AppBase::Update() in Update() function in nw::snd::demolib::AppBase
454 pad->Update(); in UpdatePad()

12345