Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/anim/res/
Danim_ResAnimCurve.cpp44 static const KeyType* GetKey( const ResFloatSegmentFVData* pSegment, uint keyIdx ) in GetKey() argument
45 { return &(pSegment->fv64.m_KeyValue[ keyIdx ]); } in GetKey()
60 static const KeyType* GetKey( const ResFloatSegmentFVData* pSegment, uint keyIdx ) in GetKey() argument
61 { return &(pSegment->fv32.m_KeyValue[ keyIdx ]); } in GetKey()
66 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue() argument
69 return value * pSegment->fv32.m_Scale + pSegment->fv32.m_Offset; in GetValue()
80 static const KeyType* GetKey( const ResFloatSegmentFVData* pSegment, uint keyIdx ) in GetKey() argument
81 { return &(pSegment->fvss128.m_KeyValue[ keyIdx ]); } in GetKey()
98 static const KeyType* GetKey( const ResFloatSegmentFVData* pSegment, uint keyIdx ) in GetKey() argument
99 { return &(pSegment->fvss64.m_KeyValue[ keyIdx ]); } in GetKey()
[all …]