Lines Matching refs:lyt
118 SetupCamera(nw::lyt::DrawInfo& drawInfo, const nw::lyt::Layout& layout) in SetupCamera()
157 GetCursorPosition(nw::lyt::Layout* pLayout) in GetCursorPosition()
184 ApplyCursorPosition(nw::lyt::Layout* pLayout, const nw::math::VEC2& curPos) in ApplyCursorPosition()
186 nw::lyt::Pane* pCrossBar = pLayout->GetRootPane()->FindPaneByName("CrossBar", true); in ApplyCursorPosition()
204 nw::lyt::Initialize(&demoApp.GetAllocator(), &demoApp.GetDeviceAllocator()); in nnMain()
206 nw::lyt::Layout* pLayout = new nw::lyt::Layout(); in nnMain()
218 nw::lyt::ArcResourceAccessor* pResAccessor = new nw::lyt::ArcResourceAccessor; in nnMain()
243 nw::lyt::AnimTransform* pAnimTrans[ANIMTYPE_MAX]; in nnMain()
255 if (nw::lyt::Pane* pPane = pLayout->GetRootPane()->FindPaneByName(paneNames[i])) in nnMain()
268 nw::lyt::GraphicsResource graphicsResource; in nnMain()
290 nw::lyt::DrawInfo drawInfo; in nnMain()
296 nw::lyt::Drawer drawer; in nnMain()
299 nw::lyt::Pane* pHitPane = 0; in nnMain()
319 …for (nw::lyt::PaneList::Iterator it = pLayout->GetRootPane()->GetChildList().GetBeginIter(); it !=… in nnMain()
354 pHitPane = nw::lyt::FindHitPane(pLayout, curPos); in nnMain()