Searched refs:segcount (Results 1 – 1 of 1) sorted by relevance
1099 stbtt_uint16 segcount = ttUSHORT(data+index_map+6) >> 1; in stbtt_FindGlyphIndex() local1133 start = ttUSHORT(data + index_map + 14 + segcount*2 + 2 + 2*item); in stbtt_FindGlyphIndex()1137 offset = ttUSHORT(data + index_map + 14 + segcount*6 + 2 + 2*item); in stbtt_FindGlyphIndex()1139 …return (stbtt_uint16) (unicode_codepoint + ttSHORT(data + index_map + 14 + segcount*4 + 2 + 2*item… in stbtt_FindGlyphIndex()1141 …return ttUSHORT(data + offset + (unicode_codepoint-start)*2 + index_map + 14 + segcount*6 + 2 + 2*… in stbtt_FindGlyphIndex()