Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/anim/res/
Danim_ResAnimCurve.h89 f32 GetFrame() const { return m_Frame; } in GetFrame() function
99 u32 GetFrame() const { return m_FrameValue & 0x00000FFF; } in GetFrame() function
100 f32 GetFrameF32() const { return static_cast<f32>(this->GetFrame()); } in GetFrameF32()
112 f32 GetFrame() const { return m_Frame; } in GetFrame() function
126 u32 GetFrame() const { return m_FrameValue & 0x00000FFF; } in GetFrame() function
127 f32 GetFrameF32() const { return static_cast<f32>( this->GetFrame() ); } in GetFrameF32()
139 u32 GetFrame() const { return m_FrameValue[0]; } in GetFrame() function
140 f32 GetFrameF32() const { return static_cast<f32>( this->GetFrame() ); } in GetFrameF32()
153 f32 GetFrame() const { return m_Frame; } in GetFrame() function
154 f32 GetFrameF32() const { return static_cast<f32>( this->GetFrame() ); } in GetFrameF32()
[all …]
/NW4C-1.3.3/include/nw/anim/
Danim_AnimFrameController.h66 f32 GetFrame() const { return m_Frame; } in GetFrame() function
93 m_Frame = animFrame.GetFrame(); in Set()
221 f32 GetFrame() const { return m_AnimFrame.GetFrame(); } in GetFrame() function
296 SetFrame(GetFrame() + m_StepFrame); in UpdateFrame()
/NW4C-1.3.3/sources/libraries/anim/res/
Danim_ResAnimCurve.cpp48 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
[all …]
/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_Animation.cpp558 AnimatePaneSRT(pPane, pAnimInfo, animTargetOffsets, this->GetFrame()); in Animate()
561 AnimateVisibility(pPane, pAnimInfo, animTargetOffsets, this->GetFrame()); in Animate()
564 AnimateVertexColor(pPane, pAnimInfo, animTargetOffsets, this->GetFrame()); in Animate()
594 AnimateMaterialColor(pMaterial, pAnimInfo, animTargetOffsets, this->GetFrame()); in Animate()
597 AnimateTextureSRT(pMaterial, pAnimInfo, animTargetOffsets, this->GetFrame()); in Animate()
602 … AnimateTexturePattern(pMaterial, pAnimInfo, animTargetOffsets, this->GetFrame(), m_pTexAry); in Animate()
/NW4C-1.3.3/demos/Nw4cDemo/include/
Dframework.h105 f32 GetFrame() in GetFrame() function
/NW4C-1.3.3/include/nw/gfx/
Dgfx_ParticleCollection.h351 ParticleTime time = model->ParticleAnimFrameController().GetFrame(); in KillParticles()
408 ParticleTime time = model->ParticleAnimFrameController().GetFrame(); in KillParticle()
Dgfx_AnimObject.h988 float GetFrame() const { return m_AnimFrameController.GetFrame(); } in GetFrame() function
1043 if (startFrame > GetFrame()) in SetStartFrame()
1062 if (endFrame < GetFrame()) in SetEndFrame()
Dgfx_ParticleEmitter.h289 f32 time = m_ParticleAnimFrameController.GetFrame(); in IsAlive()
/NW4C-1.3.3/include/nw/lyt/
Dlyt_Animation.h92 f32 GetFrame() const in GetFrame() function
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_TransformAnim.cpp857 …EvaluateMemberAnim(transform, transformAnim, m_AnimFrameController.GetFrame(), originalValue, writ… in GetResultCommon()
863 …EvaluateMemberBakedAnim(transform, transformAnim, m_AnimFrameController.GetFrame(), originalValue,… in GetResultCommon()
871 transformAnim.EvaluateTransform(worldMatrix, m_AnimFrameController.GetFrame()); in GetResultCommon()
Dgfx_AnimObject.cpp509 m_AnimFrameController.GetFrame(), originalValue); in GetResult()
516 target, 0, m_AnimFrameController.GetFrame(), in GetResult()
Dgfx_ParticleEmitter.cpp433 f32 time = m_ParticleAnimFrameController.GetFrame(); in Emission()
547 ParticleTime targetTime = model->ParticleAnimFrameController().GetFrame(); in Emission()
Dgfx_ParticleSet.cpp750 f32 time = model->ParticleAnimFrameController().GetFrame(); in AddParticles()
906 ParticleTime time = model->ParticleAnimFrameController().GetFrame(); in AddParticles()
2868 ParticleTime targetTime = model->ParticleAnimFrameController().GetFrame(); in ParticleChildUpdater()
2974 const ParticleTime time = model->ParticleAnimFrameController().GetFrame(); in UpdateParticles()
/NW4C-1.3.3/demos/lyt/tagGroupBind/sources/
Dmain.cpp316 f32 animFrame = pAnimTrans->GetFrame() + 1.0f; in UpdateAnimationFrame()
/NW4C-1.3.3/demos/lyt/animShare/sources/
Dmain.cpp319 f32 animFrame = pAnimTrans->GetFrame(); // 現在のフレーム in UpdateAnimationFrame()
/NW4C-1.3.3/demos/Nw4cDemo/sources/
Dmain.cpp484 s_Demo->Exec( s_FrameStatus.GetFrame() ); in CreateGfxCache()
/NW4C-1.3.3/demos/gfx/ConstraintDemo/sources/
DConstraintDemo.cpp472 if (s_MainEvaluator->GetFrame() >= s_MainEvaluator->GetEndFrame()) in LoopAnimation()