Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/anim/res/
Danim_ResAnimCurve.cpp60 static const KeyType* GetKey( const ResFloatSegmentFVData* pSegment, uint keyIdx ) in GetKey() argument
61 { return &(pSegment->fv64.m_KeyValue[ keyIdx ]); } in GetKey()
76 static const KeyType* GetKey( const ResFloatSegmentFVData* pSegment, uint keyIdx ) in GetKey() argument
77 { return &(pSegment->fv32.m_KeyValue[ keyIdx ]); } in GetKey()
104 static const KeyType* GetKey( const ResFloatSegmentFVData* pSegment, uint keyIdx ) in GetKey() argument
105 { return &(pSegment->fvss128.m_KeyValue[ keyIdx ]); } in GetKey()
122 static const KeyType* GetKey( const ResFloatSegmentFVData* pSegment, uint keyIdx ) in GetKey() argument
123 { return &(pSegment->fvss64.m_KeyValue[ keyIdx ]); } in GetKey()
152 static const KeyType* GetKey( const ResFloatSegmentFVData* pSegment, uint keyIdx ) in GetKey() argument
153 { return &(pSegment->fvss48.m_KeyValue[ keyIdx ]); } in GetKey()
[all …]