Home
last modified time | relevance | path

Searched refs:lv_fs_file_t (Results 1 – 12 of 12) sorted by relevance

/lvgl-3.7.0/src/misc/
Dlv_fs.h101 } lv_fs_file_t; typedef
155 lv_fs_res_t lv_fs_open(lv_fs_file_t * file_p, const char * path, lv_fs_mode_t mode);
162 lv_fs_res_t lv_fs_close(lv_fs_file_t * file_p);
172 lv_fs_res_t lv_fs_read(lv_fs_file_t * file_p, void * buf, uint32_t btr, uint32_t * br);
182 lv_fs_res_t lv_fs_write(lv_fs_file_t * file_p, const void * buf, uint32_t btw, uint32_t * bw);
191 lv_fs_res_t lv_fs_seek(lv_fs_file_t * file_p, uint32_t pos, lv_fs_whence_t whence);
199 lv_fs_res_t lv_fs_tell(lv_fs_file_t * file_p, uint32_t * pos);
Dlv_fs.c57 lv_fs_res_t lv_fs_open(lv_fs_file_t * file_p, const char * path, lv_fs_mode_t mode) in lv_fs_open()
105 lv_fs_res_t lv_fs_close(lv_fs_file_t * file_p) in lv_fs_close()
132 static lv_fs_res_t lv_fs_read_cached(lv_fs_file_t * file_p, char * buf, uint32_t btr, uint32_t * br) in lv_fs_read_cached()
205 lv_fs_res_t lv_fs_read(lv_fs_file_t * file_p, void * buf, uint32_t btr, uint32_t * br) in lv_fs_read()
226 lv_fs_res_t lv_fs_write(lv_fs_file_t * file_p, const void * buf, uint32_t btw, uint32_t * bw) in lv_fs_write()
245 lv_fs_res_t lv_fs_seek(lv_fs_file_t * file_p, uint32_t pos, lv_fs_whence_t whence) in lv_fs_seek()
300 lv_fs_res_t lv_fs_tell(lv_fs_file_t * file_p, uint32_t * pos) in lv_fs_tell()
/lvgl-3.7.0/src/font/
Dlv_font_loader.c21 lv_fs_file_t * fp;
66 static bit_iterator_t init_bit_iterator(lv_fs_file_t * fp);
67 static bool lvgl_load_font(lv_fs_file_t * fp, lv_font_t * font);
68 int32_t load_kern(lv_fs_file_t * fp, lv_font_fmt_txt_dsc_t * font_dsc, uint8_t format, uint32_t sta…
88 lv_fs_file_t file; in lv_font_load()
185 static bit_iterator_t init_bit_iterator(lv_fs_file_t * fp) in init_bit_iterator()
225 static int read_label(lv_fs_file_t * fp, int start, const char * label) in read_label()
242 static bool load_cmaps_tables(lv_fs_file_t * fp, lv_font_fmt_txt_dsc_t * font_dsc, in load_cmaps_tables()
309 static int32_t load_cmaps(lv_fs_file_t * fp, lv_font_fmt_txt_dsc_t * font_dsc, uint32_t cmaps_start) in load_cmaps()
338 static int32_t load_glyph(lv_fs_file_t * fp, lv_font_fmt_txt_dsc_t * font_dsc, in load_glyph()
[all …]
/lvgl-3.7.0/tests/src/test_cases/
Dtest_fs.c24 lv_fs_file_t fa; in test_read()
29 lv_fs_file_t fb; in test_read()
/lvgl-3.7.0/src/extra/libs/gif/
Dgifdec.h25 lv_fs_file_t fd;
/lvgl-3.7.0/src/extra/libs/sjpg/
Dlv_sjpg.c79 lv_fs_file_t lv_file;
218 lv_fs_file_t file; in decoder_info()
249 lv_fs_file_t file; in decoder_info()
320 lv_fs_file_t * lv_file_p = &(io->lv_file); in input_func()
509 lv_fs_file_t lv_file; in decoder_open()
607 lv_fs_file_t lv_file; in decoder_open()
793 lv_fs_file_t * lv_file_p = &(sjpeg->io.lv_file); in decoder_read_line()
/lvgl-3.7.0/src/extra/libs/bmp/
Dlv_bmp.c23 lv_fs_file_t f;
83 lv_fs_file_t f; in decoder_info()
/lvgl-3.7.0/src/extra/libs/tiny_ttf/
Dlv_tiny_ttf.c22 lv_fs_file_t * file;
67 lv_fs_file_t file;
/lvgl-3.7.0/src/draw/
Dlv_img_decoder.c26 lv_fs_file_t f;
290 lv_fs_file_t f; in lv_img_decoder_built_in_info()
333 lv_fs_file_t f; in lv_img_decoder_built_in_open()
/lvgl-3.7.0/src/extra/libs/png/
Dlv_png.c80 lv_fs_file_t f; in decoder_info()
Dlodepng.c344 lv_fs_file_t f; in lodepng_filesize()
360 lv_fs_file_t f; in lodepng_buffer_file()
385 lv_fs_file_t f; in lodepng_save_file()
/lvgl-3.7.0/docs/overview/
Dfile-system.md71 lv_fs_file_t f;