Home
last modified time | relevance | path

Searched defs:flag (Results 1 – 25 of 28) sorted by relevance

12

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Drawer.cpp64 u32 flag = 0; in DrawBegin() local
71 Drawer::DrawBegin(u32 flag) in DrawBegin()
86 Drawer::DrawEnd(u32 flag) in DrawEnd()
Dlyt_Window.cpp257 u32 flag =frameFlag[frame] | flipFlag[flip]; in SetupFrameTransform() local
/NW4C-2.0.3/include/nw/gfx/
Dgfx_ParticleUtil.h100 ParticleSetIsBufferFlushEnabledSetter(bool flag) : m_Flag(flag) {} in ParticleSetIsBufferFlushEnabledSetter()
/NW4C-2.0.3/include/nw/snd/
Dsnd_Channel.h128 void Pause( bool flag ) { m_PauseFlag = flag; m_pVoice->Pause( flag ); } in Pause()
173 void SetIsIgnoreNoteOff( bool flag ) { m_IsIgnoreNoteOff = flag; } in SetIsIgnoreNoteOff()
174 void SetFrontBypass( bool flag ) { m_pVoice->SetFrontBypass( flag ); } in SetFrontBypass()
Dsnd_SoundHandle.h179 void Pause( bool flag, int fadeFrames ) in Pause()
Dsnd_WaveSoundHandle.h180 void Pause( bool flag, int fadeFrames ) in Pause()
Dsnd_StreamSoundHandle.h177 void Pause( bool flag, int fadeFrames ) in Pause()
Dsnd_SequenceSoundHandle.h175 void Pause( bool flag, int fadeFrames ) in Pause()
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_ExternalSoundPlayer.cpp93 void ExternalSoundPlayer::PauseAllSound( bool flag, int fadeFrames ) in PauseAllSound()
Dsnd_SoundActor.cpp120 void SoundActor::PauseAllSound( bool flag, int fadeFrames ) in PauseAllSound()
Dsnd_WaveSoundPlayer.cpp181 void WaveSoundPlayer::Pause( bool flag ) in Pause()
Dsnd_SoundPlayer.cpp122 void SoundPlayer::PauseAllSound( bool flag, int fadeFrames ) in PauseAllSound()
Dsnd_SequenceTrack.cpp339 void SequenceTrack::PauseAllChannel( bool flag ) in PauseAllChannel()
Dsnd_HioSoundArchive.cpp190 u32 flag = info3d.flags; in LoadHeader() local
Dsnd_RomSoundArchive.cpp303 u32 flag = info3d.flags; in LoadHeader() local
Dsnd_BasicSound.cpp274 void BasicSound::Pause( bool flag, int fadeFrames ) in Pause()
Dsnd_SequenceSoundPlayer.cpp323 void SequenceSoundPlayer::Pause( bool flag ) in Pause()
Dsnd_StreamSoundPlayer.cpp486 void StreamSoundPlayer::Pause( bool flag ) in Pause()
Dsnd_Voice.cpp616 void Voice::Pause( bool flag ) in Pause()
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Drawer.h314 u32 flag = 0; in DrawEnd() local
Dlyt_Resources.h902 ut::ResU8 flag; member
1305 ut::ResU8 flag; member
1646 ut::ResU8 flag; member
/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResSceneObject.h188 void SetBranchVisible(bool flag) in SetBranchVisible()
Dgfx_ResGraphicsFile.h1207 LocationFlagSetter(u32 flag) : m_Flag(flag) {} in LocationFlagSetter()
/NW4C-2.0.3/include/nw/font/
Dfont_TextWriterBase.h627 u32 flag in IsDrawFlagSet()
/NW4C-2.0.3/sources/libraries/font/
Dfont_RectDrawer.cpp879 RectDrawer::DrawBegin(u32 flag) in DrawBegin()
893 RectDrawer::DrawEnd(u32 flag) in DrawEnd()

12