/lvgl-2.7.6/src/lv_core/ |
D | lv_obj.c | 56 lv_obj_t * obj; member 62 lv_obj_t * obj; member 468 lv_res_t lv_obj_del(lv_obj_t * obj) in lv_obj_del() 515 void lv_obj_del_async(lv_obj_t * obj) in lv_obj_del_async() 525 void lv_obj_clean(lv_obj_t * obj) in lv_obj_clean() 541 void lv_obj_invalidate_area(const lv_obj_t * obj, const lv_area_t * area) in lv_obj_invalidate_area() 556 void lv_obj_invalidate(const lv_obj_t * obj) in lv_obj_invalidate() 579 bool lv_obj_area_is_visible(const lv_obj_t * obj, lv_area_t * area) in lv_obj_area_is_visible() 624 bool lv_obj_is_visible(const lv_obj_t * obj) in lv_obj_is_visible() 653 void lv_obj_set_parent(lv_obj_t * obj, lv_obj_t * parent) in lv_obj_set_parent() [all …]
|
D | lv_group.c | 95 lv_obj_t ** obj; in lv_group_del() local 110 void lv_group_add_obj(lv_group_t * group, lv_obj_t * obj) in lv_group_add_obj() 148 void lv_group_remove_obj(lv_obj_t * obj) in lv_group_remove_obj() 201 lv_obj_t ** obj; in lv_group_remove_all_objs() local 213 void lv_group_focus_obj(lv_obj_t * obj) in lv_group_focus_obj() 519 static void obj_to_foreground(lv_obj_t * obj) in obj_to_foreground()
|
D | lv_obj_style_dec.h | 221 static inline void lv_obj_set_style_local_pad_hor(lv_obj_t * obj, uint8_t part, lv_state_t state, l… in lv_obj_set_style_local_pad_hor() 235 static inline void lv_obj_set_style_local_pad_ver(lv_obj_t * obj, uint8_t part, lv_state_t state, l… in lv_obj_set_style_local_pad_ver() 249 static inline void lv_obj_set_style_local_margin_all(lv_obj_t * obj, uint8_t part, lv_state_t state, in lv_obj_set_style_local_margin_all() 268 static inline void lv_obj_set_style_local_margin_hor(lv_obj_t * obj, uint8_t part, lv_state_t state, in lv_obj_set_style_local_margin_hor() 283 static inline void lv_obj_set_style_local_margin_ver(lv_obj_t * obj, uint8_t part, lv_state_t state, in lv_obj_set_style_local_margin_ver()
|
D | lv_indev.c | 159 void lv_indev_reset(lv_indev_t * indev, lv_obj_t * obj) in lv_indev_reset() 1121 lv_obj_t * lv_indev_search_obj(lv_obj_t * obj, lv_point_t * point) in lv_indev_search_obj() 1474 static lv_obj_t * get_dragged_obj(lv_obj_t * obj) in get_dragged_obj()
|
D | lv_refr.c | 569 static lv_obj_t * lv_refr_get_top_obj(const lv_area_t * area_p, lv_obj_t * obj) in lv_refr_get_top_obj() 654 static void lv_refr_obj(lv_obj_t * obj, const lv_area_t * mask_ori_p) in lv_refr_obj()
|
D | lv_disp.c | 400 static void opa_scale_anim(lv_obj_t * obj, lv_anim_value_t v) in opa_scale_anim()
|
D | lv_obj.h | 1534 # define LV_ASSERT_OBJ(obj, obj_type) argument
|
/lvgl-2.7.6/src/lv_themes/ |
D | lv_theme.c | 62 void lv_theme_apply(lv_obj_t * obj, lv_theme_style_t name) in lv_theme_apply() 187 static void apply_theme(lv_theme_t * th, lv_obj_t * obj, lv_theme_style_t name) in apply_theme() 202 static void clear_styles(lv_obj_t * obj, lv_theme_style_t name) in clear_styles()
|
D | lv_theme_empty.c | 98 static void theme_apply(lv_theme_t * th, lv_obj_t * obj, lv_theme_style_t name) in theme_apply()
|
D | lv_theme_template.c | 412 void theme_apply(lv_theme_t * th, lv_obj_t * obj, lv_theme_style_t name) in theme_apply()
|
D | lv_theme_mono.c | 569 static void theme_apply(lv_theme_t * th, lv_obj_t * obj, lv_theme_style_t name) in theme_apply()
|
D | lv_theme_material.c | 959 static void theme_apply(lv_theme_t * th, lv_obj_t * obj, lv_theme_style_t name) in theme_apply()
|
/lvgl-2.7.6/src/ |
D | lv_api_map.h | 212 static inline void lv_obj_align_origo(lv_obj_t * obj, const lv_obj_t * base, lv_align_t align, lv_c… in lv_obj_align_origo() 218 static inline void lv_obj_align_origo_x(lv_obj_t * obj, const lv_obj_t * base, lv_align_t align, lv… in lv_obj_align_origo_x() 223 static inline void lv_obj_align_origo_y(lv_obj_t * obj, const lv_obj_t * base, lv_align_t align, lv… in lv_obj_align_origo_y()
|
/lvgl-2.7.6/tests/lv_test_core/ |
D | lv_test_obj.c | 66 lv_obj_t * obj = lv_obj_create(lv_scr_act(), NULL); in create_delete_change_parent() local
|
/lvgl-2.7.6/src/lv_widgets/ |
D | lv_page.c | 464 void lv_page_glue_obj(lv_obj_t * obj, bool glue) in lv_page_glue_obj() 476 void lv_page_focus(lv_obj_t * page, const lv_obj_t * obj, lv_anim_enable_t anim_en) in lv_page_focus()
|
D | lv_win.c | 503 void lv_win_focus(lv_obj_t * win, lv_obj_t * obj, lv_anim_enable_t anim_en) in lv_win_focus()
|