Home
last modified time | relevance | path

Searched defs:res (Results 1 – 25 of 61) sorted by relevance

123

/lvgl-3.5.0/src/misc/
Dlv_fs.c115 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
Dlv_async.c71 lv_res_t res = LV_RES_INV; in lv_async_call_cancel() local
/lvgl-3.5.0/src/extra/libs/fsdrv/
Dlv_fs_fatfs.c116 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
Dlv_fs_win32.c111 lv_fs_res_t res; in fs_error_from_win32() local
453 lv_fs_res_t res = FindClose(handle->dir_p) in fs_dir_close() local
/lvgl-3.5.0/src/draw/
Dlv_img_decoder.c95 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
460 lv_res_t res = LV_RES_INV; in lv_img_decoder_built_in_read_line() local
516 lv_fs_res_t res; in lv_img_decoder_built_in_line_true_color() local
/lvgl-3.5.0/src/core/
Dlv_group.c249 lv_res_t res = lv_event_send(*g->obj_focus, LV_EVENT_DEFOCUSED, get_indev(g)); in lv_group_focus_obj() local
258 lv_res_t res = lv_event_send(*g->obj_focus, LV_EVENT_FOCUSED, get_indev(g)); in lv_group_focus_obj() local
322 lv_res_t res = lv_event_send(*group->obj_focus, LV_EVENT_FOCUSED, get_indev(group)); in lv_group_set_editing() local
452 lv_res_t res = lv_event_send(*group->obj_focus, LV_EVENT_DEFOCUSED, get_indev(group)); in focus_next_core() local
459 lv_res_t res = lv_event_send(*group->obj_focus, LV_EVENT_FOCUSED, get_indev(group)); in focus_next_core() local
Dlv_event.c75 lv_res_t res = event_send_core(&e); in lv_event_send() local
100 lv_res_t res = LV_RES_OK; in lv_obj_event_base() local
401 void lv_event_set_cover_res(lv_event_t * e, lv_cover_res_t res) in lv_event_set_cover_res()
438 lv_res_t res = LV_RES_OK; in event_send_core() local
Dlv_obj_scroll.c323 lv_res_t res; in lv_obj_scroll_by() local
339 lv_res_t res; in lv_obj_scroll_by() local
350 lv_res_t res; in lv_obj_scroll_by() local
422 lv_res_t res = lv_event_send(obj, LV_EVENT_SCROLL, NULL); in _lv_obj_scroll_by_raw() local
787 lv_res_t res; in scroll_area_into_view() local
Dlv_obj_tree.c360 lv_res_t res = lv_event_send(obj, LV_EVENT_DELETE, NULL); in obj_del_core() local
426 lv_obj_tree_walk_res_t res = LV_OBJ_TREE_WALK_NEXT; in walk_core() local
Dlv_event.h122 bool res; /**< true: `point` can click the object; false: it cannot*/ member
131 lv_cover_res_t res; member
/lvgl-3.5.0/src/extra/widgets/keyboard/
Dlv_keyboard.c304 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.5.0/tests/src/test_cases/
Dtest_fs.c22 lv_fs_res_t res; in test_read() local
/lvgl-3.5.0/examples/widgets/btnmatrix/
Dlv_example_btnmatrix_2.c48 lv_res_t res = lv_img_decoder_get_info(&img_star, &header); in event_cb() local
/lvgl-3.5.0/src/widgets/
Dlv_objx_templ.c127 lv_res_t res; in lv_templ_event() local
/lvgl-3.5.0/src/font/
Dlv_font_loader.c89 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.5.0/src/draw/nxp/vglite/
Dlv_draw_vglite.c398 lv_res_t res = lv_gpu_nxp_vglite_draw_bg(&rel_coords, &rel_clip_area, dsc); in lv_draw_vglite_bg() local
436 lv_res_t res = lv_gpu_nxp_vglite_draw_border_generic(&rel_coords, &rel_clip_area, dsc, true); in lv_draw_vglite_border() local
466 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.5.0/examples/scroll/
Dlv_example_scroll_6.c34 lv_sqrt_res_t res; in scroll_event_cb() local
/lvgl-3.5.0/src/extra/libs/bmp/
Dlv_bmp.c85 lv_fs_res_t res = lv_fs_open(&f, src, LV_FS_MODE_RD); in decoder_info() local
139 lv_fs_res_t res = lv_fs_open(&b.f, dsc->src, LV_FS_MODE_RD); in decoder_open() local
/lvgl-3.5.0/src/draw/sdl/
Dlv_draw_sdl_mask.c54 lv_draw_mask_res_t res; in lv_draw_sdl_mask_dump_opa() local
Dlv_draw_sdl_polygon.c113 lv_draw_mask_res_t res; in dump_masks() local
/lvgl-3.5.0/src/extra/libs/gif/
Dlv_gif.c143 lv_res_t res = lv_event_send(obj, LV_EVENT_READY, NULL); in next_frame_task_cb() local
/lvgl-3.5.0/src/extra/libs/sjpg/
Dlv_sjpg.c220 lv_fs_res_t res = lv_fs_open(&file, fn, LV_FS_MODE_RD); in decoder_info() local
251 lv_fs_res_t res = lv_fs_open(&file, fn, LV_FS_MODE_RD); in decoder_info() local
513 lv_fs_res_t res = lv_fs_open(&lv_file, fn, LV_FS_MODE_RD); in decoder_open() local
612 lv_fs_res_t res = lv_fs_open(&lv_file, fn, LV_FS_MODE_RD); in decoder_open() local
/lvgl-3.5.0/src/extra/widgets/span/
Dlv_span.c650 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.5.0/demos/stress/
Dlv_demo_stress.c67 lv_res_t res = lv_mem_test(); in obj_test_task_cb() local
/lvgl-3.5.0/src/extra/widgets/led/
Dlv_led.c162 lv_res_t res; in lv_led_event() local

123