Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/lib/demo/
DdemoFont.c74 u8* pFontImageData; member
107 const u8* pFontImageData);
416 const u8* pFontImageData) in GetFontCharData() argument
425 pFontImageData != NULL && "No texture data.\n"); in GetFontCharData()
499 pFont->pFontImageData = (u8*)pFontImageData; in GetFontCharData()
523 GX2NotifyMemAlloc(pFont->pFontImageData, width*height, 32); in InitFontTexture()
527 pFont->pFontImageData); // src in InitFontTexture()
528 GX2NotifyMemFree(pFont->pFontImageData); in InitFontTexture()