Home
last modified time | relevance | path

Searched refs:CreateAnimTransform (Results 1 – 8 of 8) sorted by relevance

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Layout.cpp307 Layout::CreateAnimTransform() in CreateAnimTransform() function in nw::lyt::Layout
329 Layout::CreateAnimTransform( in CreateAnimTransform() function in nw::lyt::Layout
334 return CreateAnimTransform(AnimResource(animResBuf), pResAcsr); in CreateAnimTransform()
338 Layout::CreateAnimTransform( in CreateAnimTransform() function in nw::lyt::Layout
349 AnimTransform *const pAnimTrans = CreateAnimTransform(); in CreateAnimTransform()
398 AnimTransform *const pAnimTrans = CreateAnimTransform(); // AnimTransform オブジェクトの作成 in BindAnimationAuto()
Dlyt_Animation.cpp977 …ransformBasic *const pAnimTrans = static_cast<AnimTransformBasic*>(pLayout->CreateAnimTransform()); in Bind()
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Layout.h323 virtual AnimTransform* CreateAnimTransform();
345 virtual AnimTransform* CreateAnimTransform(
369 virtual AnimTransform* CreateAnimTransform(
/NW4C-2.0.3/demos/lyt/bounding/sources/
Dmain.cpp247 pAnimTrans[ANIMTYPE_UNSELECT] = pLayout->CreateAnimTransform(rlanRes, pResAccessor); in nnMain()
250 pAnimTrans[ANIMTYPE_SELECT] = pLayout->CreateAnimTransform(rlanRes, pResAccessor); in nnMain()
/NW4C-2.0.3/demos/Nw4cDemo/include/
DSmLayout.h75 nw::lyt::AnimTransform* pAnimTrans = m_Layout->CreateAnimTransform( bclan, pResAccessor ); in AddAnimation()
/NW4C-2.0.3/demos/lyt/simple/sources/
Dmain.cpp276 pAnimTrans = pLayout->CreateAnimTransform(lpaRes, pResAccessor); in nnMain()
/NW4C-2.0.3/demos/lyt/perspective/sources/
Dmain.cpp257 pAnimTrans = pLayout->CreateAnimTransform(lpaRes, pResAccessor); in nnMain()
/NW4C-2.0.3/demos/lyt/tagGroupBind/sources/
Dmain.cpp150 nw::lyt::AnimTransform *const pAnimTrans = pLayout->CreateAnimTransform(); in SetupAnimTransform()