Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h438 typedef signed int stbtt_int32; typedef
441 typedef char stbtt__check_size32[sizeof(stbtt_int32) == 4 ? 1 : -1];
1400 static stbtt_int32 ttLONG(STBTT_STREAM_TYPE s, stbtt_uint32 offset) in ttLONG()
1422 static stbtt_int32 ttLONG(const stbtt_uint8 * p, stbtt_uint32 offset) in ttLONG()
1460 stbtt_int32 num_tables = ttUSHORT(data, fontstart + 4); in stbtt__find_table()
1462 stbtt_int32 i; in stbtt__find_table()
1499 stbtt_int32 n = ttLONG(font_collection, 8);
1570 stbtt_int32 i, numTables;
1698 stbtt_int32 bytes = ttUSHORT(data, index_map + 2);
1762 stbtt_int32 low, high;
[all …]