Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoFont.c62 f32 fontTextureHeight; member
436 pFont->fontTextureHeight = (f32)pFontHeader[1]; in GetFontCharData()
471 pFont->pCharDataBuffer[i].minT = (s32)(pFont->fontTextureHeight - h - y - 1); in GetFontCharData()
473 pFont->pCharDataBuffer[i].maxT = (s32)(pFont->fontTextureHeight - y - 1); in GetFontCharData()
507 u32 height=(u32)pFont->fontTextureHeight; in InitFontTexture()