Lines Matching refs:lyt
119 SetupCamera(nw::lyt::DrawInfo& drawInfo, const nw::lyt::Layout& layout) in SetupCamera()
156 PrintExtUserData(nw::lyt::Pane* pPane) in PrintExtUserData()
159 const nw::lyt::ExtUserData *const extUserDataAry = pPane->GetExtUserDataArray(); in PrintExtUserData()
172 case nw::lyt::EXTUSERDATATYPE_STRING: // 文字列データ in PrintExtUserData()
176 case nw::lyt::EXTUSERDATATYPE_INT: // 整数(s32)リスト in PrintExtUserData()
186 case nw::lyt::EXTUSERDATATYPE_FLOAT: // 浮動小数点(f32)リスト in PrintExtUserData()
203 const nw::lyt::ExtUserData *const pExtUserDataIntList = pPane->FindExtUserDataByName("int1"); in PrintExtUserData()
219 nw::lyt::Initialize(&demoApp.GetAllocator(), &demoApp.GetDeviceAllocator()); in nnMain()
221 nw::lyt::Layout* pLayout = new nw::lyt::Layout(); in nnMain()
233 nw::lyt::ArcResourceAccessor* pResAccessor = new nw::lyt::ArcResourceAccessor; in nnMain()
246 nw::lyt::Pane *const pExtUserDataPane = pLayout->GetRootPane()->FindPaneByName("TextBox"); in nnMain()
254 nw::lyt::GraphicsResource graphicsResource; in nnMain()
276 nw::lyt::DrawInfo drawInfo; in nnMain()
279 nw::lyt::Drawer drawer; in nnMain()