Home
last modified time | relevance | path

Searched defs:pFont (Results 1 – 1 of 1) sorted by relevance

/CafeSDK-2.12.13/system/src/lib/demo/
DdemoFont.c213 FontData_t* pFont = GetCurrentFont(); in DEMOFontPuts() local
378 FontData_t* pFont = GetCurrentFont(); in DEMOFontGetCharSize() local
402 static void UpdateScale(DEMOFontFontData* pFont, f32 scaleX, f32 scaleY) in UpdateScale()
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()