Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/lib/demo/
DdemoFont.c108 static void InitFontTexture(DEMOGfxShader* pShader, FontData_t* pFont);
128 InitFontTexture(&s_Shader, &s_FontP); in DEMOFontInit()
129 InitFontTexture(&s_Shader, &s_FontF); in DEMOFontInit()
503 static void InitFontTexture(DEMOGfxShader* pShader, FontData_t* pFont) in InitFontTexture() function