Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Layout.cpp305 Layout::CreateAnimTransform() in CreateAnimTransform() function in nw::lyt::Layout
327 Layout::CreateAnimTransform( in CreateAnimTransform() function in nw::lyt::Layout
332 return CreateAnimTransform(AnimResource(animResBuf), pResAcsr); in CreateAnimTransform()
336 Layout::CreateAnimTransform( in CreateAnimTransform() function in nw::lyt::Layout
347 AnimTransform *const pAnimTrans = CreateAnimTransform(); in CreateAnimTransform()
396 AnimTransform *const pAnimTrans = CreateAnimTransform(); // AnimTransform オブジェクトの作成 in BindAnimationAuto()
Dlyt_Animation.cpp999 …ransformBasic *const pAnimTrans = static_cast<AnimTransformBasic*>(pLayout->CreateAnimTransform()); in Bind()
/NW4C-1.2.23/include/nw/lyt/
Dlyt_Layout.h321 virtual AnimTransform* CreateAnimTransform();
343 virtual AnimTransform* CreateAnimTransform(
367 virtual AnimTransform* CreateAnimTransform(
/NW4C-1.2.23/demos/lyt/bounding/sources/
Dmain.cpp245 pAnimTrans[ANIMTYPE_UNSELECT] = pLayout->CreateAnimTransform(rlanRes, pResAccessor); in nnMain()
248 pAnimTrans[ANIMTYPE_SELECT] = pLayout->CreateAnimTransform(rlanRes, pResAccessor); in nnMain()
/NW4C-1.2.23/demos/Nw4cDemo/include/
DSmLayout.h73 nw::lyt::AnimTransform* pAnimTrans = m_Layout->CreateAnimTransform( bclan, pResAccessor ); in AddAnimation()
/NW4C-1.2.23/demos/lyt/simple/sources/
Dmain.cpp274 pAnimTrans = pLayout->CreateAnimTransform(lpaRes, pResAccessor); in nnMain()
/NW4C-1.2.23/demos/lyt/perspective/sources/
Dmain.cpp255 pAnimTrans = pLayout->CreateAnimTransform(lpaRes, pResAccessor); in nnMain()
/NW4C-1.2.23/demos/lyt/tagGroupBind/sources/
Dmain.cpp148 nw::lyt::AnimTransform *const pAnimTrans = pLayout->CreateAnimTransform(); in SetupAnimTransform()