Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoFont.c105 const u32* pFontHeader,
414 const u32* pFontHeader, in GetFontCharData() argument
424 DEMOAssert(pFontHeader != NULL && pCharData != NULL && in GetFontCharData()
435 pFont->fontTextureWidth = (f32)pFontHeader[0]; in GetFontCharData()
436 pFont->fontTextureHeight = (f32)pFontHeader[1]; in GetFontCharData()
437 lineHeight = (f32)pFontHeader[4]; in GetFontCharData()
438 pFont->numCharData = pFontHeader[5]; in GetFontCharData()