/lvgl-3.5.0/src/draw/ |
D | lv_draw_rect.c | 37 LV_ATTRIBUTE_FAST_MEM void lv_draw_rect_dsc_init(lv_draw_rect_dsc_t * dsc) in lv_draw_rect_dsc_init() 62 void lv_draw_rect(lv_draw_ctx_t * draw_ctx, const lv_draw_rect_dsc_t * dsc, const lv_area_t * coord… in lv_draw_rect()
|
D | lv_draw_line.c | 37 LV_ATTRIBUTE_FAST_MEM void lv_draw_line_dsc_init(lv_draw_line_dsc_t * dsc) in lv_draw_line_dsc_init() 45 …RIBUTE_FAST_MEM void lv_draw_line(struct _lv_draw_ctx_t * draw_ctx, const lv_draw_line_dsc_t * dsc, in lv_draw_line()
|
D | lv_img_buf.c | 51 lv_color_t lv_img_buf_get_px_color(lv_img_dsc_t * dsc, lv_coord_t x, lv_coord_t y, lv_color_t color) in lv_img_buf_get_px_color() 118 lv_opa_t lv_img_buf_get_px_alpha(lv_img_dsc_t * dsc, lv_coord_t x, lv_coord_t y) in lv_img_buf_get_px_alpha() 181 void lv_img_buf_set_px_alpha(lv_img_dsc_t * dsc, lv_coord_t x, lv_coord_t y, lv_opa_t opa) in lv_img_buf_set_px_alpha() 240 void lv_img_buf_set_px_color(lv_img_dsc_t * dsc, lv_coord_t x, lv_coord_t y, lv_color_t c) in lv_img_buf_set_px_color() 309 void lv_img_buf_set_palette(lv_img_dsc_t * dsc, uint8_t id, lv_color_t c) in lv_img_buf_set_palette() 333 lv_img_dsc_t * dsc = lv_mem_alloc(sizeof(lv_img_dsc_t)); in lv_img_buf_alloc() local 366 void lv_img_buf_free(lv_img_dsc_t * dsc) in lv_img_buf_free()
|
D | lv_img_decoder.c | 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() 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() 188 void lv_img_decoder_close(lv_img_decoder_dsc_t * dsc) in lv_img_decoder_close() 326 lv_res_t lv_img_decoder_built_in_open(lv_img_decoder_t * decoder, lv_img_decoder_dsc_t * dsc) in lv_img_decoder_built_in_open() 455 lv_res_t lv_img_decoder_built_in_read_line(lv_img_decoder_t * decoder, lv_img_decoder_dsc_t * dsc, … in lv_img_decoder_built_in_read_line() 491 void lv_img_decoder_built_in_close(lv_img_decoder_t * decoder, lv_img_decoder_dsc_t * dsc) in lv_img_decoder_built_in_close() 512 static lv_res_t lv_img_decoder_built_in_line_true_color(lv_img_decoder_dsc_t * dsc, lv_coord_t x, l… in lv_img_decoder_built_in_line_true_color() 537 static lv_res_t lv_img_decoder_built_in_line_alpha(lv_img_decoder_dsc_t * dsc, lv_coord_t x, lv_coo… in lv_img_decoder_built_in_line_alpha() 628 static lv_res_t lv_img_decoder_built_in_line_indexed(lv_img_decoder_dsc_t * dsc, lv_coord_t x, lv_c… in lv_img_decoder_built_in_line_indexed()
|
D | lv_draw_arc.c | 36 void lv_draw_arc_dsc_init(lv_draw_arc_dsc_t * dsc) in lv_draw_arc_dsc_init() 44 void lv_draw_arc(lv_draw_ctx_t * draw_ctx, const lv_draw_arc_dsc_t * dsc, const lv_point_t * center… in lv_draw_arc()
|
D | lv_draw_img.c | 46 void lv_draw_img_dsc_init(lv_draw_img_dsc_t * dsc) in lv_draw_img_dsc_init() 62 void lv_draw_img(lv_draw_ctx_t * draw_ctx, const lv_draw_img_dsc_t * dsc, const lv_area_t * coords,… in lv_draw_img() 219 void lv_draw_img_decoded(lv_draw_ctx_t * draw_ctx, const lv_draw_img_dsc_t * dsc, in lv_draw_img_decoded()
|
D | lv_draw_label.c | 55 void lv_draw_label_dsc_init(lv_draw_label_dsc_t * dsc) in lv_draw_label_dsc_init() 77 LV_ATTRIBUTE_FAST_MEM void lv_draw_label(lv_draw_ctx_t * draw_ctx, const lv_draw_label_dsc_t * dsc, in lv_draw_label() 364 void lv_draw_letter(lv_draw_ctx_t * draw_ctx, const lv_draw_label_dsc_t * dsc, const lv_point_t * … in lv_draw_letter()
|
D | lv_draw_mask.h | 105 _lv_draw_mask_common_dsc_t dsc; member 143 _lv_draw_mask_common_dsc_t dsc; member 170 _lv_draw_mask_common_dsc_t dsc; member 185 _lv_draw_mask_common_dsc_t dsc; member 200 _lv_draw_mask_common_dsc_t dsc; member 210 _lv_draw_mask_common_dsc_t dsc; member
|
/lvgl-3.5.0/src/extra/others/imgfont/ |
D | lv_imgfont.c | 55 imgfont_dsc_t * dsc = (imgfont_dsc_t *)lv_mem_alloc(size); in lv_imgfont_create() local 81 imgfont_dsc_t * dsc = (imgfont_dsc_t *)font->dsc; in lv_imgfont_destroy() local 93 imgfont_dsc_t * dsc = (imgfont_dsc_t *)font->dsc; in imgfont_get_glyph_bitmap() local 102 imgfont_dsc_t * dsc = (imgfont_dsc_t *)font->dsc; in imgfont_get_glyph_dsc() local
|
/lvgl-3.5.0/src/draw/sdl/ |
D | lv_draw_sdl_bg.c | 53 void lv_draw_sdl_draw_bg(lv_draw_ctx_t * draw_ctx, const lv_draw_rect_dsc_t * dsc, const lv_area_t … in lv_draw_sdl_draw_bg() 78 const lv_draw_rect_dsc_t * dsc) in draw_bg_color() 93 const lv_draw_rect_dsc_t * dsc) in draw_bg_img()
|
D | lv_draw_sdl_line.c | 55 void lv_draw_sdl_draw_line(lv_draw_ctx_t * draw_ctx, const lv_draw_line_dsc_t * dsc, const lv_point… in lv_draw_sdl_draw_line() 110 static lv_draw_line_key_t line_key_create(const lv_draw_line_dsc_t * dsc, lv_coord_t length) in line_key_create() 121 …L_Texture * line_texture_create(lv_draw_sdl_ctx_t * sdl_ctx, const lv_draw_line_dsc_t * dsc, lv_co… in line_texture_create()
|
/lvgl-3.5.0/src/draw/nxp/vglite/ |
D | lv_draw_vglite.c | 158 static void lv_draw_vglite_blend(lv_draw_ctx_t * draw_ctx, const lv_draw_sw_blend_dsc_t * dsc) in lv_draw_vglite_blend() 210 static void lv_draw_vglite_img_decoded(lv_draw_ctx_t * draw_ctx, const lv_draw_img_dsc_t * dsc, in lv_draw_vglite_img_decoded() 266 static void lv_draw_vglite_line(lv_draw_ctx_t * draw_ctx, const lv_draw_line_dsc_t * dsc, const lv_… in lv_draw_vglite_line() 311 static void lv_draw_vglite_rect(lv_draw_ctx_t * draw_ctx, const lv_draw_rect_dsc_t * dsc, const lv_… in lv_draw_vglite_rect() 357 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() 408 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() 443 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() 473 static void lv_draw_vglite_arc(lv_draw_ctx_t * draw_ctx, const lv_draw_arc_dsc_t * dsc, const lv_po… in lv_draw_vglite_arc()
|
/lvgl-3.5.0/examples/widgets/btnmatrix/ |
D | lv_example_btnmatrix_2.c | 10 lv_obj_draw_part_dsc_t * dsc = lv_event_get_draw_part_dsc(e); in event_cb() local 40 lv_obj_draw_part_dsc_t * dsc = lv_event_get_draw_part_dsc(e); in event_cb() local
|
/lvgl-3.5.0/src/extra/others/snapshot/ |
D | lv_snapshot.c | 84 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… in lv_snapshot_take_to_buf() 175 lv_img_dsc_t * dsc = lv_mem_alloc(sizeof(lv_img_dsc_t)); in lv_snapshot_take() local 198 void lv_snapshot_free(lv_img_dsc_t * dsc) in lv_snapshot_free()
|
/lvgl-3.5.0/src/extra/libs/freetype/ |
D | lv_freetype.c | 190 lv_font_fmt_ft_dsc_t * dsc = (lv_font_fmt_ft_dsc_t *)face_id; in font_face_requester() local 212 lv_font_fmt_ft_dsc_t * dsc = (lv_font_fmt_ft_dsc_t *)(font->dsc); in get_bold_glyph() local 249 lv_font_fmt_ft_dsc_t * dsc = (lv_font_fmt_ft_dsc_t *)(font->dsc); in get_glyph_dsc_cb_cache() local 337 lv_font_fmt_ft_dsc_t * dsc = (lv_font_fmt_ft_dsc_t *)(font->dsc); in get_glyph_bitmap_cb_cache() local 356 lv_font_fmt_ft_dsc_t * dsc = lv_mem_alloc(need_size); in lv_ft_font_init_cache() local 409 lv_font_fmt_ft_dsc_t * dsc = (lv_font_fmt_ft_dsc_t *)(font->dsc); in lv_ft_font_destroy_cache() local 420 lv_font_fmt_ft_dsc_t * dsc; in face_find_in_list() local 475 lv_font_fmt_ft_dsc_t * dsc = (lv_font_fmt_ft_dsc_t *)(font->dsc); in get_glyph_dsc_cb_nocache() local 529 lv_font_fmt_ft_dsc_t * dsc = (lv_font_fmt_ft_dsc_t *)(font->dsc); in get_glyph_bitmap_cb_nocache() local 537 lv_font_fmt_ft_dsc_t * dsc = lv_mem_alloc(need_size); in lv_ft_font_init_nocache() local [all …]
|
/lvgl-3.5.0/src/extra/others/gridnav/ |
D | lv_gridnav.c | 66 lv_gridnav_dsc_t * dsc = lv_mem_alloc(sizeof(lv_gridnav_dsc_t)); in lv_gridnav_add() local 77 lv_gridnav_dsc_t * dsc = lv_obj_get_event_user_data(obj, gridnav_event_cb); in lv_gridnav_remove() local 87 lv_gridnav_dsc_t * dsc = lv_obj_get_event_user_data(cont, gridnav_event_cb); in lv_gridnav_set_focused() local 112 lv_gridnav_dsc_t * dsc = lv_event_get_user_data(e); in gridnav_event_cb() local
|
/lvgl-3.5.0/examples/widgets/table/ |
D | lv_example_table_1.c | 7 lv_obj_draw_part_dsc_t * dsc = lv_event_get_draw_part_dsc(e); in draw_part_event_cb() local
|
/lvgl-3.5.0/examples/widgets/chart/ |
D | lv_example_chart_3.c | 6 lv_obj_draw_part_dsc_t * dsc = lv_event_get_draw_part_dsc(e); in draw_event_cb() local
|
/lvgl-3.5.0/src/draw/sw/ |
D | lv_draw_sw_line.c | 52 …UTE_FAST_MEM void lv_draw_sw_line(struct _lv_draw_ctx_t * draw_ctx, const lv_draw_line_dsc_t * dsc, in lv_draw_sw_line() 112 …AST_MEM static void draw_line_hor(struct _lv_draw_ctx_t * draw_ctx, const lv_draw_line_dsc_t * dsc, in draw_line_hor() 198 …AST_MEM static void draw_line_ver(struct _lv_draw_ctx_t * draw_ctx, const lv_draw_line_dsc_t * dsc, in draw_line_ver() 278 …ST_MEM static void draw_line_skew(struct _lv_draw_ctx_t * draw_ctx, const lv_draw_line_dsc_t * dsc, in draw_line_skew()
|
/lvgl-3.5.0/src/extra/libs/bmp/ |
D | lv_bmp.c | 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() 249 static void decoder_close(lv_img_decoder_t * decoder, lv_img_decoder_dsc_t * dsc) in decoder_close()
|
/lvgl-3.5.0/examples/widgets/slider/ |
D | lv_example_slider_3.c | 35 lv_obj_draw_part_dsc_t * dsc = lv_event_get_draw_part_dsc(e); in slider_event_cb() local
|
/lvgl-3.5.0/src/draw/nxp/pxp/ |
D | lv_draw_pxp.c | 126 static void lv_draw_pxp_blend(lv_draw_ctx_t * draw_ctx, const lv_draw_sw_blend_dsc_t * dsc) in lv_draw_pxp_blend() 170 static void lv_draw_pxp_img_decoded(lv_draw_ctx_t * draw_ctx, const lv_draw_img_dsc_t * dsc, in lv_draw_pxp_img_decoded()
|
D | lv_draw_pxp_blend.c | 291 const lv_draw_img_dsc_t * dsc, lv_img_cf_t cf) in lv_gpu_nxp_pxp_blit_transform() 317 const lv_draw_img_dsc_t * dsc, lv_img_cf_t cf) in lv_pxp_blit_opa() 336 const lv_draw_img_dsc_t * dsc, lv_img_cf_t cf) in lv_pxp_blit_cover() 426 const lv_draw_img_dsc_t * dsc, lv_img_cf_t cf) in lv_pxp_blit_cf()
|
/lvgl-3.5.0/src/extra/libs/png/ |
D | lv_png.c | 126 static lv_res_t decoder_open(lv_img_decoder_t * decoder, lv_img_decoder_dsc_t * dsc) in decoder_open() 199 static void decoder_close(lv_img_decoder_t * decoder, lv_img_decoder_dsc_t * dsc) in decoder_close()
|
/lvgl-3.5.0/src/extra/widgets/animimg/ |
D | lv_animimg.h | 40 const void ** dsc; member
|