Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/lib/demo/
DdemoFont.c465 s32 yOffset = (s32)pCharData[i*8 + 6]; in GetFontCharData() local
467 f32 charHeight = (f32)(h + yOffset); in GetFontCharData()
475 pFont->pCharDataBuffer[i].minY = (s32)(lineHeight - yOffset - h); in GetFontCharData()
477 pFont->pCharDataBuffer[i].maxY = (s32)(lineHeight - yOffset); in GetFontCharData()