Lines Matching refs:GetKey
60 static const KeyType* GetKey( const ResFloatSegmentFVData* pSegment, uint keyIdx ) in GetKey() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
76 static const KeyType* GetKey( const ResFloatSegmentFVData* pSegment, uint keyIdx ) in GetKey() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
104 static const KeyType* GetKey( const ResFloatSegmentFVData* pSegment, uint keyIdx ) in GetKey() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
122 static const KeyType* GetKey( const ResFloatSegmentFVData* pSegment, uint keyIdx ) in GetKey() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
152 static const KeyType* GetKey( const ResFloatSegmentFVData* pSegment, uint keyIdx ) in GetKey() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
183 static const KeyType* GetKey( const ResFloatSegmentFVData* pSegment, uint keyIdx ) in GetKey() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
200 static const KeyType* GetKey( const ResFloatSegmentFVData* pSegment, uint keyIdx ) in GetKey() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
229 static const KeyType* GetKey( const ResFloatSegmentFVData* pSegment, uint keyIdx ) in GetKey() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
259 static const KeyType* GetKey( const ResIntCurveFVData* pCurve, uint keyIdx ) in GetKey() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
275 static const KeyType* GetKey( const ResIntCurveFVData* pCurve, uint keyIdx ) in GetKey() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
295 static const KeyType* GetKey( const ResIntCurveFVData* pCurve, uint keyIdx ) in GetKey() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
429 const typename Traits::KeyType* pFirstKey = Traits::GetKey(pSegment, 0); in GetKeyFV_()
436 …const typename Traits::KeyType* pLastKey = Traits::GetKey(pSegment, pSegment->m_NumFrameValues - 1… in GetKeyFV_()
446 const typename Traits::KeyType* pKey = Traits::GetKey(pSegment, keyIdx); in GetKeyFV_()
453 NW_ASSERT( Traits::GetKey(pSegment, 0) < pKey ); in GetKeyFV_()
461 NW_ASSERT( pKey < Traits::GetKey(pSegment, pSegment->m_NumFrameValues - 1) ); in GetKeyFV_()
466 NW_ASSERT( Traits::GetKey(pSegment, 0) < pKey ); in GetKeyFV_()
538 …const typename Traits::KeyType* pLastKey = Traits::GetKey(pSegment, pSegment->m_NumFrameValues - 1… in CalcLinearFloatSegmentFV_()
562 …const typename Traits::KeyType* pLastKey = Traits::GetKey(pSegment, pSegment->m_NumFrameValues - 1… in CalcHermiteFloatSegmentFVSS_()
589 …const typename Traits::KeyType* pLastKey = Traits::GetKey(pSegment, pSegment->m_NumFrameValues - 1… in CalcHermiteFloatSegmentFVS_()