Home
last modified time | relevance | path

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

12

/NW4C-1.3.3/include/nw/font/
Dfont_Stopwatch.h36 void Start() in Start() function
78 #define NW_FONT_STOPWATCH_START(sw) (sw).Start()
/NW4C-1.3.3/include/nw/lyt/
Dlyt_Stopwatch.h44 nw::lyt::internal::Stopwatch::Instance<no>().Start(label)
78 void Start(const char* label = NULL)
308 m_Stopwatch.Start(); in Measure()
/NW4C-1.3.3/include/nw/dev/
Ddev_ParticleProfile.h85 static bool Start(const char* name);
138 #define NW_PARTICLE_PROFILE_START(name) bool ret = nw::dev::ParticleProfileCenter::Start(name)
Ddev_Profile.h405 void Start() in Start() function
/NW4C-1.3.3/include/nw/snd/
Dsnd_WaveSoundPlayer.h133 virtual void Start();
Dsnd_BasicSoundPlayer.h63 virtual void Start() = 0;
Dsnd_MidiSequencePlayer.h154 virtual void Start();
Dsnd_StreamSoundPlayer.h122 virtual void Start();
Dsnd_Voice.h131 void Start();
Dsnd_SequenceSoundPlayer.h181 virtual void Start();
Dsnd_Channel.h122 void Start( const WaveInfo& waveParam, int length, u32 startOffset );
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_Bank.cpp152 pChannel->Start( waveInfo, noteOnInfo.length, 0 ); in NoteOn()
Dsnd_WaveSoundPlayer.cpp147 void WaveSoundPlayer::Start() in Start() function in nw::snd::internal::driver::WaveSoundPlayer
431 channel->Start( waveInfo, -1, startOffsetSamples ); in StartChannel()
Dsnd_MidiSequencePlayer.cpp51 void MidiSequencePlayer::Start() in Start() function in nw::snd::internal::driver::MidiSequencePlayer
53 SequenceSoundPlayer::Start(); in Start()
Dsnd_Channel.cpp323 void Channel::Start( const WaveInfo& waveInfo, int length, u32 startOffset ) in Start() function in nw::snd::internal::driver::Channel
341 m_pVoice->Start(); in Start()
Dsnd_DriverCommand.cpp61 c->player->Start(); in ProcessCommandList()
Dsnd_StreamSoundPlayer.cpp280 void StreamSoundPlayer::Start() in Start() function in nw::snd::internal::driver::StreamSoundPlayer
366 track.m_pVoice->Start(); in Start()
382 channel->m_pVoice->Start(); in Start()
Dsnd_SequenceSoundPlayer.cpp290 void SequenceSoundPlayer::Start() in Start() function in nw::snd::internal::driver::SequenceSoundPlayer
Dsnd_Voice.cpp571 void Voice::Start() in Start() function in nw::snd::internal::driver::Voice
/NW4C-1.3.3/sources/libraries/dev/
Ddev_ParticleProfile.cpp87 bool ParticleProfileCenter::Start(const char* name) in Start() function in nw::dev::ParticleProfileCenter
/NW4C-1.3.3/tools/SoundPlayer/
DReadme.txt36 1. Start the tool while specifying a sound archive file for MakeSoundPlayer-TS.wsf (and the folder …
/NW4C-1.3.3/include/nw/gfx/res/
Dgfx_ResParticleUpdater.h562 NW_RES_FIELD_PRIMITIVE_DECL( f32, Start )
587 NW_RES_FIELD_PRIMITIVE_DECL( s32, Start )
/NW4C-1.3.3/tools/DccPlugin/3dsMax/x86/2009/Scripts/Startup/
DNW4C_menu.ms79 label lbl8 "Start/End Frame:" width:112 height:20 across:4 align:#left
/NW4C-1.3.3/tools/DccPlugin/3dsMax/x64/2009/Scripts/Startup/
DNW4C_menu.ms79 label lbl8 "Start/End Frame:" width:112 height:20 across:4 align:#left
/NW4C-1.3.3/tools/DccPlugin/3dsMax/x86/2010/Scripts/Startup/
DNW4C_menu.ms79 label lbl8 "Start/End Frame:" width:112 height:20 across:4 align:#left

12