Home
last modified time | relevance | path

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

12345

/NW4C-1.3.3/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.3.3/include/nw/snd/
Dsnd_WaveSoundPlayer.h157 void DebugUpdate() { if ( m_ActiveFlag ) { Update(); } } in DebugUpdate()
160 virtual void OnUpdateFrameSoundThread() { Update(); } in OnUpdateFrameSoundThread()
185 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.3.3/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.3.3/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.3.3/include/nw/demo/
Ddemo_CameraController.h106 void Update(unsigned int cameraIndex = 0);
128 void Update();
Ddemo_PadButton.h44 void Update( u32 buttonStatus );
/NW4C-1.3.3/include/nw/gfx/
Dgfx_CameraViewUpdater.h58 void virtual Update(
Dgfx_BillboardUpdater.h63 void Update(
Dgfx_PerspectiveProjectionUpdater.h93 void virtual Update(math::MTX44* projectionMatrix, math::Matrix34* textureProjectionMatrix);
Dgfx_FrustumProjectionUpdater.h93 void virtual Update(math::MTX44* projectionMatrix, math::Matrix34* textureProjectionMatrix);
Dgfx_OrthoProjectionUpdater.h93 void virtual Update(math::MTX44* projectionMatrix, math::Matrix34* textureProjectionMatrix);
Dgfx_LookAtTargetViewUpdater.h94 void virtual Update(
Dgfx_AimTargetViewUpdater.h94 void virtual Update(
Dgfx_RotateViewUpdater.h94 void virtual Update(
/NW4C-1.3.3/demos/snd/demolib/sources/
Ddemolib.cpp355 Update(); in Run()
429 void AppBase::Update() in Update() function in nw::snd::demolib::AppBase
441 pad->Update(); in UpdatePad()
/NW4C-1.3.3/sources/libraries/snd/
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()
Dsnd_CurveLfo.cpp70 void CurveLfo::Update( int msec ) in Update() function in nw::snd::internal::CurveLfo
Dsnd_BasicSound.cpp373 void BasicSound::Update() in Update() function in nw::snd::internal::BasicSound
421 m_PauseFadeVolume.Update(); in Update()
424 m_PauseFadeVolume.Update(); in Update()
546 m_FadeVolume.Update(); in UpdateMoveValue()
547 m_ExtMoveVolume.Update(); in UpdateMoveValue()
Dsnd_ChannelManager.cpp96 curItr->Update( true ); in UpdateAllChannel()

12345