Lines Matching refs:GetKey
44 static const KeyType* GetKey( const ResFloatSegmentFVData* pSegment, uint keyIdx ) in GetKey() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
60 static const KeyType* GetKey( const ResFloatSegmentFVData* pSegment, uint keyIdx ) in GetKey() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
80 static const KeyType* GetKey( const ResFloatSegmentFVData* pSegment, uint keyIdx ) in GetKey() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
98 static const KeyType* GetKey( const ResFloatSegmentFVData* pSegment, uint keyIdx ) in GetKey() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
120 static const KeyType* GetKey( const ResFloatSegmentFVData* pSegment, uint keyIdx ) in GetKey() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
143 static const KeyType* GetKey( const ResFloatSegmentFVData* pSegment, uint keyIdx ) in GetKey() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
160 static const KeyType* GetKey( const ResFloatSegmentFVData* pSegment, uint keyIdx ) in GetKey() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
181 static const KeyType* GetKey( const ResFloatSegmentFVData* pSegment, uint keyIdx ) in GetKey() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
203 static const KeyType* GetKey( const ResIntCurveFVData* pCurve, uint keyIdx ) in GetKey() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
219 static const KeyType* GetKey( const ResIntCurveFVData* pCurve, uint keyIdx ) in GetKey() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
239 static const KeyType* GetKey( const ResIntCurveFVData* pCurve, uint keyIdx ) in GetKey() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
373 const typename Traits::KeyType* pFirstKey = Traits::GetKey(pSegment, 0); in GetKeyFV_()
380 …const typename Traits::KeyType* pLastKey = Traits::GetKey(pSegment, pSegment->m_NumFrameValues - 1… in GetKeyFV_()
390 const typename Traits::KeyType* pKey = Traits::GetKey(pSegment, keyIdx); in GetKeyFV_()
397 NW_ASSERT( Traits::GetKey(pSegment, 0) < pKey ); in GetKeyFV_()
405 NW_ASSERT( pKey < Traits::GetKey(pSegment, pSegment->m_NumFrameValues - 1) ); in GetKeyFV_()
410 NW_ASSERT( Traits::GetKey(pSegment, 0) < pKey ); in GetKeyFV_()