Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoFont.c464 s32 xOffset = (s32)pCharData[i*8 + 5] + 3; in GetFontCharData() local
474 pFont->pCharDataBuffer[i].minX = (s32)xOffset; in GetFontCharData()
476 pFont->pCharDataBuffer[i].maxX = (s32)(xOffset + w); in GetFontCharData()