Searched refs:arc_indic (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/themes/default/ |
D | lv_theme_default.c | 91 lv_style_t arc_indic; member 413 style_init_reset(&theme->styles.arc_indic); in style_init() 414 lv_style_set_arc_color(&theme->styles.arc_indic, theme->color_grey); in style_init() 415 lv_style_set_arc_width(&theme->styles.arc_indic, LV_DPX_CALC(theme->disp_dpi, 15)); in style_init() 416 lv_style_set_arc_rounded(&theme->styles.arc_indic, true); in style_init() 1000 lv_obj_add_style(obj, &theme->styles.arc_indic, 0); in theme_apply() 1001 lv_obj_add_style(obj, &theme->styles.arc_indic, LV_PART_INDICATOR); in theme_apply() 1009 lv_obj_add_style(obj, &theme->styles.arc_indic, 0); in theme_apply() 1010 lv_obj_add_style(obj, &theme->styles.arc_indic, LV_PART_INDICATOR); in theme_apply()
|