Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h439 typedef signed int stbtt_int32; typedef
442 typedef char stbtt__check_size32[sizeof(stbtt_int32) == 4 ? 1 : -1];
1408 static stbtt_int32 ttLONG(STBTT_STREAM_TYPE s, stbtt_uint32 offset) in ttLONG()
1430 static stbtt_int32 ttLONG(const stbtt_uint8 * p, stbtt_uint32 offset) in ttLONG()
1468 stbtt_int32 num_tables = ttUSHORT(data, fontstart + 4); in stbtt__find_table()
1470 stbtt_int32 i; in stbtt__find_table()
1507 stbtt_int32 n = ttLONG(font_collection, 8);
1578 stbtt_int32 i, numTables;
1706 stbtt_int32 bytes = ttUSHORT(data, index_map + 2);
1770 stbtt_int32 low, high;
[all …]