Home
last modified time | relevance | path

Searched defs:fp (Results 1 – 3 of 3) sorted by relevance

/lvgl-2.7.6/tests/
Dlv_test_main.c36 FILE * fp = fopen(path, "rb"); // only reading is supported in open_cb() local
46 FILE * fp = *((FILE **) file_p); in close_cb() local
55 FILE * fp = *((FILE **) file_p); in read_cb() local
64 FILE * fp = *((FILE **) file_p); in seek_cb() local
74 FILE * fp = *((FILE **) file_p); in tell_cb() local
Dlv_test_assert.c251 FILE *fp = fopen(file_name, "rb"); in read_png_file() local
/lvgl-2.7.6/src/lv_font/
Dlv_font_loader.c24 lv_fs_file_t * fp; member
193 static bit_iterator_t init_bit_iterator(lv_fs_file_t * fp) in init_bit_iterator()
235 static int read_label(lv_fs_file_t * fp, int start, const char * label) in read_label()
252 static bool load_cmaps_tables(lv_fs_file_t * fp, lv_font_fmt_txt_dsc_t * font_dsc, in load_cmaps_tables()
333 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()
362 static int32_t load_glyph(lv_fs_file_t * fp, lv_font_fmt_txt_dsc_t * font_dsc, in load_glyph()
491 static bool lvgl_load_font(lv_fs_file_t * fp, lv_font_t * font) in lvgl_load_font()
597 int32_t load_kern(lv_fs_file_t * fp, lv_font_fmt_txt_dsc_t * font_dsc, uint8_t format, uint32_t sta… in load_kern()