Searched refs:endCount (Results 1 – 1 of 1) sorted by relevance
1105 stbtt_uint32 endCount = index_map + 14; in stbtt_FindGlyphIndex() local1106 stbtt_uint32 search = endCount; in stbtt_FindGlyphIndex()1130 stbtt_uint16 item = (stbtt_uint16) ((search - endCount) >> 1); in stbtt_FindGlyphIndex()1132 STBTT_assert(unicode_codepoint <= ttUSHORT(data + endCount + 2*item)); in stbtt_FindGlyphIndex()