/lvgl-3.7.0/src/misc/ |
D | lv_fs.c | 115 lv_fs_res_t res = file_p->drv->close_cb(file_p->drv, file_p->file_d); in lv_fs_close() local 134 lv_fs_res_t res = LV_FS_RES_OK; in lv_fs_read_cached() local 212 lv_fs_res_t res; in lv_fs_read() local 239 lv_fs_res_t res = file_p->drv->write_cb(file_p->drv, file_p->file_d, buf, btw, &bw_tmp); in lv_fs_write() local 255 lv_fs_res_t res = LV_FS_RES_OK; in lv_fs_seek() local 312 lv_fs_res_t res; in lv_fs_tell() local 370 lv_fs_res_t res = rddir_p->drv->dir_read_cb(rddir_p->drv, rddir_p->dir_d, fn); in lv_fs_dir_read() local 385 lv_fs_res_t res = rddir_p->drv->dir_close_cb(rddir_p->drv, rddir_p->dir_d); in lv_fs_dir_close() local
|
D | lv_async.c | 71 lv_res_t res = LV_RES_INV; in lv_async_call_cancel() local
|
/lvgl-3.7.0/src/extra/libs/fsdrv/ |
D | lv_fs_fatfs.c | 116 FRESULT res = f_open(f, path, flags); in fs_open() local 154 FRESULT res = f_read(file_p, buf, btr, (UINT *)br); in fs_read() local 171 FRESULT res = f_write(file_p, buf, btw, (UINT *)bw); in fs_write() local 231 FRESULT res = f_opendir(d, path); in fs_dir_open() local 250 FRESULT res; in fs_dir_read() local
|
D | lv_fs_win32.c | 110 lv_fs_res_t res; in fs_error_from_win32() local 452 lv_fs_res_t res = FindClose(handle->dir_p) in fs_dir_close() local
|
/lvgl-3.7.0/src/draw/ |
D | lv_img_decoder.c | 95 lv_res_t res = LV_RES_INV; in lv_img_decoder_get_info() local 136 lv_res_t res = LV_RES_INV; in lv_img_decoder_open() local 178 lv_res_t res = LV_RES_INV; in lv_img_decoder_read_line() local 291 lv_fs_res_t res = lv_fs_open(&f, src, LV_FS_MODE_RD); in lv_img_decoder_built_in_info() local 334 lv_fs_res_t res = lv_fs_open(&f, dsc->src, LV_FS_MODE_RD); in lv_img_decoder_built_in_open() local 380 lv_fs_res_t res = lv_fs_read(&user_data->f, fs_buf, len, NULL); in lv_img_decoder_built_in_open() local 485 lv_res_t res = LV_RES_INV; in lv_img_decoder_built_in_read_line() local 541 lv_fs_res_t res; in lv_img_decoder_built_in_line_true_color() local
|
/lvgl-3.7.0/src/core/ |
D | lv_group.c | 250 lv_res_t res = lv_event_send(*g->obj_focus, LV_EVENT_DEFOCUSED, get_indev(g)); in lv_group_focus_obj() local 259 lv_res_t res = lv_event_send(*g->obj_focus, LV_EVENT_FOCUSED, get_indev(g)); in lv_group_focus_obj() local 323 lv_res_t res = lv_event_send(*group->obj_focus, LV_EVENT_FOCUSED, get_indev(group)); in lv_group_set_editing() local 453 lv_res_t res = lv_event_send(*group->obj_focus, LV_EVENT_DEFOCUSED, get_indev(group)); in focus_next_core() local 460 lv_res_t res = lv_event_send(*group->obj_focus, LV_EVENT_FOCUSED, get_indev(group)); in focus_next_core() local
|
D | lv_event.c | 74 lv_res_t res = event_send_core(&e); in lv_event_send() local 98 lv_res_t res = LV_RES_OK; in lv_obj_event_base() local 395 void lv_event_set_cover_res(lv_event_t * e, lv_cover_res_t res) in lv_event_set_cover_res() 432 lv_res_t res = LV_RES_OK; in event_send_core() local
|
D | lv_obj_scroll.c | 322 lv_res_t res; in lv_obj_scroll_by() local 338 lv_res_t res; in lv_obj_scroll_by() local 349 lv_res_t res; in lv_obj_scroll_by() local 421 lv_res_t res = lv_event_send(obj, LV_EVENT_SCROLL, NULL); in _lv_obj_scroll_by_raw() local 783 lv_res_t res; in scroll_area_into_view() local
|
D | lv_obj_tree.c | 354 lv_res_t res = lv_event_send(obj, LV_EVENT_DELETE, NULL); in obj_del_core() local 421 lv_obj_tree_walk_res_t res = LV_OBJ_TREE_WALK_NEXT; in walk_core() local
|
D | lv_event.h | 121 bool res; /**< true: `point` can click the object; false: it cannot*/ member 130 lv_cover_res_t res; member
|
/lvgl-3.7.0/src/extra/widgets/keyboard/ |
D | lv_keyboard.c | 304 lv_res_t res = lv_event_send(obj, LV_EVENT_CANCEL, NULL); in lv_keyboard_def_event_cb() local 314 lv_res_t res = lv_event_send(obj, LV_EVENT_READY, NULL); in lv_keyboard_def_event_cb() local 330 lv_res_t res = lv_event_send(keyboard->ta, LV_EVENT_READY, NULL); in lv_keyboard_def_event_cb() local
|
/lvgl-3.7.0/tests/src/test_cases/ |
D | test_fs.c | 21 lv_fs_res_t res; in test_read() local
|
/lvgl-3.7.0/examples/widgets/btnmatrix/ |
D | lv_example_btnmatrix_2.c | 47 lv_res_t res = lv_img_decoder_get_info(&img_star, &header); in event_cb() local
|
/lvgl-3.7.0/src/widgets/ |
D | lv_objx_templ.c | 127 lv_res_t res; in lv_templ_event() local
|
/lvgl-3.7.0/src/font/ |
D | lv_font_loader.c | 89 lv_fs_res_t res = lv_fs_open(&file, font_name, LV_FS_MODE_RD); in lv_font_load() local 194 static unsigned int read_bits(bit_iterator_t * it, int n_bits, lv_fs_res_t * res) in read_bits() 216 static int read_bits_signed(bit_iterator_t * it, int n_bits, lv_fs_res_t * res) in read_bits_signed() 250 lv_fs_res_t res = lv_fs_seek(fp, cmaps_start + cmap_table[i].data_offset, LV_FS_SEEK_SET); in load_cmaps_tables() local 358 lv_fs_res_t res = lv_fs_seek(fp, start + glyph_offset[i], LV_FS_SEEK_SET); in load_glyph() local 424 lv_fs_res_t res = lv_fs_seek(fp, start + glyph_offset[i], LV_FS_SEEK_SET); in load_glyph() local
|
/lvgl-3.7.0/examples/scroll/ |
D | lv_example_scroll_6.c | 34 lv_sqrt_res_t res; in scroll_event_cb() local
|
/lvgl-3.7.0/src/extra/libs/bmp/ |
D | lv_bmp.c | 84 lv_fs_res_t res = lv_fs_open(&f, src, LV_FS_MODE_RD); in decoder_info() local 137 lv_fs_res_t res = lv_fs_open(&b.f, dsc->src, LV_FS_MODE_RD); in decoder_open() local
|
/lvgl-3.7.0/src/draw/sdl/ |
D | lv_draw_sdl_mask.c | 54 lv_draw_mask_res_t res; in lv_draw_sdl_mask_dump_opa() local
|
D | lv_draw_sdl_polygon.c | 119 lv_draw_mask_res_t res; in dump_masks() local
|
/lvgl-3.7.0/src/draw/nxp/vglite/ |
D | lv_draw_vglite.c | 437 lv_res_t res = lv_gpu_nxp_vglite_draw_bg(&rel_coords, &rel_clip_area, dsc); in lv_draw_vglite_bg() local 478 lv_res_t res = lv_gpu_nxp_vglite_draw_border_generic(&rel_coords, &rel_clip_area, dsc, true); in lv_draw_vglite_border() local 511 lv_res_t res = lv_gpu_nxp_vglite_draw_border_generic(&rel_coords, &rel_clip_area, dsc, false); in lv_draw_vglite_outline() local
|
/lvgl-3.7.0/src/extra/libs/gif/ |
D | lv_gif.c | 142 lv_res_t res = lv_event_send(obj, LV_EVENT_READY, NULL); in next_frame_task_cb() local
|
/lvgl-3.7.0/src/extra/libs/sjpg/ |
D | lv_sjpg.c | 219 lv_fs_res_t res = lv_fs_open(&file, fn, LV_FS_MODE_RD); in decoder_info() local 250 lv_fs_res_t res = lv_fs_open(&file, fn, LV_FS_MODE_RD); in decoder_info() local 510 lv_fs_res_t res = lv_fs_open(&lv_file, fn, LV_FS_MODE_RD); in decoder_open() local 608 lv_fs_res_t res = lv_fs_open(&lv_file, fn, LV_FS_MODE_RD); in decoder_open() local
|
/lvgl-3.7.0/src/extra/widgets/span/ |
D | lv_span.c | 650 lv_res_t res = lv_style_get_prop(&span->style, LV_STYLE_TEXT_FONT, &value); in lv_span_get_style_text_font() local 664 lv_res_t res = lv_style_get_prop(&span->style, LV_STYLE_TEXT_LETTER_SPACE, &value); in lv_span_get_style_text_letter_space() local 677 lv_res_t res = lv_style_get_prop(&span->style, LV_STYLE_TEXT_COLOR, &value); in lv_span_get_style_text_color() local 688 lv_res_t res = lv_style_get_prop(&span->style, LV_STYLE_TEXT_OPA, &value); in lv_span_get_style_text_opa() local 702 lv_res_t res = lv_style_get_prop(&span->style, LV_STYLE_BLEND_MODE, &value); in lv_span_get_style_text_blend_mode() local 716 lv_res_t res = lv_style_get_prop(&span->style, LV_STYLE_TEXT_DECOR, &value); in lv_span_get_style_text_decor() local
|
/lvgl-3.7.0/src/extra/widgets/led/ |
D | lv_led.c | 162 lv_res_t res; in lv_led_event() local
|
/lvgl-3.7.0/demos/stress/ |
D | lv_demo_stress.c | 82 lv_res_t res = lv_mem_test(); in obj_test_timer_cb() local
|