Home
last modified time | relevance | path

Searched refs:lv_res_t (Results 1 – 25 of 74) sorted by relevance

123

/lvgl-3.4.0/src/draw/
Dlv_img_decoder.h54 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, …
Dlv_img_decoder.c34 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 …]
Dlv_draw_img.c28 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()
Dlv_draw.h69 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/
Dlv_bmp.c34 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/
Dlv_gpu_nxp_pxp.h92 lv_res_t (*pxp_interrupt_init)(void);
119 lv_res_t lv_gpu_nxp_pxp_init(lv_nxp_pxp_cfg_t * cfg);
Dlv_gpu_nxp_pxp_osa.c58 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/
Dlv_gpu_nxp_vglite.h128 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);
Dlv_gpu_nxp_vglite.c100 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/
Dlv_draw_sw_gradient.c47 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/
Dlv_png.c27 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/
Dlv_group.c244 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()
Dlv_event.c30 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()
Dlv_event.h146 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/
Dlv_async.h44 lv_res_t lv_async_call(lv_async_cb_t async_xcb, void * user_data);
Dlv_async.c45 lv_res_t lv_async_call(lv_async_cb_t async_xcb, void * user_data) in lv_async_call()
Dlv_types.h47 typedef uint8_t lv_res_t; typedef
/lvgl-3.4.0/src/extra/libs/qrcode/
Dlv_qrcode.h50 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/
Dlv_snapshot.h72 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/
Dlv_ffmpeg.h74 lv_res_t lv_ffmpeg_player_set_src(lv_obj_t * obj, const char * path);
Dlv_ffmpeg.c72 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/
Dlv_sjpg.c108 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/
Dlv_calendar.h148 lv_res_t lv_calendar_get_pressed_date(const lv_obj_t * calendar, lv_calendar_date_t * date);
/lvgl-3.4.0/src/widgets/
Dlv_objx_templ.c127 lv_res_t res; in lv_templ_event()
/lvgl-3.4.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()
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()

123