Lines Matching refs:GetFrame
48 static FrameType GetFrame( const KeyType* pKey ) { return pKey->GetFrame(); } in GetFrame() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
68 static FrameType GetFrame( const KeyType* pKey ) { return pKey->GetFrame(); } in GetFrame() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
92 static FrameType GetFrame( const KeyType* pKey ) { return pKey->m_Frame; } in GetFrame() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
114 static FrameType GetFrame( const KeyType* pKey ) { return pKey->GetFrame(); } in GetFrame() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
144 static FrameType GetFrame( const KeyType* pKey ) { return pKey->GetFrame(); } in GetFrame() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
171 static FrameType GetFrame( const KeyType* pKey ) { return pKey->GetFrame(); } in GetFrame() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
192 static FrameType GetFrame( const KeyType* pKey ) { return pKey->GetFrame(); } in GetFrame() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
221 static FrameType GetFrame( const KeyType* pKey ) { return pKey->GetFrame(); } in GetFrame() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
247 static FrameType GetFrame( const KeyType* pKey ) { return pKey->GetFrame(); } in GetFrame() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
263 static FrameType GetFrame( const KeyType* pKey ) { return pKey->GetFrame(); } in GetFrame() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
283 static FrameType GetFrame( const KeyType* pKey ) { return u32(pKey->m_Frame); } in GetFrame() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
284 … GetFrameF32( const ResIntCurveFVData*, const KeyType* pKey ) { return f32( GetFrame( pKey ) ); } in GetFrameF32()
412 if ( quantizedFrame <= Traits::GetFrame( pFirstKey ) ) in GetKeyFV_()
419 if ( Traits::GetFrame( pLastKey ) <= quantizedFrame ) in GetKeyFV_()
431 if ( quantizedFrame < Traits::GetFrame( pKey ) ) in GetKeyFV_()
437 } while ( quantizedFrame < Traits::GetFrame( pKey ) ); in GetKeyFV_()
445 } while ( Traits::GetFrame( pKey ) <= quantizedFrame ); in GetKeyFV_()