Searched refs:lv_obj_set_style_line_rounded (Results 1 – 7 of 7) sorted by relevance
/lvgl-latest/examples/widgets/scale/ |
D | lv_example_scale_6.c | 111 lv_obj_set_style_line_rounded(minute_hand, true, 0); in lv_example_scale_6() 117 lv_obj_set_style_line_rounded(hour_hand, true, 0); in lv_example_scale_6()
|
D | lv_example_scale_8.c | 43 lv_obj_set_style_line_rounded(needle_line, true, LV_PART_MAIN); in lv_example_scale_8()
|
D | lv_example_scale_3.c | 49 lv_obj_set_style_line_rounded(needle_line, true, LV_PART_MAIN); in lv_example_scale_3()
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_app_thermostat.c | 517 lv_obj_set_style_line_rounded(scale, true, LV_PART_ITEMS); in create_widget3() 522 lv_obj_set_style_line_rounded(scale, true, LV_PART_INDICATOR); in create_widget3()
|
/lvgl-latest/src/core/ |
D | lv_obj_style_gen.c | 557 void lv_obj_set_style_line_rounded(lv_obj_t * obj, bool value, lv_style_selector_t selector) in lv_obj_set_style_line_rounded() function
|
D | lv_obj_style_gen.h | 834 void lv_obj_set_style_line_rounded(lv_obj_t * obj, bool value, lv_style_selector_t selector);
|
/lvgl-latest/demos/render/ |
D | lv_demo_render.c | 465 lv_obj_set_style_line_rounded(obj, r, 0); in line_cb()
|