Searched refs:pImage (Results 1 – 4 of 4) sorted by relevance
| /NW4C-2.0.3/sources/libraries/font/ |
| D | font_Font.cpp | 40 const void* pImage, in LoadTexture() argument 77 …age2D(GL_TEXTURE_2D | texLoadFlag, mipLevel, format, texWidth, texHeight, 0, format, type, pImage); in LoadTexture() 98 const void* pImage, in Set() argument 107 m_pImage = pImage == NULL ? in Set() 110 (nngxGetPhysicalAddr(reinterpret_cast<uptr>(pImage)) / 8) in Set() 112 reinterpret_cast<uptr>(pImage) in Set()
|
| D | font_ResFontBase.cpp | 528 const void *const pImage = tg.sheetImage + offsetBytes; in GenTextureNames() local 530 texObjs[i].Set(texName, this, pImage, format, tg.sheetWidth, tg.sheetHeight); in GenTextureNames()
|
| /NW4C-2.0.3/sources/libraries/lyt/ |
| D | lyt_TexResource.cpp | 86 res::Image* pImage = 0; in Set() local 98 pImage = reinterpret_cast<res::Image *>(pBlockHead); in Set() 103 NW_NULL_ASSERT(pImage); in Set() 104 if (pImage == NULL) in Set() 110 m_pImage = const_cast<res::Image*>(pImage); in Set()
|
| /NW4C-2.0.3/include/nw/font/ |
| D | font_Font.h | 64 const void* pImage, 422 const void* pImage,
|