Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/scale/
Dlv_scale_private.h43 int32_t first_tick_in_section_width; /**< Internal (set during drawing) */ member
Dlv_scale.c894 … const int32_t first_tick_width_halved = (int32_t)(section->first_tick_in_section_width / 2); in scale_draw_main()
1577 section->first_tick_in_section_width = tmp_width; in scale_store_section_line_tick_width_compensation()