Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/widgets/
Dtest_scale.c361 lv_scale_section_t * null_section = NULL; in test_scale_set_style() local
363 lv_scale_section_set_range(null_section, 75, 100); in test_scale_set_style()
364 lv_scale_section_set_style(null_section, LV_PART_MAIN, &section_main_line_style); in test_scale_set_style()