Home
last modified time | relevance | path

Searched refs:lv_obj_set_style_line_dash_gap (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/tests/src/test_cases/widgets/
Dtest_line.c107 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/
Dlv_demo_high_res_app_smart_meter.c468 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()
Dlv_demo_high_res_app_ev_charging.c382 lv_obj_set_style_line_dash_gap(chart, 1, 0); in create_widget2()
Dlv_demo_high_res_app_thermostat.c191 lv_obj_set_style_line_dash_gap(chart, 1, 0); in create_widget1()
/lvgl-latest/src/core/
Dlv_obj_style_gen.c549 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
Dlv_obj_style_gen.h833 void lv_obj_set_style_line_dash_gap(lv_obj_t * obj, int32_t value, lv_style_selector_t selector);