Searched refs:pImage (Results 1 – 4 of 4) sorted by relevance
| /NW4C-1.2.23/sources/libraries/lyt/ |
| D | lyt_Util.cpp | 218 const res::Image* pImage = 0; in LoadTexture() local 230 pImage = reinterpret_cast<const res::Image *>(pBlockHead); in LoadTexture() 235 if (pImage == NULL) in LoadTexture() 270 if (texSpec[pImage->format].final) in LoadTexture() 272 NW_WARNING(false, "unsupported texture format (%d).", pImage->format); in LoadTexture() 276 u16 width = pImage->width; in LoadTexture() 277 u16 realWidth = texSpec[pImage->format].minSize; in LoadTexture() 283 u16 height = pImage->height; in LoadTexture() 284 u16 realHeight = texSpec[pImage->format].minSize; in LoadTexture() 309 if (texSpec[pImage->format].compressed) in LoadTexture() [all …]
|
| /NW4C-1.2.23/sources/libraries/font/ |
| D | font_Font.cpp | 38 const void* pImage, in LoadTexture() argument 75 …age2D(GL_TEXTURE_2D | texLoadFlag, mipLevel, format, texWidth, texHeight, 0, format, type, pImage); in LoadTexture() 96 const void* pImage, in Set() argument 105 m_pImage = pImage == NULL ? in Set() 108 (nngxGetPhysicalAddr(reinterpret_cast<uptr>(pImage)) / 8) in Set() 110 reinterpret_cast<uptr>(pImage) in Set()
|
| D | font_ResFontBase.cpp | 526 const void *const pImage = tg.sheetImage + offsetBytes; in GenTextureNames() local 528 texObjs[i].Set(texName, this, pImage, format, tg.sheetWidth, tg.sheetHeight); in GenTextureNames()
|
| /NW4C-1.2.23/include/nw/font/ |
| D | font_Font.h | 62 const void* pImage, 420 const void* pImage,
|