Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimstb_truetype.h431 typedef unsigned short stbtt_uint16; typedef
1269 static stbtt_uint16 ttUSHORT(stbtt_uint8 *p) { return p[0]*256 + p[1]; } in ttUSHORT()
1466 stbtt_uint16 format = ttUSHORT(data + index_map + 0); in stbtt_FindGlyphIndex()
1482 stbtt_uint16 segcount = ttUSHORT(data+index_map+6) >> 1; in stbtt_FindGlyphIndex()
1483 stbtt_uint16 searchRange = ttUSHORT(data+index_map+8) >> 1; in stbtt_FindGlyphIndex()
1484 stbtt_uint16 entrySelector = ttUSHORT(data+index_map+10); in stbtt_FindGlyphIndex()
1485 stbtt_uint16 rangeShift = ttUSHORT(data+index_map+12) >> 1; in stbtt_FindGlyphIndex()
1502 stbtt_uint16 end; in stbtt_FindGlyphIndex()
1512 stbtt_uint16 offset, start; in stbtt_FindGlyphIndex()
1513 stbtt_uint16 item = (stbtt_uint16) ((search - endCount) >> 1); in stbtt_FindGlyphIndex()
[all …]