Home
last modified time | relevance | path

Searched refs:GetIndex (Results 1 – 8 of 8) sorted by relevance

/NW4C-2.0.3/include/nw/ut/
Dut_ResDictionary.h49 virtual s32 GetIndex(const char* key) const = 0;
50 virtual s32 GetIndex(const ResName n ) const = 0;
76 s32 GetIndex(const char* key) const { return m_Dic.GetIndex( key ); }
77 s32 GetIndex(const ResName n ) const { return m_Dic.GetIndex( n ); }
124 s32 idx = this->GetIndex(key);
131 s32 idx = this->GetIndex(key);
138 s32 GetIndex(const char* key) const;
139 s32 GetIndex(const ResName key) const in GetIndex() function
142 return this->GetIndex(key.GetName()); in GetIndex()
242 s32 GetIndex(const char* s) const in GetIndex() function
[all …]
Dut_ResDeclMacros.h268 return dic.GetIndex( key ); \
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_SkeletalModel.cpp184 const int boneIdx = bone.GetIndex(); in CreateSkeletalAnimGroup()
218 GetResSkeletalModel().GetSkeleton().GetBones(boneName).GetIndex(); in GetAnimTargetObject()
264 const int boneIdx = bone.GetIndex(); in SetupAnimGroup()
Dgfx_SceneEnvironmentSetting.cpp118 cameraBinder.index = (*iter).GetIndex(); in ResolveReference()
140 fogBinder.index = (*iter).GetIndex(); in ResolveReference()
203 this->m_LightSets[lightSetIndex].index = (*iter).GetIndex(); in ResolveReference()
/NW4C-2.0.3/sources/libraries/ut/
Dut_ResDictionary.cpp27 ResDicLinear::GetIndex(const char* key) const in GetIndex() function in nw::ut::ResDicLinear
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Pane.cpp760 animTrans->Animate(it->GetIndex(), this); in AnimateSelf()
Dlyt_Material.cpp1433 animTrans->Animate(it->GetIndex(), this); in Animate()
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Types.h2973 u16 GetIndex() const in GetIndex() function