Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_TextureContainer.cpp82 TextureContainer::FindTextureByKey(TextureKey key) in FindTextureByKey()
117 TextureContainer::UnregistTexture(TextureKey key) in UnregistTexture()
Dlyt_FontContainer.cpp104 FontContainer::FindFontByKey(FontKey key) in FindFontByKey()
138 FontContainer::UnregistFont(FontKey key) in UnregistFont()
Dlyt_ArcResourceAccessor.cpp317 ArcResourceAccessor::UnregistFont(FontKey key) in UnregistFont()
350 ArcResourceAccessor::UnregistTexture(TextureKey key) in UnregistTexture()
451 MultiArcResourceAccessor::UnregistFont(FontKey key) in UnregistFont()
484 MultiArcResourceAccessor::UnregistTexture(TextureKey key) in UnregistTexture()
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_MidiSequencePlayer.cpp131 void MidiSequencePlayer::NoteOn( u8 channelIndex, u8 key, u8 velocity ) in NoteOn()
170 void MidiSequencePlayer::NoteOff( u8 channelIndex, u8 key, u8 velocity ) in NoteOff()
520 MidiSequencePlayer::NoteInfo* MidiSequencePlayer::FindNoteInfo( int channelIndex, int key ) in FindNoteInfo()
Dsnd_BankFileReader.cpp86 int key, in ReadVelocityRegionInfo()
Dsnd_MmlParser.cpp111 int key = static_cast<int>( cmd ) + trackParam.transpose; in Parse() local
893 int key, in NoteOnCommandProc()
Dsnd_SequenceTrack.cpp680 int key, in NoteOn()
/NW4C-2.0.3/include/nw/snd/
Dsnd_NoteOnCallback.h33 int key; member
Dsnd_Channel.h134 void SetKey( u8 key ) { m_Key = key; } in SetKey()
135 void SetKey( u8 key, u8 originalKey ) { m_Key = key; m_OriginalKey = originalKey; } in SetKey()
Dsnd_MidiSequencePlayer.h127 int key; member
/NW4C-2.0.3/include/nw/gfx/
Dgfx_AnimGroup.h158 …anim::ResAnimGroupMember GetResAnimGroupMember(const char* key) const { return m_ResAnimGroup.GetM… in GetResAnimGroupMember()
161 …int GetResAnimGroupMemberIndex(const char* key) const { return m_ResAnimGroup.GetMemberInfoSetInde… in GetResAnimGroupMemberIndex()
Dgfx_SortingMaterialIdGenerator.h36 u32 key; member
Dgfx_RenderElement.h282 explicit BasicRenderElement(const KeyType& key) in BasicRenderElement()
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_SortingMaterialIdGenerator.cpp138 u32 key = reinterpret_cast<u32>(resDescription.GetOwnerShaderData()); in Generate() local
/NW4C-2.0.3/include/nw/ut/
Dut_ResDictionary.h139 s32 GetIndex(const ResName key) const in GetIndex()