/lvgl-latest/src/draw/ |
D | lv_draw_rect.c | 37 void LV_ATTRIBUTE_FAST_MEM 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 void LV_ATTRIBUTE_FAST_MEM lv_draw_line_dsc_init(lv_draw_line_dsc_t * dsc) in lv_draw_line_dsc_init() 45 …V_ATTRIBUTE_FAST_MEM 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 | 41 lv_color_t lv_img_buf_get_px_color(const lv_img_dsc_t * dsc, lv_coord_t x, lv_coord_t y, lv_color_t… in lv_img_buf_get_px_color() 100 lv_opa_t lv_img_buf_get_px_alpha(const lv_img_dsc_t * dsc, lv_coord_t x, lv_coord_t y) in lv_img_buf_get_px_alpha() 155 void lv_img_buf_set_px_alpha(const lv_img_dsc_t * dsc, lv_coord_t x, lv_coord_t y, lv_opa_t opa) in lv_img_buf_set_px_alpha() 206 void lv_img_buf_set_px_color(const lv_img_dsc_t * dsc, lv_coord_t x, lv_coord_t y, lv_color_t c) in lv_img_buf_set_px_color() 265 void lv_img_buf_set_palette(const lv_img_dsc_t * dsc, uint8_t id, lv_color_t c) in lv_img_buf_set_palette() 282 lv_img_dsc_t * dsc = lv_mem_alloc(sizeof(lv_img_dsc_t)); in lv_img_buf_alloc() local 311 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() 480 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() 516 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() 537 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() 562 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() 653 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 | 47 void lv_draw_img_dsc_init(lv_draw_img_dsc_t * dsc) in lv_draw_img_dsc_init() 63 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() 228 void lv_draw_img_decoded(lv_draw_ctx_t * draw_ctx, const lv_draw_img_dsc_t * dsc,
|
D | lv_draw_label.c | 55 void LV_ATTRIBUTE_FAST_MEM lv_draw_label_dsc_init(lv_draw_label_dsc_t * dsc) in lv_draw_label_dsc_init() 77 void LV_ATTRIBUTE_FAST_MEM 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 | 102 _lv_draw_mask_common_dsc_t dsc; member 140 _lv_draw_mask_common_dsc_t dsc; member 167 _lv_draw_mask_common_dsc_t dsc; member 181 _lv_draw_mask_common_dsc_t dsc; member 195 _lv_draw_mask_common_dsc_t dsc; member 205 _lv_draw_mask_common_dsc_t dsc; member
|
/lvgl-latest/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-latest/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-latest/examples/widgets/btnmatrix/ |
D | lv_example_btnmatrix_2.c | 9 lv_obj_draw_part_dsc_t * dsc = lv_event_get_draw_part_dsc(e); in event_cb() local 39 lv_obj_draw_part_dsc_t * dsc = lv_event_get_draw_part_dsc(e); in event_cb() local
|
/lvgl-latest/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-latest/src/draw/nxp/vglite/ |
D | lv_draw_vglite.c | 163 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() 217 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() 309 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() 352 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() 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() 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() 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() 518 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-latest/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() 176 lv_img_dsc_t * dsc = lv_mem_alloc(sizeof(lv_img_dsc_t)); in lv_snapshot_take() local 199 void lv_snapshot_free(lv_img_dsc_t * dsc) in lv_snapshot_free()
|
/lvgl-latest/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-latest/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-latest/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-latest/src/draw/sw/ |
D | lv_draw_sw_line.c | 52 …TTRIBUTE_FAST_MEM lv_draw_sw_line(struct _lv_draw_ctx_t * draw_ctx, const lv_draw_line_dsc_t * dsc, in lv_draw_sw_line() 111 …_ATTRIBUTE_FAST_MEM draw_line_hor(struct _lv_draw_ctx_t * draw_ctx, const lv_draw_line_dsc_t * dsc, in draw_line_hor() 197 …_ATTRIBUTE_FAST_MEM draw_line_ver(struct _lv_draw_ctx_t * draw_ctx, const lv_draw_line_dsc_t * dsc, in draw_line_ver() 277 …ATTRIBUTE_FAST_MEM draw_line_skew(struct _lv_draw_ctx_t * draw_ctx, const lv_draw_line_dsc_t * dsc, in draw_line_skew()
|
/lvgl-latest/src/extra/libs/bmp/ |
D | lv_bmp.c | 122 static lv_res_t decoder_open(lv_img_decoder_t * decoder, lv_img_decoder_dsc_t * dsc) in decoder_open() 191 static lv_res_t decoder_read_line(lv_img_decoder_t * decoder, lv_img_decoder_dsc_t * dsc, in decoder_read_line() 245 static void decoder_close(lv_img_decoder_t * decoder, lv_img_decoder_dsc_t * dsc) in decoder_close()
|
/lvgl-latest/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-latest/src/extra/libs/png/ |
D | lv_png.c | 145 static lv_res_t decoder_open(lv_img_decoder_t * decoder, lv_img_decoder_dsc_t * dsc) in decoder_open() 218 static void decoder_close(lv_img_decoder_t * decoder, lv_img_decoder_dsc_t * dsc) in decoder_close()
|
/lvgl-latest/src/extra/widgets/animimg/ |
D | lv_animimg.h | 40 const void ** dsc; member
|
/lvgl-latest/examples/get_started/ |
D | lv_example_get_started_2.c | 8 static lv_color_t darken(const lv_color_filter_dsc_t * dsc, lv_color_t color, lv_opa_t opa) in darken()
|
/lvgl-latest/examples/widgets/bar/ |
D | lv_example_bar_6.c | 11 lv_obj_draw_part_dsc_t * dsc = lv_event_get_draw_part_dsc(e); in event_cb() local
|