Lines Matching refs:GetFrameF32
65 …static f32 GetFrameF32( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->G… in GetFrameF32() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
85 static f32 GetFrameF32( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetFrameF32() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
87 f32 frame = pKey->GetFrameF32(); in GetFrameF32()
109 …static f32 GetFrameF32( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->m… in GetFrameF32() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
131 static f32 GetFrameF32( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetFrameF32() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
133 f32 frame = pKey->GetFrameF32(); in GetFrameF32()
161 static f32 GetFrameF32( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetFrameF32() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
163 f32 frame = pKey->GetFrameF32(); in GetFrameF32()
188 …static f32 GetFrameF32( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->G… in GetFrameF32() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
209 static f32 GetFrameF32( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetFrameF32() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
211 f32 frame = pKey->GetFrameF32(); in GetFrameF32()
238 static f32 GetFrameF32( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetFrameF32() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
240 f32 frame = pKey->GetFrameF32(); in GetFrameF32()
264 …static f32 GetFrameF32( const ResIntCurveFVData*, const KeyType* pKey ) { return pKey->GetFr… in GetFrameF32() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
280 …static f32 GetFrameF32( const ResIntCurveFVData*, const KeyType* pKey ) { return pKey->GetFr… in GetFrameF32() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
300 …static f32 GetFrameF32( const ResIntCurveFVData*, const KeyType* pKey ) { return f32( GetFra… in GetFrameF32() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
540 f32 keyFrame = Traits::GetFrameF32( pSegment, pKey ); in CalcLinearFloatSegmentFV_()
549 f32 nextKeyFrame = Traits::GetFrameF32( pSegment, pNextKey ); in CalcLinearFloatSegmentFV_()
564 f32 keyFrame = Traits::GetFrameF32( pSegment, pKey ); in CalcHermiteFloatSegmentFVSS_()
574 f32 d = Traits::GetFrameF32( pSegment, pNextKey ) - keyFrame; in CalcHermiteFloatSegmentFVSS_()
593 f32 keyFrame = Traits::GetFrameF32( pSegment, pKey ); in CalcHermiteFloatSegmentFVS_()
603 f32 d = Traits::GetFrameF32( pSegment, pNextKey ) - keyFrame; in CalcHermiteFloatSegmentFVS_()