/lvgl-3.5.0/src/core/ |
D | lv_disp.c | 224 lv_disp_t * d = lv_obj_get_disp(new_scr); in lv_scr_load_anim() local 373 lv_disp_t * d; in lv_disp_get_inactive_time() local 471 lv_disp_t * d = lv_obj_get_disp(scr); in scr_load_internal() local 489 lv_disp_t * d = lv_obj_get_disp(a->var); in scr_load_anim_start() local 514 lv_disp_t * d = lv_obj_get_disp(a->var); in scr_anim_ready() local
|
D | lv_obj_tree.c | 279 lv_disp_t * d; in lv_obj_get_disp() local
|
D | lv_refr.c | 120 lv_disp_t * d; in lv_refr_now() local 1053 static inline void draw_buf_rotate4(lv_color_t * a, lv_color_t * b, lv_color_t * c, lv_color_t * d) in draw_buf_rotate4()
|
D | lv_obj.c | 842 lv_coord_t d = lv_obj_calculate_ext_draw_size(obj, LV_PART_MAIN); in lv_obj_event() local
|
D | lv_obj_scroll.c | 307 lv_disp_t * d = lv_obj_get_disp(obj); in lv_obj_scroll_by() local
|
D | lv_obj_style.c | 156 lv_disp_t * d = lv_disp_get_next(NULL); in lv_obj_report_style_change() local
|
/lvgl-3.5.0/src/extra/others/gridnav/ |
D | lv_gridnav.c | 128 lv_coord_t d = lv_obj_get_width(dsc->focused_obj) / 4; in gridnav_event_cb() local 148 lv_coord_t d = lv_obj_get_width(dsc->focused_obj) / 4; in gridnav_event_cb() local 168 lv_coord_t d = lv_obj_get_height(dsc->focused_obj) / 4; in gridnav_event_cb() local 187 lv_coord_t d = lv_obj_get_height(dsc->focused_obj) / 4; in gridnav_event_cb() local
|
/lvgl-3.5.0/src/extra/widgets/calendar/ |
D | lv_calendar_header_dropdown.c | 105 const lv_calendar_date_t * d; in month_event_cb() local 120 const lv_calendar_date_t * d; in year_event_cb() local
|
D | lv_calendar_header_arrow.c | 108 const lv_calendar_date_t * d; in month_event_cb() local
|
D | lv_calendar.c | 118 lv_calendar_date_t d; in lv_calendar_set_showed_date() local 216 uint16_t d = lv_btnmatrix_get_selected_btn(calendar->btnm); in lv_calendar_get_pressed_date() local
|
/lvgl-3.5.0/docs/ |
D | example_list.py | 76 def print_item(path, lvl, d, fout): argument
|
/lvgl-3.5.0/src/extra/libs/sjpg/ |
D | tjpgd.c | 165 uint8_t d; in create_qt_tbl() local 202 uint8_t d, *pb, *pd; in create_huffman_tbl() local 290 unsigned int d, flg = 0; in huffext() local 430 unsigned int d, flg = 0; in bitext() local 518 uint16_t d = 0; in restart() local 707 int d, e; in mcu_load() local 918 uint8_t *s, *d; in mcu_output() local 937 uint16_t w, *d = (uint16_t*)s; in mcu_output() local
|
/lvgl-3.5.0/src/hal/ |
D | lv_hal_disp.c | 618 lv_img_dsc_t d; in set_px_cb_alpha1() local 632 lv_img_dsc_t d; in set_px_cb_alpha2() local 646 lv_img_dsc_t d; in set_px_cb_alpha4() local 660 lv_img_dsc_t d; in set_px_cb_alpha8() local 668 static void set_px_alpha_generic(lv_img_dsc_t * d, lv_coord_t x, lv_coord_t y, lv_color_t color, lv… in set_px_alpha_generic()
|
/lvgl-3.5.0/tests/src/ |
D | lv_test_indev.c | 97 void lv_test_encoder_add_diff(int32_t d) in lv_test_encoder_add_diff() 102 void lv_test_encoder_turn(int32_t d) in lv_test_encoder_turn()
|
/lvgl-3.5.0/src/misc/ |
D | lv_math.h | 123 #define LV_MIN4(a, b, c, d) (LV_MIN(LV_MIN(a,b), LV_MIN(c,d))) argument 127 #define LV_MAX4(a, b, c, d) (LV_MAX(LV_MAX(a,b), LV_MAX(c,d))) argument
|
D | lv_anim.c | 197 uint32_t d = LV_ABS(start - end); in lv_anim_speed_to_time() local
|
/lvgl-3.5.0/src/draw/sw/ |
D | lv_draw_sw_dither.c | 178 #define FS_APPLY(d, s, c) d.r = (int8_t)(s.r * c) >> 4; d.g = (int8_t)(s.g * c) >> 4; d.b = (int8_t… in lv_dither_err_diff_ver() argument 179 #define FS_COMPONENTS3(A, OP, B, b, C, c, D, d) \ in lv_dither_err_diff_ver() argument
|
D | lv_draw_sw_transform.c | 166 lv_disp_t * d = _lv_refr_get_disp_refreshing(); in rgb_no_aa() local 289 lv_disp_t * d = _lv_refr_get_disp_refreshing(); in argb_and_rgb_aa() local
|
D | lv_draw_sw_blend.c | 305 uint32_t * d = (uint32_t *)(dest_buf + 1); in fill_normal() local 310 uint32_t * d = (uint32_t *)dest_buf; in fill_normal() local
|
D | lv_draw_sw_gradient.c | 315 int32_t d = 0; in lv_gradient_calculate() local
|
/lvgl-3.5.0/src/extra/libs/fsdrv/ |
D | lv_fs_fatfs.c | 228 DIR * d = lv_mem_alloc(sizeof(DIR)); in fs_dir_open() local
|
D | lv_fs_posix.c | 219 HANDLE d = INVALID_HANDLE_VALUE; in fs_dir_open() local
|
/lvgl-3.5.0/src/draw/ |
D | lv_img_decoder.c | 96 lv_img_decoder_t * d; in lv_img_decoder_get_info() local
|
/lvgl-3.5.0/src/widgets/ |
D | lv_roller.c | 582 lv_coord_t d = (font_sel_h + font_main_h) / 2 + line_space; in get_sel_area() local
|
/lvgl-3.5.0/examples/libs/rlottie/ |
D | lv_example_rlottie_approve.json | 1 {"v":"4.8.0","meta":{"g":"LottieFiles AE 1.0.0","a":"","k":"","d":"","tc":""},"fr":60,"ip":0,"op":6… string
|