Home
last modified time | relevance | path

Searched refs:pLastKey (Results 1 – 1 of 1) sorted by relevance

/NW4C-2.0.3/sources/libraries/anim/res/
Danim_ResAnimCurve.cpp436 …const typename Traits::KeyType* pLastKey = Traits::GetKey(pSegment, pSegment->m_NumFrameValues - 1… in GetKeyFV_() local
437 if ( Traits::GetFrame( pLastKey ) <= quantizedFrame ) in GetKeyFV_()
439 return pLastKey; in GetKeyFV_()
538 …const typename Traits::KeyType* pLastKey = Traits::GetKey(pSegment, pSegment->m_NumFrameValues - 1… in CalcLinearFloatSegmentFV_() local
542 if ( keyFrame == frame || pKey == pLastKey ) in CalcLinearFloatSegmentFV_()
562 …const typename Traits::KeyType* pLastKey = Traits::GetKey(pSegment, pSegment->m_NumFrameValues - 1… in CalcHermiteFloatSegmentFVSS_() local
566 if ( keyFrame == frame || pKey == pLastKey ) in CalcHermiteFloatSegmentFVSS_()
589 …const typename Traits::KeyType* pLastKey = Traits::GetKey(pSegment, pSegment->m_NumFrameValues - 1… in CalcHermiteFloatSegmentFVS_() local
595 if ( keyFrame == frame || pKey == pLastKey ) in CalcHermiteFloatSegmentFVS_()