Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dstb_truetype.h1105 stbtt_uint32 endCount = index_map + 14; in stbtt_FindGlyphIndex() local
1106 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()