Home
last modified time | relevance | path

Searched refs:Start (Results 1 – 25 of 29) sorted by relevance

12

/NW4C-2.0.3/include/nw/font/
Dfont_Stopwatch.h38 void Start() in Start() function
80 #define NW_FONT_STOPWATCH_START(sw) (sw).Start()
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Stopwatch.h46 nw::lyt::internal::Stopwatch::Instance<no>().Start(label)
80 void Start(const char* label = NULL)
310 m_Stopwatch.Start(); in Measure()
/NW4C-2.0.3/include/nw/dev/
Ddev_ParticleProfile.h87 static bool Start(const char* name);
140 #define NW_PARTICLE_PROFILE_START(name) bool ret = nw::dev::ParticleProfileCenter::Start(name)
Ddev_Profile.h407 void Start() in Start() function
/NW4C-2.0.3/sources/libraries/dev/
Ddev_ParticleProfile.cpp89 bool ParticleProfileCenter::Start(const char* name) in Start() function in nw::dev::ParticleProfileCenter
/NW4C-2.0.3/include/nw/snd/
Dsnd_WaveSoundPlayer.h135 virtual void Start();
Dsnd_BasicSoundPlayer.h65 virtual void Start() = 0;
Dsnd_MidiSequencePlayer.h156 virtual void Start();
Dsnd_StreamSoundPlayer.h124 virtual void Start();
Dsnd_Voice.h133 void Start();
Dsnd_SequenceSoundPlayer.h183 virtual void Start();
Dsnd_Channel.h124 void Start( const WaveInfo& waveParam, int length, u32 startOffset );
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Bank.cpp154 pChannel->Start( waveInfo, noteOnInfo.length, 0 ); in NoteOn()
Dsnd_WaveSoundPlayer.cpp149 void WaveSoundPlayer::Start() in Start() function in nw::snd::internal::driver::WaveSoundPlayer
433 channel->Start( waveInfo, -1, startOffsetSamples ); in StartChannel()
Dsnd_Channel.cpp325 void Channel::Start( const WaveInfo& waveInfo, int length, u32 startOffset ) in Start() function in nw::snd::internal::driver::Channel
343 m_pVoice->Start(); in Start()
Dsnd_MidiSequencePlayer.cpp53 void MidiSequencePlayer::Start() in Start() function in nw::snd::internal::driver::MidiSequencePlayer
55 SequenceSoundPlayer::Start(); in Start()
Dsnd_DriverCommand.cpp63 c->player->Start(); in ProcessCommandList()
Dsnd_StreamSoundPlayer.cpp288 void StreamSoundPlayer::Start() in Start() function in nw::snd::internal::driver::StreamSoundPlayer
377 track.m_pVoice->Start(); in Start()
393 channel->m_pVoice->Start(); in Start()
Dsnd_SequenceSoundPlayer.cpp292 void SequenceSoundPlayer::Start() in Start() function in nw::snd::internal::driver::SequenceSoundPlayer
Dsnd_Voice.cpp573 void Voice::Start() in Start() function in nw::snd::internal::driver::Voice
/NW4C-2.0.3/tools/SoundPlayer/
DReadme.txt36 1. Start the tool while specifying a sound archive file for MakeSoundPlayer-TS.wsf (and the folder …
/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResParticleUpdater.h566 NW_RES_FIELD_PRIMITIVE_DECL( f32, Start )
591 NW_RES_FIELD_PRIMITIVE_DECL( s32, Start )
/NW4C-2.0.3/tools/DccPlugin/3dsMax/x64/2009/Scripts/Startup/
DNW4C_menu.ms104 label lbl8 "Start/End Frame:" width:112 height:20 across:4 align:#left
/NW4C-2.0.3/tools/DccPlugin/3dsMax/x86/2011/Scripts/Startup/
DNW4C_menu.ms104 label lbl8 "Start/End Frame:" width:112 height:20 across:4 align:#left
/NW4C-2.0.3/tools/DccPlugin/3dsMax/x64/2011/Scripts/Startup/
DNW4C_menu.ms104 label lbl8 "Start/End Frame:" width:112 height:20 across:4 align:#left

12