Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dstb_truetype.h385 typedef unsigned short stbtt_uint16; typedef
961 #define ttUSHORT(p) (* (stbtt_uint16 *) (p))
968 static stbtt_uint16 ttUSHORT(const stbtt_uint8 *p) { return p[0]*256 + p[1]; } in ttUSHORT()
1083 stbtt_uint16 format = ttUSHORT(data + index_map + 0); in stbtt_FindGlyphIndex()
1099 stbtt_uint16 segcount = ttUSHORT(data+index_map+6) >> 1; in stbtt_FindGlyphIndex()
1100 stbtt_uint16 searchRange = ttUSHORT(data+index_map+8) >> 1; in stbtt_FindGlyphIndex()
1101 stbtt_uint16 entrySelector = ttUSHORT(data+index_map+10); in stbtt_FindGlyphIndex()
1102 stbtt_uint16 rangeShift = ttUSHORT(data+index_map+12) >> 1; in stbtt_FindGlyphIndex()
1119 stbtt_uint16 end; in stbtt_FindGlyphIndex()
1129 stbtt_uint16 offset, start; in stbtt_FindGlyphIndex()
[all …]