Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h1379 static stbtt_uint16 ttUSHORT(STBTT_STREAM_TYPE s, stbtt_uint32 offset) in ttUSHORT() function
1410 static stbtt_uint16 ttUSHORT(const stbtt_uint8 * p, stbtt_uint32 offset) in ttUSHORT() function
1460 stbtt_int32 num_tables = ttUSHORT(data, fontstart + 4); in stbtt__find_table()
1649 info->numGlyphs = ttUSHORT(data, t + 4);
1658 numTables = ttUSHORT(data, cmap + 2);
1663 switch(ttUSHORT(data, encoding_record)) {
1665 switch(ttUSHORT(data, encoding_record + 2)) {
1683 info->indexToLocFormat = ttUSHORT(data, info->head + 50);
1696 stbtt_uint16 format = ttUSHORT(data, index_map + 0);
1698 stbtt_int32 bytes = ttUSHORT(data, index_map + 2);
[all …]