Searched refs:STBTT_STREAM_SEEK (Results 1 – 2 of 2) sorted by relevance
/lvgl-3.6.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 | 453 #define STBTT_STREAM_SEEK(s,x) fseek(s,x,SEEK_SET); macro 1200 STBTT_STREAM_SEEK(b->data, pos); in stbtt__buf_get8() 1217 STBTT_STREAM_SEEK(b->data, pos); in stbtt__buf_peek8() 1381 STBTT_STREAM_SEEK(s, offset); in ttBYTE() 1389 STBTT_STREAM_SEEK(s, offset); in ttUSHORT() 1396 STBTT_STREAM_SEEK(s, offset); in ttSHORT() 1403 STBTT_STREAM_SEEK(s, offset); in ttULONG() 1410 STBTT_STREAM_SEEK(s, offset); in ttLONG() 1447 STBTT_STREAM_SEEK(stream, offs); in stbtt__isfont() 1475 STBTT_STREAM_SEEK(data, loc + 0); in stbtt__find_table() [all …]
|