Lines Matching refs:FontData_t
79 } 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()
413 static void GetFontCharData(FontData_t* pFont, in GetFontCharData()
503 static void InitFontTexture(DEMOGfxShader* pShader, FontData_t* pFont) in InitFontTexture()
537 static void SetFontTexture(DEMOGfxShader* pShader, FontData_t* pFont) in SetFontTexture()
573 static u32 BSearchIndex(FontData_t* pFont, u32 id) in BSearchIndex()