Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h1102 stbtt_uint16 rangeShift = ttUSHORT(data+index_map+12) >> 1; in stbtt_FindGlyphIndex() local
1113 if (unicode_codepoint >= ttUSHORT(data + search + rangeShift*2)) in stbtt_FindGlyphIndex()
1114 search += rangeShift*2; in stbtt_FindGlyphIndex()