Lines Matching refs:GetFrame

48         static FrameType GetFrame( const KeyType* pKey ) { return pKey->GetFrame(); }  in GetFrame()  function in nw::anim::res::__anon339a9d700111::ResAnimTraits
64 static FrameType GetFrame( const KeyType* pKey ) { return pKey->GetFrame(); } in GetFrame() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
84 static FrameType GetFrame( const KeyType* pKey ) { return pKey->m_Frame; } in GetFrame() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
102 … static FrameType GetFrame( const KeyType* pKey ) { return (pKey->m_FrameValue & 0x00000FFF); } in GetFrame() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
103 static f32 GetFrameF32( const KeyType* pKey ) { return f32( GetFrame(pKey) ); } in GetFrameF32()
124 static FrameType GetFrame( const KeyType* pKey ) { return pKey->GetFrame(); } in GetFrame() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
147 static FrameType GetFrame( const KeyType* pKey ) { return pKey->GetFrame(); } in GetFrame() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
164 static FrameType GetFrame( const KeyType* pKey ) { return pKey->GetFrame(); } in GetFrame() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
185 static FrameType GetFrame( const KeyType* pKey ) { return pKey->m_Frame; } in GetFrame() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
186 static f32 GetFrameF32( const KeyType* pKey ) { return f32( GetFrame( pKey ) ); } in GetFrameF32()
207 static FrameType GetFrame( const KeyType* pKey ) { return pKey->GetFrame(); } in GetFrame() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
223 static FrameType GetFrame( const KeyType* pKey ) { return pKey->GetFrame(); } in GetFrame() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
243 static FrameType GetFrame( const KeyType* pKey ) { return u32(pKey->m_Frame); } in GetFrame() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
244 static f32 GetFrameF32( const KeyType* pKey ) { return f32( GetFrame( pKey ) ); } in GetFrameF32()
374 if ( quantizedFrame <= Traits::GetFrame( pFirstKey ) ) in GetKeyFV_()
381 if ( Traits::GetFrame( pLastKey ) <= quantizedFrame ) in GetKeyFV_()
393 if ( quantizedFrame < Traits::GetFrame( pKey ) ) in GetKeyFV_()
399 } while ( quantizedFrame < Traits::GetFrame( pKey ) ); in GetKeyFV_()
407 } while ( Traits::GetFrame( pKey ) <= quantizedFrame ); in GetKeyFV_()