Searched refs:stream (Results 1 – 5 of 5) sorted by relevance
/lvgl-3.7.0/src/extra/libs/tiny_ttf/ |
D | lv_tiny_ttf.c | 28 static void ttf_cb_stream_read(ttf_cb_stream_t * stream, void * data, size_t to_read) in ttf_cb_stream_read() argument 30 if(stream->file != NULL) { in ttf_cb_stream_read() 32 lv_fs_read(stream->file, data, to_read, &br); in ttf_cb_stream_read() 35 if(to_read + stream->position >= stream->size) { in ttf_cb_stream_read() 36 to_read = stream->size - stream->position; in ttf_cb_stream_read() 38 lv_memcpy(data, ((const unsigned char *)stream->data + stream->position), to_read); in ttf_cb_stream_read() 39 stream->position += to_read; in ttf_cb_stream_read() 42 static void ttf_cb_stream_seek(ttf_cb_stream_t * stream, size_t position) in ttf_cb_stream_seek() argument 44 if(stream->file != NULL) { in ttf_cb_stream_seek() 45 lv_fs_seek(stream->file, position, LV_FS_SEEK_SET); in ttf_cb_stream_seek() [all …]
|
D | stb_truetype_htcw.h | 1432 static int stbtt__isfont(STBTT_STREAM_TYPE stream, stbtt_uint32 offs) in stbtt__isfont() argument 1439 STBTT_STREAM_SEEK(stream, offs); in stbtt__isfont() 1440 STBTT_STREAM_READ(stream, font, 4); in stbtt__isfont()
|
/lvgl-3.7.0/docs/libs/ |
D | ffmpeg.md | 3 [FFmpeg](https://www.ffmpeg.org/) A complete, cross-platform solution to record, convert and stream…
|
D | tiny_ttf.md | 17 allowing tiny_ttf to stream from a file. The file must remain open the
|
/lvgl-3.7.0/docs/_static/css/ |
D | fontawesome.min.css | 5 …a-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f…
|