Searched defs:_lv_scale_section_t (Results 1 – 1 of 1) sorted by relevance
30 struct _lv_scale_section_t { struct31 lv_style_t * main_style; /**< Style to use for MAIN part(s) of scale33 lv_style_t * indicator_style; /**< Style to use for INDICATOR part(s) of scale35 lv_style_t * items_style; /**< Style to use for ITEMS part(s) of scale37 … /**< 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 within41 …k_idx_in_section; /**< Internal (set during drawing): Tick index of last tick that falls within43 int32_t first_tick_in_section_width; /**< Internal (set during drawing) */44 int32_t last_tick_in_section_width; /**< Internal (set during drawing) */[all …]