Searched refs:stbtt_uint16 (Results 1 – 1 of 1) sorted by relevance
436 typedef unsigned short stbtt_uint16; typedef1387 static stbtt_uint16 ttUSHORT(STBTT_STREAM_TYPE s, stbtt_uint32 offset) in ttUSHORT()1418 static stbtt_uint16 ttUSHORT(const stbtt_uint8 * p, stbtt_uint32 offset) in ttUSHORT()1704 stbtt_uint16 format = ttUSHORT(data, index_map + 0);1723 stbtt_uint16 segcount = ttUSHORT(data, index_map + 6) >> 1;1724 stbtt_uint16 searchRange = ttUSHORT(data, index_map + 8) >> 1;1725 stbtt_uint16 entrySelector = ttUSHORT(data, index_map + 10);1726 stbtt_uint16 rangeShift = ttUSHORT(data, index_map + 12) >> 1;1743 stbtt_uint16 end;1753 stbtt_uint16 offset, start, last;[all …]