Lines Matching refs:pLayout
155 GetCursorPosition(nw::lyt::Layout* pLayout) in GetCursorPosition() argument
157 const nw::ut::Rect& layoutRect = pLayout->GetLayoutRect(); in GetCursorPosition()
182 ApplyCursorPosition(nw::lyt::Layout* pLayout, const nw::math::VEC2& curPos) in ApplyCursorPosition() argument
184 nw::lyt::Pane* pCrossBar = pLayout->GetRootPane()->FindPaneByName("CrossBar", true); in ApplyCursorPosition()
204 nw::lyt::Layout* pLayout = new nw::lyt::Layout(); in nnMain() local
226 pLayout->Build(lytRes, pResAccessor); in nnMain()
245 pAnimTrans[ANIMTYPE_UNSELECT] = pLayout->CreateAnimTransform(rlanRes, pResAccessor); in nnMain()
248 pAnimTrans[ANIMTYPE_SELECT] = pLayout->CreateAnimTransform(rlanRes, pResAccessor); in nnMain()
253 if (nw::lyt::Pane* pPane = pLayout->GetRootPane()->FindPaneByName(paneNames[i])) in nnMain()
314 SetupCamera(drawInfo, *pLayout); in nnMain()
317 …for (nw::lyt::PaneList::Iterator it = pLayout->GetRootPane()->GetChildList().GetBeginIter(); it !=… in nnMain()
337 pLayout->Animate(); in nnMain()
338 pLayout->CalculateMtx(drawInfo); in nnMain()
340 curPos = GetCursorPosition(pLayout); in nnMain()
342 ApplyCursorPosition(pLayout, curPos); in nnMain()
352 pHitPane = nw::lyt::FindHitPane(pLayout, curPos); in nnMain()
355 drawer.Draw(pLayout, drawInfo); in nnMain()
367 delete pLayout; in nnMain()