/lvgl-3.4.0/src/draw/ |
D | lv_img_decoder.h | 54 typedef lv_res_t (*lv_img_decoder_info_f_t)(struct _lv_img_decoder_t * decoder, const void * src, 62 typedef lv_res_t (*lv_img_decoder_open_f_t)(struct _lv_img_decoder_t * decoder, struct _lv_img_deco… 75 typedef lv_res_t (*lv_img_decoder_read_line_f_t)(struct _lv_img_decoder_t * decoder, struct _lv_img… 153 lv_res_t lv_img_decoder_get_info(const void * src, lv_img_header_t * header); 168 lv_res_t lv_img_decoder_open(lv_img_decoder_dsc_t * dsc, const void * src, lv_color_t color, int32_… 179 lv_res_t lv_img_decoder_read_line(lv_img_decoder_dsc_t * dsc, lv_coord_t x, lv_coord_t y, lv_coord_… 235 lv_res_t lv_img_decoder_built_in_info(lv_img_decoder_t * decoder, const void * src, lv_img_header_t… 243 lv_res_t lv_img_decoder_built_in_open(lv_img_decoder_t * decoder, lv_img_decoder_dsc_t * dsc); 256 lv_res_t lv_img_decoder_built_in_read_line(lv_img_decoder_t * decoder, lv_img_decoder_dsc_t * dsc, …
|
D | lv_img_decoder.c | 34 static lv_res_t lv_img_decoder_built_in_line_true_color(lv_img_decoder_dsc_t * dsc, lv_coord_t x, l… 36 static lv_res_t lv_img_decoder_built_in_line_alpha(lv_img_decoder_dsc_t * dsc, lv_coord_t x, lv_coo… 38 static lv_res_t lv_img_decoder_built_in_line_indexed(lv_img_decoder_dsc_t * dsc, lv_coord_t x, lv_c… 83 lv_res_t lv_img_decoder_get_info(const void * src, lv_img_header_t * header) in lv_img_decoder_get_info() 95 lv_res_t res = LV_RES_INV; in lv_img_decoder_get_info() 107 lv_res_t lv_img_decoder_open(lv_img_decoder_dsc_t * dsc, const void * src, lv_color_t color, int32_… in lv_img_decoder_open() 136 lv_res_t res = LV_RES_INV; in lv_img_decoder_open() 176 lv_res_t lv_img_decoder_read_line(lv_img_decoder_dsc_t * dsc, lv_coord_t x, lv_coord_t y, lv_coord_… in lv_img_decoder_read_line() 178 lv_res_t res = LV_RES_INV; in lv_img_decoder_read_line() 273 lv_res_t lv_img_decoder_built_in_info(lv_img_decoder_t * decoder, const void * src, lv_img_header_t… in lv_img_decoder_built_in_info() [all …]
|
D | lv_draw_img.c | 28 LV_ATTRIBUTE_FAST_MEM static lv_res_t decode_and_draw(lv_draw_ctx_t * draw_ctx, const lv_draw_img_d… 72 lv_res_t res; in lv_draw_img() 230 LV_ATTRIBUTE_FAST_MEM static lv_res_t decode_and_draw(lv_draw_ctx_t * draw_ctx, const lv_draw_img_d… in decode_and_draw() 304 lv_res_t read_res; in decode_and_draw()
|
D | lv_draw.h | 69 lv_res_t (*draw_img)(struct _lv_draw_ctx_t * draw_ctx, const lv_draw_img_dsc_t * draw_dsc,
|
/lvgl-3.4.0/src/extra/libs/bmp/ |
D | lv_bmp.c | 34 static lv_res_t decoder_info(lv_img_decoder_t * decoder, const void * src, lv_img_header_t * header… 35 static lv_res_t decoder_open(lv_img_decoder_t * dec, lv_img_decoder_dsc_t * dsc); 38 static lv_res_t decoder_read_line(lv_img_decoder_t * decoder, lv_img_decoder_dsc_t * dsc, 73 static lv_res_t decoder_info(lv_img_decoder_t * decoder, const void * src, lv_img_header_t * header) in decoder_info() 124 static lv_res_t decoder_open(lv_img_decoder_t * decoder, lv_img_decoder_dsc_t * dsc) in decoder_open() 192 static lv_res_t decoder_read_line(lv_img_decoder_t * decoder, lv_img_decoder_dsc_t * dsc, in decoder_read_line()
|
/lvgl-3.4.0/src/draw/nxp_pxp/ |
D | lv_gpu_nxp_pxp.h | 92 lv_res_t (*pxp_interrupt_init)(void); 119 lv_res_t lv_gpu_nxp_pxp_init(lv_nxp_pxp_cfg_t * cfg);
|
D | lv_gpu_nxp_pxp_osa.c | 58 static lv_res_t _lv_gpu_nxp_pxp_interrupt_init(void); 108 static lv_res_t _lv_gpu_nxp_pxp_interrupt_init(void) in _lv_gpu_nxp_pxp_interrupt_init()
|
/lvgl-3.4.0/src/draw/nxp_vglite/ |
D | lv_gpu_nxp_vglite.h | 128 lv_res_t lv_gpu_nxp_vglite_fill(lv_color_t * dest_buf, lv_coord_t dest_width, lv_coord_t dest_heigh… 137 lv_res_t lv_gpu_nxp_vglite_blit(lv_gpu_nxp_vglite_blit_info_t * blit);
|
D | lv_gpu_nxp_vglite.c | 100 static lv_res_t _init_vg_buf(vg_lite_buffer_t * dst, uint32_t width, uint32_t height, uint32_t stri… 103 static lv_res_t _lv_gpu_nxp_vglite_blit_single(lv_gpu_nxp_vglite_blit_info_t * blit); 112 static lv_res_t _lv_gpu_nxp_vglite_check_blit(lv_gpu_nxp_vglite_blit_info_t * blit); 146 lv_res_t lv_gpu_nxp_vglite_fill(lv_color_t * dest_buf, lv_coord_t dest_width, lv_coord_t dest_heigh… in lv_gpu_nxp_vglite_fill() 267 lv_res_t lv_gpu_nxp_vglite_blit(lv_gpu_nxp_vglite_blit_info_t * blit) in lv_gpu_nxp_vglite_blit() 271 lv_res_t rv = LV_RES_INV; in lv_gpu_nxp_vglite_blit() 445 static lv_res_t _lv_gpu_nxp_vglite_blit_single(lv_gpu_nxp_vglite_blit_info_t * blit) in _lv_gpu_nxp_vglite_blit_single() 539 static lv_res_t _init_vg_buf(vg_lite_buffer_t * dst, uint32_t width, uint32_t height, uint32_t stri… in _init_vg_buf() 623 static lv_res_t _lv_gpu_nxp_vglite_check_blit(lv_gpu_nxp_vglite_blit_info_t * blit) in _lv_gpu_nxp_vglite_check_blit()
|
/lvgl-3.4.0/src/draw/sw/ |
D | lv_draw_sw_gradient.c | 47 typedef lv_res_t (*op_cache_t)(lv_grad_t * c, void * ctx); 48 static lv_res_t iterate_cache(op_cache_t func, void * ctx, lv_grad_t ** out); 51 static lv_res_t find_oldest_item_life(lv_grad_t * c, void * ctx); 52 static lv_res_t kill_oldest_item(lv_grad_t * c, void * ctx); 53 static lv_res_t find_item(lv_grad_t * c, void * ctx); 106 static lv_res_t iterate_cache(op_cache_t func, void * ctx, lv_grad_t ** out) in iterate_cache() 119 static lv_res_t find_oldest_item_life(lv_grad_t * c, void * ctx) in find_oldest_item_life() 149 static lv_res_t kill_oldest_item(lv_grad_t * c, void * ctx) in kill_oldest_item() 160 static lv_res_t find_item(lv_grad_t * c, void * ctx) in find_item()
|
/lvgl-3.4.0/src/extra/libs/png/ |
D | lv_png.c | 27 static lv_res_t decoder_info(struct _lv_img_decoder_t * decoder, const void * src, lv_img_header_t … 28 static lv_res_t decoder_open(lv_img_decoder_t * dec, lv_img_decoder_dsc_t * dsc); 65 static lv_res_t decoder_info(struct _lv_img_decoder_t * decoder, const void * src, lv_img_header_t … in decoder_info() 120 static lv_res_t decoder_open(lv_img_decoder_t * decoder, lv_img_decoder_dsc_t * dsc) in decoder_open()
|
/lvgl-3.4.0/src/core/ |
D | lv_group.c | 244 lv_res_t res = lv_event_send(*g->obj_focus, LV_EVENT_DEFOCUSED, get_indev(g)); in lv_group_focus_obj() 253 lv_res_t res = lv_event_send(*g->obj_focus, LV_EVENT_FOCUSED, get_indev(g)); in lv_group_focus_obj() 278 lv_res_t lv_group_send_data(lv_group_t * group, uint32_t c) in lv_group_send_data() 301 lv_res_t res = lv_event_send(*group->obj_focus, LV_EVENT_FOCUSED, get_indev(group)); in lv_group_set_editing() 424 lv_res_t res = lv_event_send(*group->obj_focus, LV_EVENT_DEFOCUSED, get_indev(group)); in focus_next_core() 431 lv_res_t res = lv_event_send(*group->obj_focus, LV_EVENT_FOCUSED, get_indev(group)); in focus_next_core()
|
D | lv_event.c | 30 static lv_res_t event_send_core(lv_event_t * e); 52 lv_res_t lv_event_send(lv_obj_t * obj, lv_event_code_t event_code, void * param) in lv_event_send() 75 lv_res_t res = event_send_core(&e); in lv_event_send() 84 lv_res_t lv_obj_event_base(const lv_obj_class_t * class_p, lv_event_t * e) in lv_obj_event_base() 100 lv_res_t res = LV_RES_OK; in lv_obj_event_base() 426 static lv_res_t event_send_core(lv_event_t * e) in event_send_core() 438 lv_res_t res = LV_RES_OK; in event_send_core()
|
D | lv_event.h | 146 lv_res_t lv_event_send(struct _lv_obj_t * obj, lv_event_code_t event_code, void * param); 154 lv_res_t lv_obj_event_base(const lv_obj_class_t * class_p, lv_event_t * e);
|
/lvgl-3.4.0/src/misc/ |
D | lv_async.h | 44 lv_res_t lv_async_call(lv_async_cb_t async_xcb, void * user_data);
|
D | lv_async.c | 45 lv_res_t lv_async_call(lv_async_cb_t async_xcb, void * user_data) in lv_async_call()
|
D | lv_types.h | 47 typedef uint8_t lv_res_t; typedef
|
/lvgl-3.4.0/src/extra/libs/qrcode/ |
D | lv_qrcode.h | 50 lv_res_t lv_qrcode_update(lv_obj_t * qrcode, const void * data, uint32_t data_len);
|
/lvgl-3.4.0/src/extra/others/snapshot/ |
D | lv_snapshot.h | 72 lv_res_t lv_snapshot_take_to_buf(lv_obj_t * obj, lv_img_cf_t cf, lv_img_dsc_t * dsc, void * buf, ui…
|
/lvgl-3.4.0/src/extra/libs/ffmpeg/ |
D | lv_ffmpeg.h | 74 lv_res_t lv_ffmpeg_player_set_src(lv_obj_t * obj, const char * path);
|
D | lv_ffmpeg.c | 72 static lv_res_t decoder_info(lv_img_decoder_t * decoder, const void * src, lv_img_header_t * header… 73 static lv_res_t decoder_open(lv_img_decoder_t * dec, lv_img_decoder_dsc_t * dsc); 146 lv_res_t lv_ffmpeg_player_set_src(lv_obj_t * obj, const char * path) in lv_ffmpeg_player_set_src() 149 lv_res_t res = LV_RES_INV; in lv_ffmpeg_player_set_src() 261 static lv_res_t decoder_info(lv_img_decoder_t * decoder, const void * src, lv_img_header_t * header) in decoder_info() 281 static lv_res_t decoder_open(lv_img_decoder_t * decoder, lv_img_decoder_dsc_t * dsc) in decoder_open()
|
/lvgl-3.4.0/src/extra/libs/sjpg/ |
D | lv_sjpg.c | 108 static lv_res_t decoder_info(lv_img_decoder_t * decoder, const void * src, lv_img_header_t * header… 109 static lv_res_t decoder_open(lv_img_decoder_t * decoder, lv_img_decoder_dsc_t * dsc); 110 static lv_res_t decoder_read_line(lv_img_decoder_t * decoder, lv_img_decoder_dsc_t * dsc, lv_coord_… 148 static lv_res_t decoder_info(lv_img_decoder_t * decoder, const void * src, lv_img_header_t * header) in decoder_info() 157 lv_res_t ret = LV_RES_OK; in decoder_info() 343 static lv_res_t decoder_open(lv_img_decoder_t * decoder, lv_img_decoder_dsc_t * dsc) in decoder_open() 346 lv_res_t lv_ret = LV_RES_OK; in decoder_open() 720 static lv_res_t decoder_read_line(lv_img_decoder_t * decoder, lv_img_decoder_dsc_t * dsc, lv_coord_… in decoder_read_line()
|
/lvgl-3.4.0/src/extra/widgets/calendar/ |
D | lv_calendar.h | 148 lv_res_t lv_calendar_get_pressed_date(const lv_obj_t * calendar, lv_calendar_date_t * date);
|
/lvgl-3.4.0/src/widgets/ |
D | lv_objx_templ.c | 127 lv_res_t res; in lv_templ_event()
|
/lvgl-3.4.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() 314 lv_res_t res = lv_event_send(obj, LV_EVENT_READY, NULL); in lv_keyboard_def_event_cb() 330 lv_res_t res = lv_event_send(keyboard->ta, LV_EVENT_READY, NULL); in lv_keyboard_def_event_cb()
|