Searched refs:lv_obj_set_style_arc_width (Results 1 – 10 of 10) sorted by relevance
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_arc.c | 64 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/ |
D | lv_demo_ebike_home.c | 199 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/ |
D | lv_demo_widgets.c | 697 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/ |
D | lv_demo_high_res_app_smart_home.c | 233 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()
|
D | lv_demo_high_res_app_ev_charging.c | 515 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()
|
D | lv_demo_high_res_app_thermostat.c | 541 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/ |
D | lv_demo_benchmark.c | 303 lv_obj_set_style_arc_width(obj, 10, LV_PART_INDICATOR); in multiple_arcs_cb()
|
/lvgl-latest/src/core/ |
D | lv_obj_style_gen.c | 581 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
|
D | lv_obj_style_gen.h | 837 void lv_obj_set_style_arc_width(lv_obj_t * obj, int32_t value, lv_style_selector_t selector);
|
/lvgl-latest/demos/render/ |
D | lv_demo_render.c | 476 lv_obj_set_style_arc_width(obj, w, 0); in arc_obj_create()
|