Home
last modified time | relevance | path

Searched defs:obj (Results 1 – 16 of 16) sorted by relevance

/lvgl-2.7.6/src/lv_core/
Dlv_obj.c56 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 …]
Dlv_group.c95 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()
Dlv_obj_style_dec.h221 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()
Dlv_indev.c159 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()
Dlv_refr.c569 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()
Dlv_disp.c400 static void opa_scale_anim(lv_obj_t * obj, lv_anim_value_t v) in opa_scale_anim()
Dlv_obj.h1534 # define LV_ASSERT_OBJ(obj, obj_type) argument
/lvgl-2.7.6/src/lv_themes/
Dlv_theme.c62 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()
Dlv_theme_empty.c98 static void theme_apply(lv_theme_t * th, lv_obj_t * obj, lv_theme_style_t name) in theme_apply()
Dlv_theme_template.c412 void theme_apply(lv_theme_t * th, lv_obj_t * obj, lv_theme_style_t name) in theme_apply()
Dlv_theme_mono.c569 static void theme_apply(lv_theme_t * th, lv_obj_t * obj, lv_theme_style_t name) in theme_apply()
Dlv_theme_material.c959 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/
Dlv_api_map.h212 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/
Dlv_test_obj.c66 lv_obj_t * obj = lv_obj_create(lv_scr_act(), NULL); in create_delete_change_parent() local
/lvgl-2.7.6/src/lv_widgets/
Dlv_page.c464 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()
Dlv_win.c503 void lv_win_focus(lv_obj_t * win, lv_obj_t * obj, lv_anim_enable_t anim_en) in lv_win_focus()