Home
last modified time | relevance | path

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

/NW4C-2.0.3/demos/lyt/animShare/sources/
Dmain.cpp273 pAnimLink->GetAnimTransform()->SetFrame(frame); in SetAnimationFrame()
282 pAnimLink->GetAnimTransform()->SetFrame(frame); in SetAnimationFrame()
320 nw::lyt::AnimTransform *const pAnimTrans = pAnimationLink->GetAnimTransform(); in UpdateAnimationFrame()
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Animation.cpp626 if (pLink->GetAnimTransform() == 0) in FindUnbindLink()
1015 if (pAnimTrans == it->GetAnimTransform()) in FindAnimationLink()
1034 if (animRes.GetResourceBlock() == it->GetAnimTransform()->GetAnimResource()) in FindAnimationLink()
1054 if (! pAnimTrans || currIt->GetAnimTransform() == pAnimTrans) in UnbindAnimationLink()
Dlyt_Pane.cpp759 AnimTransform* animTrans = it->GetAnimTransform(); in AnimateSelf()
Dlyt_Material.cpp1432 AnimTransform* animTrans = it->GetAnimTransform(); in Animate()
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Types.h2962 AnimTransform* GetAnimTransform() const in GetAnimTransform() function