Lines Matching refs:GetFrameF32

49 …static f32       GetFrameF32( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->G…  in GetFrameF32()  function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
69 static f32 GetFrameF32( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetFrameF32() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
71 f32 frame = pKey->GetFrameF32(); in GetFrameF32()
93 …static f32 GetFrameF32( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->m… in GetFrameF32() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
115 static f32 GetFrameF32( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetFrameF32() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
117 f32 frame = pKey->GetFrameF32(); in GetFrameF32()
145 static f32 GetFrameF32( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetFrameF32() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
147 f32 frame = pKey->GetFrameF32(); in GetFrameF32()
172 …static f32 GetFrameF32( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->G… in GetFrameF32() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
193 static f32 GetFrameF32( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetFrameF32() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
195 f32 frame = pKey->GetFrameF32(); in GetFrameF32()
222 static f32 GetFrameF32( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetFrameF32() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
224 f32 frame = pKey->GetFrameF32(); in GetFrameF32()
248 …static f32 GetFrameF32( const ResIntCurveFVData*, const KeyType* pKey ) { return pKey->GetFr… in GetFrameF32() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
264 …static f32 GetFrameF32( const ResIntCurveFVData*, const KeyType* pKey ) { return pKey->GetFr… in GetFrameF32() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
284 …static f32 GetFrameF32( const ResIntCurveFVData*, const KeyType* pKey ) { return f32( GetFra… in GetFrameF32() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
518 f32 keyFrame = Traits::GetFrameF32( pSegment, pKey ); in CalcLinearFloatSegmentFV_()
527 f32 nextKeyFrame = Traits::GetFrameF32( pSegment, pNextKey ); in CalcLinearFloatSegmentFV_()
540 f32 keyFrame = Traits::GetFrameF32( pSegment, pKey ); in CalcHermiteFloatSegmentFVSS_()
550 f32 d = Traits::GetFrameF32( pSegment, pNextKey ) - keyFrame; in CalcHermiteFloatSegmentFVSS_()
567 f32 keyFrame = Traits::GetFrameF32( pSegment, pKey ); in CalcHermiteFloatSegmentFVS_()
577 f32 d = Traits::GetFrameF32( pSegment, pNextKey ) - keyFrame; in CalcHermiteFloatSegmentFVS_()