/lvgl-latest/src/misc/ |
D | lv_fs.h | 92 } lv_fs_file_t; typedef 142 lv_fs_res_t lv_fs_open(lv_fs_file_t * file_p, const char * path, lv_fs_mode_t mode); 158 lv_fs_res_t lv_fs_close(lv_fs_file_t * file_p); 168 lv_fs_res_t lv_fs_read(lv_fs_file_t * file_p, void * buf, uint32_t btr, uint32_t * br); 178 lv_fs_res_t lv_fs_write(lv_fs_file_t * file_p, const void * buf, uint32_t btw, uint32_t * bw); 187 lv_fs_res_t lv_fs_seek(lv_fs_file_t * file_p, uint32_t pos, lv_fs_whence_t whence); 195 lv_fs_res_t lv_fs_tell(lv_fs_file_t * file_p, uint32_t * pos);
|
D | lv_fs.c | 39 static lv_fs_res_t lv_fs_read_cached(lv_fs_file_t * file_p, void * buf, uint32_t btr, uint32_t * br… 40 static lv_fs_res_t lv_fs_write_cached(lv_fs_file_t * file_p, const void * buf, uint32_t btw, uint32… 41 static lv_fs_res_t lv_fs_seek_cached(lv_fs_file_t * file_p, uint32_t pos, lv_fs_whence_t whence); 76 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() 154 lv_fs_res_t lv_fs_close(lv_fs_file_t * file_p) in lv_fs_close() 186 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() 217 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() 248 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() 276 lv_fs_res_t lv_fs_tell(lv_fs_file_t * file_p, uint32_t * pos) in lv_fs_tell() 537 static lv_fs_res_t lv_fs_read_cached(lv_fs_file_t * file_p, void * buf, uint32_t btr, uint32_t * br) in lv_fs_read_cached() [all …]
|
D | lv_utils.c | 63 lv_fs_file_t file; in lv_draw_buf_save_to_file()
|
/lvgl-latest/src/libs/freetype/ |
D | lv_ftsystem.c | 34 #define STREAM_FILE( stream ) ( (lv_fs_file_t*)stream->descriptor.pointer ) 93 lv_fs_file_t file; in FT_Stream_Open() 127 lv_fs_file_t * file_p = lv_malloc(sizeof(lv_fs_file_t)); in FT_Stream_Open() 245 lv_fs_file_t * file_p = STREAM_FILE(stream); in ft_lv_fs_stream_close() 270 lv_fs_file_t * file_p; in ft_lv_fs_stream_io()
|
/lvgl-latest/tests/src/test_cases/ |
D | test_fs.c | 11 static void read_range(lv_fs_file_t * f, uint32_t from, uint32_t to); 40 lv_fs_file_t fa; in test_read() 45 lv_fs_file_t fb; in test_read() 87 static void read_range(lv_fs_file_t * f, uint32_t from, uint32_t to) in read_range() 104 static void read_next(lv_fs_file_t * f, uint32_t from, uint32_t len) in read_next() 129 lv_fs_file_t f; in read_random_drv() 190 lv_fs_file_t f; in test_write_read_random()
|
/lvgl-latest/src/font/ |
D | lv_binfont_loader.c | 20 lv_fs_file_t * fp; 65 static bit_iterator_t init_bit_iterator(lv_fs_file_t * fp); 66 static bool lvgl_load_font(lv_fs_file_t * fp, lv_font_t * font); 67 int32_t load_kern(lv_fs_file_t * fp, lv_font_fmt_txt_dsc_t * font_dsc, uint8_t format, uint32_t sta… 84 lv_fs_file_t file; in lv_binfont_create() 161 static bit_iterator_t init_bit_iterator(lv_fs_file_t * fp) in init_bit_iterator() 201 static int read_label(lv_fs_file_t * fp, int start, const char * label) in read_label() 218 static bool load_cmaps_tables(lv_fs_file_t * fp, lv_font_fmt_txt_dsc_t * font_dsc, in load_cmaps_tables() 285 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() 314 static int32_t load_glyph(lv_fs_file_t * fp, lv_font_fmt_txt_dsc_t * font_dsc, in load_glyph() [all …]
|
/lvgl-latest/src/libs/fsdrv/ |
D | lv_fs_memfs.c | 176 lv_fs_file_t * fp = (lv_fs_file_t *)file_p; in fs_seek() 209 *pos_p = ((lv_fs_file_t *)file_p)->cache->file_position; in fs_tell()
|
/lvgl-latest/src/draw/ |
D | lv_image_decoder_private.h | 88 lv_fs_file_t file;
|
/lvgl-latest/src/libs/tjpgd/ |
D | lv_tjpgd.c | 130 lv_fs_file_t * f = jd->device; in input_func() 156 lv_fs_file_t * f = lv_malloc(sizeof(lv_fs_file_t)); in decoder_open()
|
/lvgl-latest/src/libs/gif/ |
D | gifdec.h | 29 lv_fs_file_t fd;
|
/lvgl-latest/src/libs/bin_decoder/ |
D | lv_bin_decoder.c | 51 lv_fs_file_t * f; 76 static lv_fs_res_t fs_read_file_at(lv_fs_file_t * f, uint32_t pos, void * buff, uint32_t btr, uint3… 200 lv_fs_file_t * f = lv_malloc(sizeof(*f)); in lv_bin_decoder_open() 416 lv_fs_file_t * f = decoder_data->f; in lv_bin_decoder_get_area() 571 lv_fs_file_t * f = decoder_data->f; in decode_indexed() 735 lv_fs_file_t * f = decoder_data->f; in load_indexed() 786 lv_fs_file_t * f = decoder_data->f; in decode_rgb() 920 lv_fs_file_t * f = decoder_data->f; in decode_compressed() 1071 static lv_fs_res_t fs_read_file_at(lv_fs_file_t * f, uint32_t pos, void * buff, uint32_t btr, uint3… in fs_read_file_at()
|
/lvgl-latest/src/libs/ffmpeg/ |
D | lv_ffmpeg.c | 48 lv_fs_file_t lv_file; 84 static AVIOContext * ffmpeg_open_io_context(lv_fs_file_t * file); 685 lv_fs_file_t * file = ptr; in ffmpeg_lvfs_read() 697 lv_fs_file_t * file = ptr; in ffmpeg_lvfs_seek() 704 static AVIOContext * ffmpeg_open_io_context(lv_fs_file_t * file) in ffmpeg_open_io_context()
|
/lvgl-latest/src/libs/bmp/ |
D | lv_bmp.c | 29 lv_fs_file_t f;
|
/lvgl-latest/docs/details/libs/ |
D | fs.rst | 63 lv_fs_file_t file;
|
/lvgl-latest/src/others/xml/ |
D | lv_xml_component.c | 137 lv_fs_file_t f; in lv_xml_component_register_from_file()
|
/lvgl-latest/src/libs/tiny_ttf/ |
D | lv_tiny_ttf.c | 38 lv_fs_file_t * file; 56 lv_fs_file_t file;
|
/lvgl-latest/src/libs/libpng/ |
D | lv_libpng.c | 211 lv_fs_file_t f; in alloc_file()
|
/lvgl-latest/src/draw/vg_lite/ |
D | lv_vg_lite_decoder.c | 244 lv_fs_file_t file; in decoder_open_file()
|
/lvgl-latest/src/libs/libjpeg_turbo/ |
D | lv_libjpeg_turbo.c | 213 lv_fs_file_t f; in read_file()
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_util.c | 348 lv_fs_file_t file; in lv_demo_high_res_base_obj_create()
|
/lvgl-latest/docs/details/main-components/ |
D | fs.rst | 235 lv_fs_file_t f;
|
/lvgl-latest/src/libs/lodepng/ |
D | lodepng.c | 374 lv_fs_file_t f; in lodepng_filesize() 391 lv_fs_file_t f; in lodepng_buffer_file() 420 lv_fs_file_t f; in lodepng_save_file()
|