Home
last modified time | relevance | path

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

12

/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_Drawer.cpp62 u32 flag = 0; in DrawBegin() local
69 Drawer::DrawBegin(u32 flag) in DrawBegin()
84 Drawer::DrawEnd(u32 flag) in DrawEnd()
Dlyt_Window.cpp255 u32 flag =frameFlag[frame] | flipFlag[flip]; in SetupFrameTransform() local
/NW4C-1.3.3/include/nw/gfx/
Dgfx_ParticleUtil.h98 ParticleSetIsBufferFlushEnabledSetter(bool flag) : m_Flag(flag) {} in ParticleSetIsBufferFlushEnabledSetter()
/NW4C-1.3.3/include/nw/snd/
Dsnd_Channel.h126 void Pause( bool flag ) { m_PauseFlag = flag; m_pVoice->Pause( flag ); } in Pause()
171 void SetIsIgnoreNoteOff( bool flag ) { m_IsIgnoreNoteOff = flag; } in SetIsIgnoreNoteOff()
172 void SetFrontBypass( bool flag ) { m_pVoice->SetFrontBypass( flag ); } in SetFrontBypass()
Dsnd_SoundHandle.h171 void Pause( bool flag, int fadeFrames ) in Pause()
Dsnd_WaveSoundHandle.h173 void Pause( bool flag, int fadeFrames ) in Pause()
Dsnd_StreamSoundHandle.h169 void Pause( bool flag, int fadeFrames ) in Pause()
Dsnd_SequenceSoundHandle.h167 void Pause( bool flag, int fadeFrames ) in Pause()
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_ExternalSoundPlayer.cpp91 void ExternalSoundPlayer::PauseAllSound( bool flag, int fadeFrames ) in PauseAllSound()
Dsnd_SoundActor.cpp120 void SoundActor::PauseAllSound( bool flag, int fadeFrames ) in PauseAllSound()
Dsnd_WaveSoundPlayer.cpp179 void WaveSoundPlayer::Pause( bool flag ) in Pause()
Dsnd_SoundPlayer.cpp120 void SoundPlayer::PauseAllSound( bool flag, int fadeFrames ) in PauseAllSound()
Dsnd_SequenceTrack.cpp337 void SequenceTrack::PauseAllChannel( bool flag ) in PauseAllChannel()
Dsnd_HioSoundArchive.cpp188 u32 flag = info3d.flags; in LoadHeader() local
Dsnd_RomSoundArchive.cpp301 u32 flag = info3d.flags; in LoadHeader() local
Dsnd_BasicSound.cpp273 void BasicSound::Pause( bool flag, int fadeFrames ) in Pause()
Dsnd_SequenceSoundPlayer.cpp321 void SequenceSoundPlayer::Pause( bool flag ) in Pause()
Dsnd_StreamSoundPlayer.cpp472 void StreamSoundPlayer::Pause( bool flag ) in Pause()
Dsnd_Voice.cpp614 void Voice::Pause( bool flag ) in Pause()
/NW4C-1.3.3/include/nw/lyt/
Dlyt_Drawer.h311 u32 flag = 0; in DrawEnd() local
Dlyt_Resources.h900 ut::ResU8 flag; member
1303 ut::ResU8 flag; member
/NW4C-1.3.3/include/nw/gfx/res/
Dgfx_ResSceneObject.h186 void SetBranchVisible(bool flag) in SetBranchVisible()
Dgfx_ResGraphicsFile.h830 LocationFlagSetter(u32 flag) : m_Flag(flag) {} in LocationFlagSetter()
/NW4C-1.3.3/include/nw/font/
Dfont_TextWriterBase.h625 u32 flag in IsDrawFlagSet()
/NW4C-1.3.3/sources/libraries/font/
Dfont_RectDrawer.cpp853 RectDrawer::DrawBegin(u32 flag) in DrawBegin()
867 RectDrawer::DrawEnd(u32 flag) in DrawEnd()

12