Lines Matching refs:GetValue
66 …static f32 GetValue( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->GetV… in GetValue() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
90 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
92 f32 value = pKey->GetValue(); in GetValue()
110 …static f32 GetValue( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->m_Va… in GetValue() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
136 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
138 f32 value = pKey->GetValue(); in GetValue()
166 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
168 f32 value = pKey->GetValue(); in GetValue()
189 …static f32 GetValue( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->GetV… in GetValue() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
214 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
216 f32 value = pKey->GetValue(); in GetValue()
243 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
265 …static s32 GetValue( const ResIntCurveFVData*, const KeyType* pKey ) { return pKey->GetValue… in GetValue() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
281 static s32 GetValue( const ResIntCurveFVData* /*pCurve*/, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
283 return pKey->GetValue(); in GetValue()
301 static s32 GetValue( const ResIntCurveFVData* /*pCurve*/, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
528 return Traits::GetValue( pSegment, pKey ); in CalcStepFloatSegmentFV_()
544 return Traits::GetValue( pSegment, pKey ); in CalcLinearFloatSegmentFV_()
552 return Traits::GetValue( pSegment, pKey ) * (1.0f - rate) in CalcLinearFloatSegmentFV_()
553 + Traits::GetValue( pSegment, pNextKey ) * rate; in CalcLinearFloatSegmentFV_()
568 return Traits::GetValue( pSegment, pKey ); in CalcHermiteFloatSegmentFVSS_()
575 f32 v0 = Traits::GetValue( pSegment, pKey ); in CalcHermiteFloatSegmentFVSS_()
576 f32 v1 = Traits::GetValue( pSegment, pNextKey ); in CalcHermiteFloatSegmentFVSS_()
597 return Traits::GetValue( pSegment, pKey ); in CalcHermiteFloatSegmentFVS_()
604 f32 v0 = Traits::GetValue( pSegment, pKey ); in CalcHermiteFloatSegmentFVS_()
605 f32 v1 = Traits::GetValue( pSegment, pNextKey ); in CalcHermiteFloatSegmentFVS_()
663 return Traits::GetValue( pCurve, pKey ); in CalcIntCurveFV_()