Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_Layout.cpp357 Layout::BindAnimation(AnimTransform* pAnimTrans) in BindAnimation() function in nw::lyt::Layout
361 this->GetRootPane()->BindAnimation(pAnimTrans, true); in BindAnimation()
417 this->GetRootPane()->BindAnimation(pAnimTrans, bRecursive, true/* bDisable */); in BindAnimationAuto()
449 … nw::lyt::BindAnimation(pGroup, pAnimTrans, animRes.IsDescendingBind(), true/* bDisable */); in BindAnimationAuto()
Dlyt_Util.cpp55 BindAnimation( in BindAnimation() function
65 it->target->BindAnimation(pAnimTrans, bRecursive, bDisable); in BindAnimation()
Dlyt_Pane.cpp779 Pane::BindAnimation( in BindAnimation() function in nw::lyt::Pane
Dlyt_Material.cpp1406 Material::BindAnimation(AnimTransform* pAnimTrans) in BindAnimation() function in nw::lyt::Material
/NW4C-1.3.3/include/nw/lyt/
Dlyt_Util.h67 void BindAnimation(
Dlyt_Layout.h389 virtual void BindAnimation(AnimTransform* pAnimTrans);
Dlyt_Material.h780 virtual void BindAnimation(AnimTransform* pAnimTrans);
Dlyt_Pane.h1168 virtual void BindAnimation(
/NW4C-1.3.3/demos/lyt/bounding/sources/
Dmain.cpp255 pPane->BindAnimation(pAnimTrans[ANIMTYPE_UNSELECT]); in nnMain()
256 pPane->BindAnimation(pAnimTrans[ANIMTYPE_SELECT]); in nnMain()
/NW4C-1.3.3/demos/Nw4cDemo/sources/
DSmLayout.cpp203 layout->BindAnimation( animArray[m_AnimationNo] ); in SetupLayout()
/NW4C-1.3.3/demos/Nw4cDemo/include/
DSmLayout.h75 m_Layout->BindAnimation( pAnimTrans ); in AddAnimation()
/NW4C-1.3.3/include/nw/demo/
Ddemo_Utility.h489 static nw::gfx::BaseAnimEvaluator* BindAnimation( in BindAnimation() function
671 nw::gfx::BaseAnimEvaluator* animObject = BindAnimation( in BindAnimationByName()
/NW4C-1.3.3/demos/lyt/simple/sources/
Dmain.cpp275 pLayout->BindAnimation(pAnimTrans); in nnMain()
/NW4C-1.3.3/demos/lyt/perspective/sources/
Dmain.cpp256 pLayout->BindAnimation(pAnimTrans); in nnMain()
/NW4C-1.3.3/demos/lyt/tagGroupBind/sources/
Dmain.cpp154 BindAnimation(pGroup, pAnimTrans, animRes.IsDescendingBind()); in SetupAnimTransform()
/NW4C-1.3.3/demos/gfx/MultiAnimationDemo/sources/
DMultiAnimationDemo.cpp434 nw::demo::Utility::BindAnimation( in BuildAnimations()