Lines Matching refs:GetKey
44 static const KeyType* GetKey( const ResFloatSegmentFVData* pSegment, uint keyIdx ) in GetKey() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
60 static const KeyType* GetKey( const ResFloatSegmentFVData* pSegment, uint keyIdx ) in GetKey() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
88 static const KeyType* GetKey( const ResFloatSegmentFVData* pSegment, uint keyIdx ) in GetKey() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
106 static const KeyType* GetKey( const ResFloatSegmentFVData* pSegment, uint keyIdx ) in GetKey() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
136 static const KeyType* GetKey( const ResFloatSegmentFVData* pSegment, uint keyIdx ) in GetKey() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
167 static const KeyType* GetKey( const ResFloatSegmentFVData* pSegment, uint keyIdx ) in GetKey() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
184 static const KeyType* GetKey( const ResFloatSegmentFVData* pSegment, uint keyIdx ) in GetKey() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
213 static const KeyType* GetKey( const ResFloatSegmentFVData* pSegment, uint keyIdx ) in GetKey() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
243 static const KeyType* GetKey( const ResIntCurveFVData* pCurve, uint keyIdx ) in GetKey() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
259 static const KeyType* GetKey( const ResIntCurveFVData* pCurve, uint keyIdx ) in GetKey() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
279 static const KeyType* GetKey( const ResIntCurveFVData* pCurve, uint keyIdx ) in GetKey() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
411 const typename Traits::KeyType* pFirstKey = Traits::GetKey(pSegment, 0); in GetKeyFV_()
418 …const typename Traits::KeyType* pLastKey = Traits::GetKey(pSegment, pSegment->m_NumFrameValues - 1… in GetKeyFV_()
428 const typename Traits::KeyType* pKey = Traits::GetKey(pSegment, keyIdx); in GetKeyFV_()
435 NW_ASSERT( Traits::GetKey(pSegment, 0) < pKey ); in GetKeyFV_()
443 NW_ASSERT( pKey < Traits::GetKey(pSegment, pSegment->m_NumFrameValues - 1) ); in GetKeyFV_()
448 NW_ASSERT( Traits::GetKey(pSegment, 0) < pKey ); in GetKeyFV_()