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