Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h640 int numGlyphs; // number of glyphs, needed for range checking member
1042 info->numGlyphs = ttUSHORT(data+t+4); in stbtt_InitFont()
1044 info->numGlyphs = 0xffff; in stbtt_InitFont()
1189 if (glyph_index >= info->numGlyphs) return -1; // glyph index out of range in stbtt__GetGlyfOffset()