Home
last modified time | relevance | path

Searched defs:_lv_scale_section_t (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/widgets/scale/
Dlv_scale_private.h30 struct _lv_scale_section_t { struct
31 lv_style_t * main_style; /**< Style to use for MAIN part(s) of scale
33 lv_style_t * indicator_style; /**< Style to use for INDICATOR part(s) of scale
35 lv_style_t * items_style; /**< Style to use for ITEMS part(s) of scale
37 … /**< Scale parts with value >= this value will be drawn using applicable style. */
38 … /**< Scale parts with value <= this value will be drawn using applicable style. */
39 …k_idx_in_section; /**< Internal (set during drawing): Tick index of first tick that falls within
41 …k_idx_in_section; /**< Internal (set during drawing): Tick index of last tick that falls within
43 int32_t first_tick_in_section_width; /**< Internal (set during drawing) */
44 int32_t last_tick_in_section_width; /**< Internal (set during drawing) */
[all …]