Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/libs/tiny_ttf/
Dlv_tiny_ttf.c60 #define STBTT_STREAM_READ(s, x, y) ttf_cb_stream_read(s, x, y); macro
Dstb_truetype_htcw.h451 #define STBTT_STREAM_READ(s,x,y) fread(x,1,y,s); macro
1195 STBTT_STREAM_READ(b->data, &result, 1); in stbtt__buf_get8()
1212 STBTT_STREAM_READ(b->data, &result, 1); in stbtt__buf_peek8()
1375 STBTT_STREAM_READ(s, &r, 1); in ttBYTE()
1383 STBTT_STREAM_READ(s, &r, 2); in ttUSHORT()
1390 STBTT_STREAM_READ(s, &r, 2); in ttSHORT()
1397 STBTT_STREAM_READ(s, &r, 4); in ttULONG()
1404 STBTT_STREAM_READ(s, &r, 4); in ttLONG()
1440 STBTT_STREAM_READ(stream, font, 4); in stbtt__isfont()
1468 STBTT_STREAM_READ(data, buf, 4); in stbtt__find_table()
[all …]