Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/lib/demo/
DdemoFont.c79 } FontData_t; typedef
85 static FontData_t s_FontP, s_FontF;
101 static FontData_t* GetCurrentFont(void);
103 static void SetFontTexture(DEMOGfxShader* pShader, FontData_t* pFont);
104 static void GetFontCharData(FontData_t* pFont,
108 static void InitFontTexture(DEMOGfxShader* pShader, FontData_t* pFont);
110 static u32 BSearchIndex(FontData_t* pFont, u32 id);
213 FontData_t* pFont = GetCurrentFont(); in DEMOFontPuts()
378 FontData_t* pFont = GetCurrentFont(); in DEMOFontGetCharSize()
389 static FontData_t* GetCurrentFont(void) in GetCurrentFont()
[all …]