Lines Matching refs:GetValue
50 …static f32 GetValue( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->GetV… in GetValue() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
74 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
76 f32 value = pKey->GetValue(); in GetValue()
94 …static f32 GetValue( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->m_Va… in GetValue() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
120 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
122 f32 value = pKey->GetValue(); in GetValue()
150 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
152 f32 value = pKey->GetValue(); in GetValue()
173 …static f32 GetValue( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->GetV… in GetValue() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
198 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
200 f32 value = pKey->GetValue(); in GetValue()
227 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
249 …static s32 GetValue( const ResIntCurveFVData*, const KeyType* pKey ) { return pKey->GetValue… in GetValue() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
265 static s32 GetValue( const ResIntCurveFVData* /*pCurve*/, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
267 return pKey->GetValue(); in GetValue()
285 static s32 GetValue( const ResIntCurveFVData* /*pCurve*/, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
508 return Traits::GetValue( pSegment, pKey ); in CalcStepFloatSegmentFV_()
522 return Traits::GetValue( pSegment, pKey ); in CalcLinearFloatSegmentFV_()
530 return Traits::GetValue( pSegment, pKey ) * (1.0f - rate) in CalcLinearFloatSegmentFV_()
531 + Traits::GetValue( pSegment, pNextKey ) * rate; in CalcLinearFloatSegmentFV_()
544 return Traits::GetValue( pSegment, pKey ); in CalcHermiteFloatSegmentFVSS_()
551 f32 v0 = Traits::GetValue( pSegment, pKey ); in CalcHermiteFloatSegmentFVSS_()
552 f32 v1 = Traits::GetValue( pSegment, pNextKey ); in CalcHermiteFloatSegmentFVSS_()
571 return Traits::GetValue( pSegment, pKey ); in CalcHermiteFloatSegmentFVS_()
578 f32 v0 = Traits::GetValue( pSegment, pKey ); in CalcHermiteFloatSegmentFVS_()
579 f32 v1 = Traits::GetValue( pSegment, pNextKey ); in CalcHermiteFloatSegmentFVS_()
637 return Traits::GetValue( pCurve, pKey ); in CalcIntCurveFV_()