Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/anim/
Danim_AnimBlend.cpp192 for (int compIdx = 0; compIdx < COMPONENT_COUNT; ++compIdx) in Blend()
225 for (int compIdx = 0; compIdx < COMPONENT_COUNT; ++compIdx) in Override()
247 for (int compIdx = 0; compIdx < COMPONENT_COUNT; ++compIdx) in Apply()
268 for (int compIdx = 0; compIdx < COMPONENT_COUNT; ++compIdx) in ConvertToAnimResult()
/NW4C-1.3.3/include/nw/anim/
Danim_AnimBlend.h626 enum { COMPONENT_COUNT = 4 }; enumerator