Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/libs/tiny_ttf/
Dlv_tiny_ttf.c28 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 …]
Dstb_truetype_htcw.h1432 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/
Dffmpeg.md3 [FFmpeg](https://www.ffmpeg.org/) A complete, cross-platform solution to record, convert and stream
Dtiny_ttf.md17 allowing tiny_ttf to stream from a file. The file must remain open the
/lvgl-3.7.0/docs/_static/css/
Dfontawesome.min.css5 …a-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f…