Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/anim/res/
Danim_ResAnimCurve.cpp246 static FrameType QuantizedFrame( const ResIntCurveFVData*, f32 frame ) { return frame; } in QuantizedFrame()
248 …static f32 GetFrameF32( const ResIntCurveFVData*, const KeyType* pKey ) { return pKey->GetFr… in GetFrameF32()
249 …static s32 GetValue( const ResIntCurveFVData*, const KeyType* pKey ) { return pKey->GetValue… in GetValue()
262 … static FrameType QuantizedFrame( const ResIntCurveFVData*, f32 frame ) { return u32(frame); } in QuantizedFrame()
264 …static f32 GetFrameF32( const ResIntCurveFVData*, const KeyType* pKey ) { return pKey->GetFr… in GetFrameF32()
265 static s32 GetValue( const ResIntCurveFVData* /*pCurve*/, const KeyType* pKey ) in GetValue()
282 … static FrameType QuantizedFrame( const ResIntCurveFVData*, f32 frame ) { return u32(frame); } in QuantizedFrame()
284 …static f32 GetFrameF32( const ResIntCurveFVData*, const KeyType* pKey ) { return f32( GetFra… in GetFrameF32()
285 static s32 GetValue( const ResIntCurveFVData* /*pCurve*/, const KeyType* pKey ) in GetValue()
/NW4C-1.3.3/include/nw/anim/res/
Danim_ResAnimCurve.h408 struct ResIntCurveFVData struct
410 ut::ResU16 m_NumFrameValues;
411 u8 m_Padding_[2];
413 ut::ResF32 m_InvDuration;
416 {