Home
last modified time | relevance | path

Searched refs:COMPONENT_COUNT (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/sources/libraries/anim/
Danim_AnimBlend.cpp194 for (int compIdx = 0; compIdx < COMPONENT_COUNT; ++compIdx) in Blend()
227 for (int compIdx = 0; compIdx < COMPONENT_COUNT; ++compIdx) in Override()
249 for (int compIdx = 0; compIdx < COMPONENT_COUNT; ++compIdx) in Apply()
270 for (int compIdx = 0; compIdx < COMPONENT_COUNT; ++compIdx) in ConvertToAnimResult()
/NW4C-2.0.3/include/nw/anim/
Danim_AnimBlend.h524 enum { COMPONENT_COUNT = 4 }; enumerator