Home
last modified time | relevance | path

Searched refs:BindAnimation (Results 1 – 16 of 16) sorted by relevance

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Layout.cpp359 Layout::BindAnimation(AnimTransform* pAnimTrans) in BindAnimation() function in nw::lyt::Layout
363 this->GetRootPane()->BindAnimation(pAnimTrans, true); in BindAnimation()
419 this->GetRootPane()->BindAnimation(pAnimTrans, bRecursive, true/* bDisable */); in BindAnimationAuto()
451 … nw::lyt::BindAnimation(pGroup, pAnimTrans, animRes.IsDescendingBind(), true/* bDisable */); in BindAnimationAuto()
Dlyt_Util.cpp58 BindAnimation( in BindAnimation() function
68 it->target->BindAnimation(pAnimTrans, bRecursive, bDisable); in BindAnimation()
Dlyt_Pane.cpp781 Pane::BindAnimation( in BindAnimation() function in nw::lyt::Pane
Dlyt_Material.cpp1408 Material::BindAnimation(AnimTransform* pAnimTrans) in BindAnimation() function in nw::lyt::Material
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Util.h69 void BindAnimation(
Dlyt_Layout.h391 virtual void BindAnimation(AnimTransform* pAnimTrans);
Dlyt_Material.h782 virtual void BindAnimation(AnimTransform* pAnimTrans);
Dlyt_Pane.h1170 virtual void BindAnimation(
/NW4C-2.0.3/demos/lyt/bounding/sources/
Dmain.cpp257 pPane->BindAnimation(pAnimTrans[ANIMTYPE_UNSELECT]); in nnMain()
258 pPane->BindAnimation(pAnimTrans[ANIMTYPE_SELECT]); in nnMain()
/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmLayout.cpp205 layout->BindAnimation( animArray[m_AnimationNo] ); in SetupLayout()
/NW4C-2.0.3/demos/Nw4cDemo/include/
DSmLayout.h77 m_Layout->BindAnimation( pAnimTrans ); in AddAnimation()
/NW4C-2.0.3/include/nw/demo/
Ddemo_Utility.h491 static nw::gfx::BaseAnimEvaluator* BindAnimation( in BindAnimation() function
673 nw::gfx::BaseAnimEvaluator* animObject = BindAnimation( in BindAnimationByName()
/NW4C-2.0.3/demos/lyt/simple/sources/
Dmain.cpp277 pLayout->BindAnimation(pAnimTrans); in nnMain()
/NW4C-2.0.3/demos/lyt/perspective/sources/
Dmain.cpp258 pLayout->BindAnimation(pAnimTrans); in nnMain()
/NW4C-2.0.3/demos/lyt/tagGroupBind/sources/
Dmain.cpp156 BindAnimation(pGroup, pAnimTrans, animRes.IsDescendingBind()); in SetupAnimTransform()
/NW4C-2.0.3/demos/gfx/MultiAnimationDemo/sources/
DMultiAnimationDemo.cpp436 nw::demo::Utility::BindAnimation( in BuildAnimations()