Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h1473 stbtt_uint16 numOfLongHorMetrics = ttUSHORT(info->data+info->hhea + 34); in stbtt_GetGlyphHMetrics() local
1474 if (glyph_index < numOfLongHorMetrics) { in stbtt_GetGlyphHMetrics()
1478 …(advanceWidth) *advanceWidth = ttSHORT(info->data + info->hmtx + 4*(numOfLongHorMetrics-1)); in stbtt_GetGlyphHMetrics()
1479 …eBearing = ttSHORT(info->data + info->hmtx + 4*numOfLongHorMetrics + 2*(glyph_index - numOfLongHor… in stbtt_GetGlyphHMetrics()