Home
last modified time | relevance | path

Searched defs:ResFloatSegmentFVData (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.3.3/sources/libraries/anim/res/
Danim_ResAnimCurve.cpp47 static FrameType QuantizedFrame( const ResFloatSegmentFVData*, f32 frame ) { return frame; } in QuantizedFrame()
49 …static f32 GetFrameF32( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->G… in GetFrameF32()
50 …static f32 GetValue( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->GetV… in GetValue()
91 static FrameType QuantizedFrame( const ResFloatSegmentFVData*, f32 frame ) { return frame; } in QuantizedFrame()
93 …static f32 GetFrameF32( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->m… in GetFrameF32()
94 …static f32 GetValue( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->m_Va… in GetValue()
170 static FrameType QuantizedFrame( const ResFloatSegmentFVData*, f32 frame ) { return frame; } in QuantizedFrame()
172 …static f32 GetFrameF32( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->G… in GetFrameF32()
173 …static f32 GetValue( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->GetV… in GetValue()
/NW4C-1.3.3/include/nw/anim/res/
Danim_ResAnimCurve.h215 struct ResFloatSegmentFVData struct
217 ut::ResU16 m_NumFrameValues;
218 u8 m_Padding_[2];
220 ut::ResF32 m_InvDuration;
223 {