Home
last modified time | relevance | path

Searched defs:GetFrameF32 (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/include/nw/anim/res/
Danim_ResAnimCurve.h84 f32 GetFrameF32() const { return m_Frame; } in GetFrameF32() function
94 f32 GetFrameF32() const { return static_cast<f32>(this->GetFrame()); } in GetFrameF32() function
107 f32 GetFrameF32() const { return m_Frame; } in GetFrameF32() function
121 f32 GetFrameF32() const { return static_cast<f32>( this->GetFrame() ); } in GetFrameF32() function
134 f32 GetFrameF32() const { return static_cast<f32>( this->GetFrame() ); } in GetFrameF32() function
148 f32 GetFrameF32() const { return static_cast<f32>( this->GetFrame() ); } in GetFrameF32() function
161 f32 GetFrameF32() const { return internal::CastS10_5ToF32( m_Frame ); } in GetFrameF32() function
173 f32 GetFrameF32() const { return static_cast<f32>( this->GetFrame() ); } in GetFrameF32() function
374 f32 GetFrameF32() const { return static_cast<f32>( this->GetFrame() ); } in GetFrameF32() function
385 f32 GetFrameF32() const { return static_cast<f32>( this->GetFrame() ); } in GetFrameF32() function
[all …]
/NW4C-1.2.23/sources/libraries/anim/res/
Danim_ResAnimCurve.cpp49 static f32 GetFrameF32( const KeyType* pKey ) { return pKey->GetFrameF32(); } in GetFrameF32() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
65 static f32 GetFrameF32( const KeyType* pKey ) { return pKey->GetFrameF32(); } in GetFrameF32() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
85 static f32 GetFrameF32( const KeyType* pKey ) { return pKey->m_Frame; } in GetFrameF32() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
103 static f32 GetFrameF32( const KeyType* pKey ) { return f32( GetFrame(pKey) ); } in GetFrameF32() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
125 static f32 GetFrameF32( const KeyType* pKey ) { return pKey->GetFrameF32(); } in GetFrameF32() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
148 static f32 GetFrameF32( const KeyType* pKey ) { return pKey->GetFrameF32(); } in GetFrameF32() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
165 static f32 GetFrameF32( const KeyType* pKey ) { return pKey->GetFrameF32(); } in GetFrameF32() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
186 static f32 GetFrameF32( const KeyType* pKey ) { return f32( GetFrame( pKey ) ); } in GetFrameF32() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
208 static f32 GetFrameF32( const KeyType* pKey ) { return pKey->GetFrameF32(); } in GetFrameF32() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
224 static f32 GetFrameF32( const KeyType* pKey ) { return pKey->GetFrameF32(); } in GetFrameF32() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
[all …]