Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/lib/demo/
DdemoFont.c50 s32 xAdvance; member
303 advanceX += pFont->pCharDataBuffer[index].xAdvance; in DEMOFontPuts()
466 u32 xAdvance = pCharData[i*8 + 7]; in GetFontCharData() local
478 pFont->pCharDataBuffer[i].xAdvance = (s32)xAdvance; in GetFontCharData()
486 if(pFont->pCharDataBuffer[i].xAdvance > maxCharWidth) in GetFontCharData()
488 maxCharWidth = (f32)pFont->pCharDataBuffer[i].xAdvance; in GetFontCharData()