Searched refs:STBTT_STREAM_SEEK (Results 1 – 2 of 2) sorted by relevance
/lvgl-3.7.0/src/extra/libs/tiny_ttf/ |
D | lv_tiny_ttf.c | 59 #define STBTT_STREAM_SEEK(s, x) ttf_cb_stream_seek(s, x); macro
|
D | stb_truetype_htcw.h | 452 #define STBTT_STREAM_SEEK(s,x) fseek(s,x,SEEK_SET); macro 1193 STBTT_STREAM_SEEK(b->data, pos); in stbtt__buf_get8() 1210 STBTT_STREAM_SEEK(b->data, pos); in stbtt__buf_peek8() 1373 STBTT_STREAM_SEEK(s, offset); in ttBYTE() 1381 STBTT_STREAM_SEEK(s, offset); in ttUSHORT() 1388 STBTT_STREAM_SEEK(s, offset); in ttSHORT() 1395 STBTT_STREAM_SEEK(s, offset); in ttULONG() 1402 STBTT_STREAM_SEEK(s, offset); in ttLONG() 1439 STBTT_STREAM_SEEK(stream, offs); in stbtt__isfont() 1467 STBTT_STREAM_SEEK(data, loc + 0); in stbtt__find_table() [all …]
|