Home
last modified time | relevance | path

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

/NW4C-1.3.3/demos/lyt/animShare/sources/
Dmain.cpp218 nw::lyt::Pane* pPane, in FindLayoutAnimationLink()
263 nw::lyt::Pane* pPane, in SetAnimationFrame()
303 nw::lyt::Pane* pPane, in UpdateAnimationFrame()
367 nw::lyt::Pane *const pPane = it->target; in UpdatePane() local
/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_Animation.cpp190 Pane* pPane, in AnimatePaneSRT()
210 Pane* pPane, in AnimateVisibility()
230 Pane* pPane, in AnimateVertexColor()
327 Pane* pPane, in IsBindAnimation()
462 Pane* pPane, in Bind()
540 AnimTransformBasic::Animate(u32 idx, Pane* pPane) in Animate()
785 Pane* pPane, in CalcAnimationNum()
Dlyt_Util.cpp100 Pane* pPane, in IsContain()
116 Pane* pPane, in FindHitPane()
160 GetNextPane(Pane* pPane) in GetNextPane()
Dlyt_Group.cpp73 Group::AppendPane(Pane* pPane) in AppendPane()
Dlyt_Drawer.cpp46 Drawer::Draw( const Pane* pPane, DrawInfo& drawInfo ) in Draw()
Dlyt_Layout.cpp53 Pane* pPane, in SetTagProcessorImpl()
238 Pane* pPane = BuildPaneObj(kind, dataPtr, resBlockSet); in Build() local
Dlyt_Pane.cpp521 if (Pane* pPane = it->FindPaneByName(findName, bRecursive)) in FindPaneByName() local
/NW4C-1.3.3/demos/lyt/extUserData/sources/
Dmain.cpp154 PrintExtUserData(nw::lyt::Pane* pPane) in PrintExtUserData()
/NW4C-1.3.3/include/nw/lyt/
Dlyt_Layout.h846 void SetRootPane(Pane* pPane) in SetRootPane()
/NW4C-1.3.3/demos/lyt/bounding/sources/
Dmain.cpp253 if (nw::lyt::Pane* pPane = pLayout->GetRootPane()->FindPaneByName(paneNames[i])) in nnMain() local
/NW4C-1.3.3/demos/lyt/tagGroupBind/sources/
Dmain.cpp251 FindBoundingPane(nw::lyt::Pane* pPane) in FindBoundingPane()