Home
last modified time | relevance | path

Searched refs:NotFoundIndex (Results 1 – 4 of 4) sorted by relevance

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_AnimObject.cpp70 const int BaseAnimEvaluator::NotFoundIndex = -1; member in nw::gfx::BaseAnimEvaluator
285 m_BindIndexTable[memberIdx] = NotFoundIndex; in TryBind()
296 m_ReverseBindIndexTable[animIdx] = NotFoundIndex; in TryBind()
540 if (memberIdx == BaseAnimEvaluator::NotFoundIndex) in UpdateCacheNonVirtual()
979 if (memberIdx == BaseAnimEvaluator::NotFoundIndex) in EvaluateSimple()
997 if (memberIdx == BaseAnimEvaluator::NotFoundIndex) in EvaluateTransformSimple()
Dgfx_TransformAnim.cpp745 if (animIdx == NotFoundIndex){ continue; } in ResetNoAnimMember()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_TransformAnim.h722 return m_BindIndexTable[memberIdx] != NotFoundIndex; in HasMemberAnim()
743 if (animIdx != NotFoundIndex) in UpdateCacheNonVirtual()
Dgfx_AnimObject.h887 static const int NotFoundIndex; variable
1429 return m_BindIndexTable[memberIdx] != NotFoundIndex; in HasMemberAnim()