Home
last modified time | relevance | path

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

/NW4C-1.2.23/demos/lyt/animShare/sources/
Dmain.cpp271 pAnimLink->GetAnimTransform()->SetFrame(frame); in SetAnimationFrame()
280 pAnimLink->GetAnimTransform()->SetFrame(frame); in SetAnimationFrame()
318 nw::lyt::AnimTransform *const pAnimTrans = pAnimationLink->GetAnimTransform(); in UpdateAnimationFrame()
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Animation.cpp648 if (pLink->GetAnimTransform() == 0) in FindUnbindLink()
1037 if (pAnimTrans == it->GetAnimTransform()) in FindAnimationLink()
1056 if (animRes.GetResourceBlock() == it->GetAnimTransform()->GetAnimResource()) in FindAnimationLink()
1076 if (! pAnimTrans || currIt->GetAnimTransform() == pAnimTrans) in UnbindAnimationLink()
Dlyt_Pane.cpp767 AnimTransform* animTrans = it->GetAnimTransform(); in AnimateSelf()
Dlyt_Material.cpp1430 AnimTransform* animTrans = it->GetAnimTransform(); in Animate()
/NW4C-1.2.23/include/nw/lyt/
Dlyt_Types.h2895 AnimTransform* GetAnimTransform() const in GetAnimTransform() function