Searched refs:lv_obj_set_style_arc_rounded (Results 1 – 8 of 8) sorted by relevance
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_app_smart_home.c | 231 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()
|
D | lv_demo_high_res_app_ev_charging.c | 513 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()
|
D | lv_demo_high_res_app_thermostat.c | 539 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/ |
D | lv_demo_widgets.c | 752 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/ |
D | lv_demo_benchmark.c | 304 lv_obj_set_style_arc_rounded(obj, false, LV_PART_INDICATOR); in multiple_arcs_cb()
|
/lvgl-latest/src/core/ |
D | lv_obj_style_gen.c | 589 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
|
D | lv_obj_style_gen.h | 838 void lv_obj_set_style_arc_rounded(lv_obj_t * obj, bool value, lv_style_selector_t selector);
|
/lvgl-latest/demos/render/ |
D | lv_demo_render.c | 509 lv_obj_set_style_arc_rounded(obj, r, 0); in arc_core_cb()
|