Home
last modified time | relevance | path

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

/NW4C-1.3.3/demos/lyt/simple2/sources/
Dmain.cpp198 nw::lyt::Picture* pPic = new (pMemPicture) nw::lyt::Picture(textureInfo); in nnMain() local
199 pPic->SetTranslate(nw::math::VEC2(-128, -64)); in nnMain()
200 pLayout->GetRootPane()->AppendChild(pPic); in nnMain()
216 nw::lyt::Picture *pPic = new (pMemPicture) nw::lyt::Picture(textureInfo); in nnMain() local
217 pPic->SetTranslate(nw::math::VEC2(0, -64)); in nnMain()
218 pLayout->GetRootPane()->AppendChild(pPic); in nnMain()
234 nw::lyt::Picture *pPic = new (pMemPicture) nw::lyt::Picture(1); in nnMain() local
236 pPic->Append(textureInfo); // テクスチャの登録 in nnMain()
237 pPic->SetTranslate(nw::math::VEC2(128, -64)); in nnMain()
238 pLayout->GetRootPane()->AppendChild(pPic); in nnMain()