Home
last modified time | relevance | path

Searched refs:lv_obj_set_style_arc_rounded (Results 1 – 8 of 8) sorted by relevance

/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_smart_home.c231 lv_obj_set_style_arc_rounded(arc, false, 0); in create_widget_charging()
232 lv_obj_set_style_arc_rounded(arc, false, LV_PART_INDICATOR); in create_widget_charging()
Dlv_demo_high_res_app_ev_charging.c513 lv_obj_set_style_arc_rounded(arc, false, 0); in create_widget3()
514 lv_obj_set_style_arc_rounded(arc, false, LV_PART_INDICATOR); in create_widget3()
Dlv_demo_high_res_app_thermostat.c539 lv_obj_set_style_arc_rounded(arc, false, 0); in create_widget3()
540 lv_obj_set_style_arc_rounded(arc, false, LV_PART_INDICATOR); in create_widget3()
/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c752 lv_obj_set_style_arc_rounded(arc, false, LV_PART_INDICATOR); in analytics_create()
764 lv_obj_set_style_arc_rounded(arc, false, LV_PART_INDICATOR); in analytics_create()
775 lv_obj_set_style_arc_rounded(arc, false, LV_PART_INDICATOR); in analytics_create()
/lvgl-latest/demos/benchmark/
Dlv_demo_benchmark.c304 lv_obj_set_style_arc_rounded(obj, false, LV_PART_INDICATOR); in multiple_arcs_cb()
/lvgl-latest/src/core/
Dlv_obj_style_gen.c589 void lv_obj_set_style_arc_rounded(lv_obj_t * obj, bool value, lv_style_selector_t selector) in lv_obj_set_style_arc_rounded() function
Dlv_obj_style_gen.h838 void lv_obj_set_style_arc_rounded(lv_obj_t * obj, bool value, lv_style_selector_t selector);
/lvgl-latest/demos/render/
Dlv_demo_render.c509 lv_obj_set_style_arc_rounded(obj, r, 0); in arc_core_cb()