Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h1100 stbtt_uint16 searchRange = ttUSHORT(data+index_map+8) >> 1; in stbtt_FindGlyphIndex() local
1120 searchRange >>= 1; in stbtt_FindGlyphIndex()
1121 end = ttUSHORT(data + search + searchRange*2); in stbtt_FindGlyphIndex()
1123 search += searchRange*2; in stbtt_FindGlyphIndex()