Lines Matching refs:GetFrameF32
49 static f32 GetFrameF32( const KeyType* pKey ) { return pKey->GetFrameF32(); } in GetFrameF32() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
65 static f32 GetFrameF32( const KeyType* pKey ) { return pKey->GetFrameF32(); } in GetFrameF32() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
85 static f32 GetFrameF32( const KeyType* pKey ) { return pKey->m_Frame; } in GetFrameF32() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
103 static f32 GetFrameF32( const KeyType* pKey ) { return f32( GetFrame(pKey) ); } in GetFrameF32() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
125 static f32 GetFrameF32( const KeyType* pKey ) { return pKey->GetFrameF32(); } in GetFrameF32() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
148 static f32 GetFrameF32( const KeyType* pKey ) { return pKey->GetFrameF32(); } in GetFrameF32() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
165 static f32 GetFrameF32( const KeyType* pKey ) { return pKey->GetFrameF32(); } in GetFrameF32() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
186 static f32 GetFrameF32( const KeyType* pKey ) { return f32( GetFrame( pKey ) ); } in GetFrameF32() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
208 static f32 GetFrameF32( const KeyType* pKey ) { return pKey->GetFrameF32(); } in GetFrameF32() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
224 static f32 GetFrameF32( const KeyType* pKey ) { return pKey->GetFrameF32(); } in GetFrameF32() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
244 static f32 GetFrameF32( const KeyType* pKey ) { return f32( GetFrame( pKey ) ); } in GetFrameF32() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
480 f32 keyFrame = Traits::GetFrameF32( pKey ); in CalcLinearFloatSegmentFV_()
489 f32 nextKeyFrame = Traits::GetFrameF32( pNextKey ); in CalcLinearFloatSegmentFV_()
502 f32 keyFrame = Traits::GetFrameF32( pKey ); in CalcHermiteFloatSegmentFVSS_()
512 f32 d = Traits::GetFrameF32( pNextKey ) - keyFrame; in CalcHermiteFloatSegmentFVSS_()
529 f32 keyFrame = Traits::GetFrameF32( pKey ); in CalcHermiteFloatSegmentFVS_()
539 f32 d = Traits::GetFrameF32( pNextKey ) - keyFrame; in CalcHermiteFloatSegmentFVS_()