Home
last modified time | relevance | path

Searched defs:pPane (Results 1 – 11 of 11) sorted by relevance

/NW4C-2.0.3/demos/lyt/animShare/sources/
Dmain.cpp220 nw::lyt::Pane* pPane, in FindLayoutAnimationLink()
265 nw::lyt::Pane* pPane, in SetAnimationFrame()
305 nw::lyt::Pane* pPane, in UpdateAnimationFrame()
369 nw::lyt::Pane *const pPane = it->target; in UpdatePane() local
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Animation.cpp192 Pane* pPane, in AnimatePaneSRT()
212 Pane* pPane, in AnimateVisibility()
232 Pane* pPane, in AnimateVertexColor()
329 Pane* pPane, in IsBindAnimation()
464 Pane* pPane, in Bind()
542 AnimTransformBasic::Animate(u32 idx, Pane* pPane) in Animate()
787 Pane* pPane, in CalcAnimationNum()
Dlyt_Util.cpp103 Pane* pPane, in IsContain()
119 Pane* pPane, in FindHitPane()
163 GetNextPane(Pane* pPane) in GetNextPane()
Dlyt_Group.cpp75 Group::AppendPane(Pane* pPane) in AppendPane()
Dlyt_Drawer.cpp48 Drawer::Draw( const Pane* pPane, DrawInfo& drawInfo ) in Draw()
Dlyt_Layout.cpp55 Pane* pPane, in SetTagProcessorImpl()
240 Pane* pPane = BuildPaneObj(kind, dataPtr, resBlockSet); in Build() local
Dlyt_Pane.cpp523 if (Pane* pPane = it->FindPaneByName(findName, bRecursive)) in FindPaneByName() local
/NW4C-2.0.3/demos/lyt/extUserData/sources/
Dmain.cpp156 PrintExtUserData(nw::lyt::Pane* pPane) in PrintExtUserData()
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Layout.h848 void SetRootPane(Pane* pPane) in SetRootPane()
/NW4C-2.0.3/demos/lyt/bounding/sources/
Dmain.cpp255 if (nw::lyt::Pane* pPane = pLayout->GetRootPane()->FindPaneByName(paneNames[i])) in nnMain() local
/NW4C-2.0.3/demos/lyt/tagGroupBind/sources/
Dmain.cpp253 FindBoundingPane(nw::lyt::Pane* pPane) in FindBoundingPane()