Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/anim/res/
Danim_ResAnimCurve.cpp48 static FrameType GetFrame( const KeyType* pKey ) { return pKey->GetFrame(); } in GetFrame()
49 static f32 GetFrameF32( const KeyType* pKey ) { return pKey->GetFrameF32(); } in GetFrameF32()
50 …static f32 GetValue( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->GetV… in GetValue()
64 static FrameType GetFrame( const KeyType* pKey ) { return pKey->GetFrame(); } in GetFrame()
65 static f32 GetFrameF32( const KeyType* pKey ) { return pKey->GetFrameF32(); } in GetFrameF32()
66 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue()
84 static FrameType GetFrame( const KeyType* pKey ) { return pKey->m_Frame; } in GetFrame()
85 static f32 GetFrameF32( const KeyType* pKey ) { return pKey->m_Frame; } in GetFrameF32()
86 …static f32 GetValue( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->m_Va… in GetValue()
87 static f32 GetInSlope( const KeyType* pKey ) { return pKey->m_InSlope; } in GetInSlope()
[all …]