Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/anim/res/
Danim_ResAnimCurve.cpp48 static FrameType GetFrame( const KeyType* pKey ) { return pKey->GetFrame(); } in GetFrame() argument
49 …2 GetFrameF32( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->GetFrameF3… in GetFrameF32() argument
50 … f32 GetValue( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->GetValue()… in GetValue() argument
68 static FrameType GetFrame( const KeyType* pKey ) { return pKey->GetFrame(); } in GetFrame() argument
69 static f32 GetFrameF32( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetFrameF32() argument
71 f32 frame = pKey->GetFrameF32(); in GetFrameF32()
74 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue() argument
76 f32 value = pKey->GetValue(); in GetValue()
92 static FrameType GetFrame( const KeyType* pKey ) { return pKey->m_Frame; } in GetFrame() argument
93 …32 GetFrameF32( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->m_Frame; } in GetFrameF32() argument
[all …]