Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h1150 stbtt_uint32 start_char = ttULONG(data+index_map+16+mid*12); in stbtt_FindGlyphIndex() local
1152 if ((stbtt_uint32) unicode_codepoint < start_char) in stbtt_FindGlyphIndex()
1159 return start_glyph + unicode_codepoint-start_char; in stbtt_FindGlyphIndex()