Home
last modified time | relevance | path

Searched refs:lv_obj_set_style_arc_width (Results 1 – 10 of 10) sorted by relevance

/lvgl-latest/tests/src/test_cases/widgets/
Dtest_arc.c64 lv_obj_set_style_arc_width(arc, 30, 0); in test_arc_rgb565a8_image()
65 lv_obj_set_style_arc_width(arc, 30, LV_PART_INDICATOR); in test_arc_rgb565a8_image()
168 lv_obj_set_style_arc_width(arc, 10, 0); in test_arc_click_area_with_adv_hittest()
/lvgl-latest/demos/ebike/
Dlv_demo_ebike_home.c199 lv_obj_set_style_arc_width(arc, 20, 0); in left_cont_create()
200 lv_obj_set_style_arc_width(arc, 20, LV_PART_INDICATOR); in left_cont_create()
/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c697 lv_obj_set_style_arc_width(arc, 15, LV_PART_INDICATOR); in analytics_create()
712 lv_obj_set_style_arc_width(arc, 15, LV_PART_INDICATOR); in analytics_create()
728 lv_obj_set_style_arc_width(arc, 15, LV_PART_INDICATOR); in analytics_create()
751 lv_obj_set_style_arc_width(arc, 10, LV_PART_INDICATOR); in analytics_create()
763 lv_obj_set_style_arc_width(arc, 20, LV_PART_INDICATOR); in analytics_create()
774 lv_obj_set_style_arc_width(arc, 30, LV_PART_INDICATOR); in analytics_create()
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_smart_home.c233 lv_obj_set_style_arc_width(arc, 8, 0); in create_widget_charging()
234 lv_obj_set_style_arc_width(arc, 8, LV_PART_INDICATOR); in create_widget_charging()
Dlv_demo_high_res_app_ev_charging.c515 lv_obj_set_style_arc_width(arc, 7, 0); in create_widget3()
516 lv_obj_set_style_arc_width(arc, 7, LV_PART_INDICATOR); in create_widget3()
Dlv_demo_high_res_app_thermostat.c541 lv_obj_set_style_arc_width(arc, 9, 0); in create_widget3()
542 lv_obj_set_style_arc_width(arc, 9, LV_PART_INDICATOR); in create_widget3()
/lvgl-latest/demos/benchmark/
Dlv_demo_benchmark.c303 lv_obj_set_style_arc_width(obj, 10, LV_PART_INDICATOR); in multiple_arcs_cb()
/lvgl-latest/src/core/
Dlv_obj_style_gen.c581 void lv_obj_set_style_arc_width(lv_obj_t * obj, int32_t value, lv_style_selector_t selector) in lv_obj_set_style_arc_width() function
Dlv_obj_style_gen.h837 void lv_obj_set_style_arc_width(lv_obj_t * obj, int32_t value, lv_style_selector_t selector);
/lvgl-latest/demos/render/
Dlv_demo_render.c476 lv_obj_set_style_arc_width(obj, w, 0); in arc_obj_create()