Searched refs:lv_obj_set_style_line_dash_gap (Results 1 – 6 of 6) sorted by relevance
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_line.c | 107 lv_obj_set_style_line_dash_gap(line, 3, LV_PART_MAIN); in test_line_basic_render() 123 lv_obj_set_style_line_dash_gap(line1, 1, LV_PART_MAIN); in test_line_dash_gap() 132 lv_obj_set_style_line_dash_gap(line2, 2, LV_PART_MAIN); in test_line_dash_gap() 141 lv_obj_set_style_line_dash_gap(line3, 1, LV_PART_MAIN); in test_line_dash_gap()
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_app_smart_meter.c | 468 lv_obj_set_style_line_dash_gap(chart, 1, 0); in create_widget2() 659 lv_obj_set_style_line_dash_gap(chart, 1, 0); in create_widget3()
|
D | lv_demo_high_res_app_ev_charging.c | 382 lv_obj_set_style_line_dash_gap(chart, 1, 0); in create_widget2()
|
D | lv_demo_high_res_app_thermostat.c | 191 lv_obj_set_style_line_dash_gap(chart, 1, 0); in create_widget1()
|
/lvgl-latest/src/core/ |
D | lv_obj_style_gen.c | 549 void lv_obj_set_style_line_dash_gap(lv_obj_t * obj, int32_t value, lv_style_selector_t selector) in lv_obj_set_style_line_dash_gap() function
|
D | lv_obj_style_gen.h | 833 void lv_obj_set_style_line_dash_gap(lv_obj_t * obj, int32_t value, lv_style_selector_t selector);
|