Home
last modified time | relevance | path

Searched refs:lv_obj_set_style_margin_all (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/tests/src/test_cases/
Dtest_align_flex.c25 lv_obj_set_style_margin_all(obj, 0, LV_PART_MAIN); in simple_style()
/lvgl-latest/src/core/
Dlv_obj_style.h216 static inline void lv_obj_set_style_margin_all(lv_obj_t * obj, int32_t value, lv_style_selector_t s… in lv_obj_set_style_margin_all() function
/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c710 lv_obj_set_style_margin_all(arc, 20, 0); in analytics_create()
726 lv_obj_set_style_margin_all(arc, 40, 0); in analytics_create()
748 lv_obj_set_style_margin_all(arc, 10, 0); in analytics_create()
759 lv_obj_set_style_margin_all(arc, 5, 0); in analytics_create()