Searched refs:blendOpIdx (Results 1 – 2 of 2) sorted by relevance
170 const anim::AnimBlendOp* GetBlendOperationInGroup(int blendOpIdx) const in GetBlendOperationInGroup() argument172 NW_MINMAXLT_ASSERT(blendOpIdx, 0, m_BlendOperations.Size()); in GetBlendOperationInGroup()173 return m_BlendOperations[blendOpIdx]; in GetBlendOperationInGroup()177 void SetBlendOperationInGroup(int blendOpIdx, anim::AnimBlendOp* blendOp) in SetBlendOperationInGroup() argument179 NW_MINMAXLT_ASSERT(blendOpIdx, 0, m_BlendOperations.Size()); in SetBlendOperationInGroup()180 m_BlendOperations[blendOpIdx] = blendOp; in SetBlendOperationInGroup()
142 for (int blendOpIdx = 0; blendOpIdx < blendOpCount; ++blendOpIdx) in Initialize() local144 const int blendOpType = m_ResAnimGroup.GetBlendOperations(blendOpIdx); in Initialize()