Lines Matching refs:lyt
117 SetupCamera(nw::lyt::DrawInfo& drawInfo, const nw::lyt::Layout& layout) in SetupCamera()
154 PrintExtUserData(nw::lyt::Pane* pPane) in PrintExtUserData()
157 const nw::lyt::ExtUserData *const extUserDataAry = pPane->GetExtUserDataArray(); in PrintExtUserData()
170 case nw::lyt::EXTUSERDATATYPE_STRING: // 文字列データ in PrintExtUserData()
174 case nw::lyt::EXTUSERDATATYPE_INT: // 整数(s32)リスト in PrintExtUserData()
184 case nw::lyt::EXTUSERDATATYPE_FLOAT: // 浮動小数点(f32)リスト in PrintExtUserData()
201 const nw::lyt::ExtUserData *const pExtUserDataIntList = pPane->FindExtUserDataByName("int1"); in PrintExtUserData()
217 nw::lyt::Initialize(&demoApp.GetAllocator(), &demoApp.GetDeviceAllocator()); in nnMain()
219 nw::lyt::Layout* pLayout = new nw::lyt::Layout(); in nnMain()
231 nw::lyt::ArcResourceAccessor* pResAccessor = new nw::lyt::ArcResourceAccessor; in nnMain()
244 nw::lyt::Pane *const pExtUserDataPane = pLayout->GetRootPane()->FindPaneByName("TextBox"); in nnMain()
252 nw::lyt::GraphicsResource graphicsResource; in nnMain()
274 nw::lyt::DrawInfo drawInfo; in nnMain()
277 nw::lyt::Drawer drawer; in nnMain()