Lines Matching refs:pLayout
157 GetCursorPosition(nw::lyt::Layout* pLayout) in GetCursorPosition() argument
159 const nw::ut::Rect& layoutRect = pLayout->GetLayoutRect(); in GetCursorPosition()
184 ApplyCursorPosition(nw::lyt::Layout* pLayout, const nw::math::VEC2& curPos) in ApplyCursorPosition() argument
186 nw::lyt::Pane* pCrossBar = pLayout->GetRootPane()->FindPaneByName("CrossBar", true); in ApplyCursorPosition()
206 nw::lyt::Layout* pLayout = new nw::lyt::Layout(); in nnMain() local
228 pLayout->Build(lytRes, pResAccessor); in nnMain()
247 pAnimTrans[ANIMTYPE_UNSELECT] = pLayout->CreateAnimTransform(rlanRes, pResAccessor); in nnMain()
250 pAnimTrans[ANIMTYPE_SELECT] = pLayout->CreateAnimTransform(rlanRes, pResAccessor); in nnMain()
255 if (nw::lyt::Pane* pPane = pLayout->GetRootPane()->FindPaneByName(paneNames[i])) in nnMain()
316 SetupCamera(drawInfo, *pLayout); in nnMain()
319 …for (nw::lyt::PaneList::Iterator it = pLayout->GetRootPane()->GetChildList().GetBeginIter(); it !=… in nnMain()
339 pLayout->Animate(); in nnMain()
340 pLayout->CalculateMtx(drawInfo); in nnMain()
342 curPos = GetCursorPosition(pLayout); in nnMain()
344 ApplyCursorPosition(pLayout, curPos); in nnMain()
354 pHitPane = nw::lyt::FindHitPane(pLayout, curPos); in nnMain()
357 drawer.Draw(pLayout, drawInfo); in nnMain()
369 delete pLayout; in nnMain()