Searched refs:pPic (Results 1 – 1 of 1) sorted by relevance
200 nw::lyt::Picture* pPic = new (pMemPicture) nw::lyt::Picture(textureInfo); in nnMain() local201 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() local219 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() local238 pPic->Append(textureInfo); // テクスチャの登録 in nnMain()239 pPic->SetTranslate(nw::math::VEC2(128, -64)); in nnMain()240 pLayout->GetRootPane()->AppendChild(pPic); in nnMain()