Searched refs:rangeShift (Results 1 – 1 of 1) sorted by relevance
1102 stbtt_uint16 rangeShift = ttUSHORT(data+index_map+12) >> 1; in stbtt_FindGlyphIndex() local1113 if (unicode_codepoint >= ttUSHORT(data + search + rangeShift*2)) in stbtt_FindGlyphIndex()1114 search += rangeShift*2; in stbtt_FindGlyphIndex()