Home
last modified time | relevance | path

Searched defs:key (Results 1 – 15 of 15) sorted by relevance

/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_ArcResourceAccessor.cpp315 ArcResourceAccessor::UnregistFont(FontKey key) in UnregistFont()
348 ArcResourceAccessor::UnregistTexture(TextureKey key) in UnregistTexture()
449 MultiArcResourceAccessor::UnregistFont(FontKey key) in UnregistFont()
482 MultiArcResourceAccessor::UnregistTexture(TextureKey key) in UnregistTexture()
Dlyt_TextureContainer.cpp102 TextureContainer::UnregistTexture(TextureKey key) in UnregistTexture()
Dlyt_FontContainer.cpp119 FontContainer::UnregistFont(FontKey key) in UnregistFont()
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_MidiSequencePlayer.cpp129 void MidiSequencePlayer::NoteOn( u8 channelIndex, u8 key, u8 velocity ) in NoteOn()
168 void MidiSequencePlayer::NoteOff( u8 channelIndex, u8 key, u8 velocity ) in NoteOff()
518 MidiSequencePlayer::NoteInfo* MidiSequencePlayer::FindNoteInfo( int channelIndex, int key ) in FindNoteInfo()
Dsnd_BankFileReader.cpp84 int key, in ReadVelocityRegionInfo()
Dsnd_MmlParser.cpp109 int key = static_cast<int>( cmd ) + trackParam.transpose; in Parse() local
891 int key, in NoteOnCommandProc()
Dsnd_SequenceTrack.cpp678 int key, in NoteOn()
/NW4C-1.2.23/include/nw/snd/
Dsnd_NoteOnCallback.h31 int key; member
Dsnd_Channel.h132 void SetKey( u8 key ) { m_Key = key; } in SetKey()
133 void SetKey( u8 key, u8 originalKey ) { m_Key = key; m_OriginalKey = originalKey; } in SetKey()
Dsnd_MidiSequencePlayer.h125 int key; member
/NW4C-1.2.23/include/nw/gfx/
Dgfx_SortingMaterialIdGenerator.h34 u32 key; member
Dgfx_AnimObject.h211 …anim::ResAnimGroupMember GetResAnimGroupMember(const char* key) const { return m_ResAnimGroup.GetM… in GetResAnimGroupMember()
214 …int GetResAnimGroupMemberIndex(const char* key) const { return m_ResAnimGroup.GetMemberInfoSetInde… in GetResAnimGroupMemberIndex()
Dgfx_RenderElement.h277 explicit BasicRenderElement(const KeyType& key) in BasicRenderElement()
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_SortingMaterialIdGenerator.cpp136 u32 key = reinterpret_cast<u32>(resDescription.GetOwnerShaderData()); in Generate() local
/NW4C-1.2.23/include/nw/ut/
Dut_ResDictionary.h137 s32 GetIndex(const ResName key) const in GetIndex()