Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoFont.c102 static void UpdateScale(DEMOFontFontData* pFont, f32 scaleX, f32 scaleY);
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() local
227 DEMOAssert(pFont->pCharDataBuffer && in DEMOFontPuts()
233 offsetX = (s32)(column * pFont->gridOffsetX); in DEMOFontPuts()
234 offsetY = -(s32)((line + 1) * pFont->gridOffsetY); in DEMOFontPuts()
237 SetFontTexture(&s_Shader, pFont); in DEMOFontPuts()
[all …]