Searched refs:pFontHeader (Results 1 – 1 of 1) sorted by relevance
105 const u32* pFontHeader,414 const u32* pFontHeader, in GetFontCharData() argument424 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()