Home
last modified time | relevance | path

Searched refs:pPic (Results 1 – 1 of 1) sorted by relevance

/NW4C-2.0.3/demos/lyt/simple2/sources/
Dmain.cpp200 nw::lyt::Picture* pPic = new (pMemPicture) nw::lyt::Picture(textureInfo); in nnMain() local
201 pPic->SetTranslate(nw::math::VEC2(-128, -64)); in nnMain()
202 pLayout->GetRootPane()->AppendChild(pPic); in nnMain()
218 nw::lyt::Picture *pPic = new (pMemPicture) nw::lyt::Picture(textureInfo); in nnMain() local
219 pPic->SetTranslate(nw::math::VEC2(0, -64)); in nnMain()
220 pLayout->GetRootPane()->AppendChild(pPic); in nnMain()
236 nw::lyt::Picture *pPic = new (pMemPicture) nw::lyt::Picture(1); in nnMain() local
238 pPic->Append(textureInfo); // テクスチャの登録 in nnMain()
239 pPic->SetTranslate(nw::math::VEC2(128, -64)); in nnMain()
240 pLayout->GetRootPane()->AppendChild(pPic); in nnMain()