Lines Matching refs:GetValue

50 …static f32       GetValue( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->GetV…  in GetValue()  function in nw::anim::res::__anon339a9d700111::ResAnimTraits
66 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
68 f32 value = pKey->GetValue(); in GetValue()
86 …static f32 GetValue( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->m_Va… in GetValue() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
104 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
106 f32 value = pKey->GetValue(); in GetValue()
126 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
128 f32 value = pKey->GetValue(); in GetValue()
149 …static f32 GetValue( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->GetV… in GetValue() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
166 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
168 f32 value = pKey->GetValue(); in GetValue()
187 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
209 …static s32 GetValue( const ResIntCurveFVData*, const KeyType* pKey ) { return pKey->GetValue in GetValue() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
225 static s32 GetValue( const ResIntCurveFVData* /*pCurve*/, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
227 return pKey->GetValue(); in GetValue()
245 static s32 GetValue( const ResIntCurveFVData* /*pCurve*/, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
470 return Traits::GetValue( pSegment, pKey ); in CalcStepFloatSegmentFV_()
484 return Traits::GetValue( pSegment, pKey ); in CalcLinearFloatSegmentFV_()
492 return Traits::GetValue( pSegment, pKey ) * (1.0f - rate) in CalcLinearFloatSegmentFV_()
493 + Traits::GetValue( pSegment, pNextKey ) * rate; in CalcLinearFloatSegmentFV_()
506 return Traits::GetValue( pSegment, pKey ); in CalcHermiteFloatSegmentFVSS_()
513 f32 v0 = Traits::GetValue( pSegment, pKey ); in CalcHermiteFloatSegmentFVSS_()
514 f32 v1 = Traits::GetValue( pSegment, pNextKey ); in CalcHermiteFloatSegmentFVSS_()
533 return Traits::GetValue( pSegment, pKey ); in CalcHermiteFloatSegmentFVS_()
540 f32 v0 = Traits::GetValue( pSegment, pKey ); in CalcHermiteFloatSegmentFVS_()
541 f32 v1 = Traits::GetValue( pSegment, pNextKey ); in CalcHermiteFloatSegmentFVS_()
599 return Traits::GetValue( pCurve, pKey ); in CalcIntCurveFV_()