Lines Matching refs:lyt
116 SetupCamera(nw::lyt::DrawInfo& drawInfo, const nw::lyt::Layout& layout) in SetupCamera()
155 GetCursorPosition(nw::lyt::Layout* pLayout) in GetCursorPosition()
182 ApplyCursorPosition(nw::lyt::Layout* pLayout, const nw::math::VEC2& curPos) in ApplyCursorPosition()
184 nw::lyt::Pane* pCrossBar = pLayout->GetRootPane()->FindPaneByName("CrossBar", true); in ApplyCursorPosition()
202 nw::lyt::Initialize(&demoApp.GetAllocator(), &demoApp.GetDeviceAllocator()); in nnMain()
204 nw::lyt::Layout* pLayout = new nw::lyt::Layout(); in nnMain()
216 nw::lyt::ArcResourceAccessor* pResAccessor = new nw::lyt::ArcResourceAccessor; in nnMain()
241 nw::lyt::AnimTransform* pAnimTrans[ANIMTYPE_MAX]; in nnMain()
253 if (nw::lyt::Pane* pPane = pLayout->GetRootPane()->FindPaneByName(paneNames[i])) in nnMain()
266 nw::lyt::GraphicsResource graphicsResource; in nnMain()
288 nw::lyt::DrawInfo drawInfo; in nnMain()
294 nw::lyt::Drawer drawer; in nnMain()
297 nw::lyt::Pane* pHitPane = 0; in nnMain()
317 …for (nw::lyt::PaneList::Iterator it = pLayout->GetRootPane()->GetChildList().GetBeginIter(); it !=… in nnMain()
352 pHitPane = nw::lyt::FindHitPane(pLayout, curPos); in nnMain()