Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoFont.c56 CharContainer_t* pCharDataBuffer; member
227 DEMOAssert(pFont->pCharDataBuffer && in DEMOFontPuts()
274 px1 = (u32)(pFont->pCharDataBuffer[index].minX + advanceX); in DEMOFontPuts()
275 px2 = (u32)(pFont->pCharDataBuffer[index].maxX + advanceX); in DEMOFontPuts()
276 py1 = (u32)(pFont->pCharDataBuffer[index].minY); in DEMOFontPuts()
277 py2 = (u32)(pFont->pCharDataBuffer[index].maxY); in DEMOFontPuts()
286 ps1 = (u32)pFont->pCharDataBuffer[index].minS; in DEMOFontPuts()
287 ps2 = (u32)pFont->pCharDataBuffer[index].maxS; in DEMOFontPuts()
288 pt1 = (u32)pFont->pCharDataBuffer[index].minT; in DEMOFontPuts()
289 pt2 = (u32)pFont->pCharDataBuffer[index].maxT; in DEMOFontPuts()
[all …]