/lvgl-3.6.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 static lv_res_t /* LV_ATTRIBUTE_FAST_MEM */ decode_and_draw(lv_draw_ctx_t * draw_ctx, 73 lv_res_t res = LV_RES_INV; in lv_draw_img() 240 static lv_res_t LV_ATTRIBUTE_FAST_MEM decode_and_draw(lv_draw_ctx_t * draw_ctx, 324 lv_res_t read_res;
|
/lvgl-3.6.0/src/draw/nxp/vglite/ |
D | lv_draw_vglite_blend.h | 83 lv_res_t lv_gpu_nxp_vglite_fill(const lv_area_t * dest_area, lv_color_t color, lv_opa_t opa); 101 lv_res_t lv_gpu_nxp_vglite_blit_split(lv_color_t * dest_buf, lv_area_t * dest_area, lv_coord_t dest… 118 lv_res_t lv_gpu_nxp_vglite_blit(const lv_area_t * dest_area, 136 lv_res_t lv_gpu_nxp_vglite_blit_transform(const lv_area_t * dest_area, const lv_area_t * clip_area, 155 lv_res_t lv_gpu_nxp_vglite_buffer_copy(lv_color_t * dest_buf, const lv_area_t * dest_area, lv_coord…
|
D | lv_draw_vglite_blend.c | 72 static lv_res_t lv_vglite_blit(const lv_area_t * src_area, lv_opa_t opa); 83 static lv_res_t check_src_alignment(const lv_color_t * src_buf, lv_coord_t src_stride); 132 static lv_res_t lv_vglite_blit_split(lv_color_t * dest_buf, lv_area_t * dest_area, lv_coord_t dest_… 151 lv_res_t lv_gpu_nxp_vglite_fill(const lv_area_t * dest_area, lv_color_t color, lv_opa_t opa) in lv_gpu_nxp_vglite_fill() 211 lv_res_t lv_gpu_nxp_vglite_blit_split(lv_color_t * dest_buf, lv_area_t * dest_area, lv_coord_t dest… in lv_gpu_nxp_vglite_blit_split() 220 …lv_res_t rv = lv_vglite_blit_split(dest_buf, dest_area, dest_stride, src_buf, src_area, src_stride… in lv_gpu_nxp_vglite_blit_split() 228 lv_res_t lv_gpu_nxp_vglite_blit(const lv_area_t * dest_area, in lv_gpu_nxp_vglite_blit() 245 lv_res_t rv = lv_vglite_blit(src_area, opa); in lv_gpu_nxp_vglite_blit() 253 lv_res_t lv_gpu_nxp_vglite_blit_transform(const lv_area_t * dest_area, const lv_area_t * clip_area, in lv_gpu_nxp_vglite_blit_transform() 257 lv_res_t rv = LV_RES_INV; in lv_gpu_nxp_vglite_blit_transform() [all …]
|
D | lv_draw_vglite_rect.h | 69 lv_res_t lv_gpu_nxp_vglite_draw_bg(const lv_area_t * coords, const lv_area_t * clip_area, 84 lv_res_t lv_gpu_nxp_vglite_draw_border_generic(const lv_area_t * coords, const lv_area_t * clip_are…
|
D | lv_vglite_utils.h | 106 lv_res_t lv_vglite_premult_and_swizzle(vg_lite_color_t * vg_col32, lv_color32_t lv_col32, lv_opa_t … 124 lv_res_t lv_vglite_run(void);
|
D | lv_draw_vglite.c | 83 static lv_res_t lv_draw_vglite_bg(lv_draw_ctx_t * draw_ctx, const lv_draw_rect_dsc_t * dsc, const l… 85 static lv_res_t lv_draw_vglite_border(lv_draw_ctx_t * draw_ctx, const lv_draw_rect_dsc_t * dsc, 88 static lv_res_t lv_draw_vglite_outline(lv_draw_ctx_t * draw_ctx, const lv_draw_rect_dsc_t * dsc, 398 static lv_res_t lv_draw_vglite_bg(lv_draw_ctx_t * draw_ctx, const lv_draw_rect_dsc_t * dsc, const l… in lv_draw_vglite_bg() 437 lv_res_t res = lv_gpu_nxp_vglite_draw_bg(&rel_coords, &rel_clip_area, dsc); in lv_draw_vglite_bg() 447 static lv_res_t lv_draw_vglite_border(lv_draw_ctx_t * draw_ctx, const lv_draw_rect_dsc_t * dsc, in lv_draw_vglite_border() 478 lv_res_t res = lv_gpu_nxp_vglite_draw_border_generic(&rel_coords, &rel_clip_area, dsc, true); in lv_draw_vglite_border() 485 static lv_res_t lv_draw_vglite_outline(lv_draw_ctx_t * draw_ctx, const lv_draw_rect_dsc_t * dsc, in lv_draw_vglite_outline() 511 lv_res_t res = lv_gpu_nxp_vglite_draw_border_generic(&rel_coords, &rel_clip_area, dsc, false); in lv_draw_vglite_outline()
|
D | lv_vglite_utils.c | 68 lv_res_t lv_vglite_run(void) in lv_vglite_run() 77 lv_res_t lv_vglite_premult_and_swizzle(vg_lite_color_t * vg_col32, lv_color32_t lv_col32, lv_opa_t … in lv_vglite_premult_and_swizzle()
|
D | lv_draw_vglite_line.h | 70 lv_res_t lv_gpu_nxp_vglite_draw_line(const lv_point_t * point1, const lv_point_t * point2,
|
D | lv_draw_vglite_arc.h | 70 lv_res_t lv_gpu_nxp_vglite_draw_arc(const lv_point_t * center, int32_t radius, int32_t start_angle,…
|
/lvgl-3.6.0/src/misc/ |
D | lv_async.c | 45 lv_res_t lv_async_call(lv_async_cb_t async_xcb, void * user_data) in lv_async_call() 68 lv_res_t lv_async_call_cancel(lv_async_cb_t async_xcb, void * user_data) in lv_async_call_cancel() 71 lv_res_t res = LV_RES_INV; in lv_async_call_cancel()
|
D | lv_async.h | 44 lv_res_t lv_async_call(lv_async_cb_t async_xcb, void * user_data); 51 lv_res_t lv_async_call_cancel(lv_async_cb_t async_xcb, void * user_data);
|
/lvgl-3.6.0/src/draw/nxp/pxp/ |
D | lv_gpu_nxp_pxp.h | 79 lv_res_t (*pxp_interrupt_init)(void); 102 lv_res_t lv_gpu_nxp_pxp_init(void);
|
D | lv_gpu_nxp_pxp_osa.c | 60 static lv_res_t _lv_gpu_nxp_pxp_interrupt_init(void); 127 static lv_res_t _lv_gpu_nxp_pxp_interrupt_init(void) in _lv_gpu_nxp_pxp_interrupt_init()
|
/lvgl-3.6.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() 194 static lv_res_t decoder_read_line(lv_img_decoder_t * decoder, lv_img_decoder_dsc_t * dsc, in decoder_read_line()
|
/lvgl-3.6.0/src/draw/sw/ |
D | lv_draw_sw_gradient.c | 40 typedef lv_res_t (*op_cache_t)(lv_grad_t * c, void * ctx); 41 static lv_res_t iterate_cache(op_cache_t func, void * ctx, lv_grad_t ** out); 44 static lv_res_t find_oldest_item_life(lv_grad_t * c, void * ctx); 45 static lv_res_t kill_oldest_item(lv_grad_t * c, void * ctx); 46 static lv_res_t find_item(lv_grad_t * c, void * ctx); 97 static lv_res_t iterate_cache(op_cache_t func, void * ctx, lv_grad_t ** out) in iterate_cache() 110 static lv_res_t find_oldest_item_life(lv_grad_t * c, void * ctx) in find_oldest_item_life() 140 static lv_res_t kill_oldest_item(lv_grad_t * c, void * ctx) in kill_oldest_item() 151 static lv_res_t find_item(lv_grad_t * c, void * ctx) in find_item()
|
/lvgl-3.6.0/src/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_group.c | 249 lv_res_t res = lv_event_send(*g->obj_focus, LV_EVENT_DEFOCUSED, get_indev(g)); in lv_group_focus_obj() 258 lv_res_t res = lv_event_send(*g->obj_focus, LV_EVENT_FOCUSED, get_indev(g)); in lv_group_focus_obj() 291 lv_res_t lv_group_send_data(lv_group_t * group, uint32_t c) in lv_group_send_data() 322 lv_res_t res = lv_event_send(*group->obj_focus, LV_EVENT_FOCUSED, get_indev(group)); in lv_group_set_editing() 452 lv_res_t res = lv_event_send(*group->obj_focus, LV_EVENT_DEFOCUSED, get_indev(group)); in focus_next_core() 459 lv_res_t res = lv_event_send(*group->obj_focus, LV_EVENT_FOCUSED, get_indev(group)); in focus_next_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.6.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() 146 static lv_res_t decoder_open(lv_img_decoder_t * decoder, lv_img_decoder_dsc_t * dsc) in decoder_open()
|
/lvgl-3.6.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.6.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.6.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()
|