Lines Matching refs:indic
243 theme.style.bar.indic = &bar_indic; in bar_init()
255 knob.body.main_color = theme.style.bar.indic->body.main_color; in slider_init()
259 theme.style.slider.indic = theme.style.bar.indic; in slider_init()
287 theme.style.sw.indic = &sw_indic; in sw_init()
672 static lv_style_t indic, btn_bg, rel, pr, tgl_rel, tgl_pr; in tabview_init() local
674 lv_style_copy(&indic, &def); in tabview_init()
675 indic.body.main_color = lv_color_hsv_to_rgb(_hue, 90, 70); in tabview_init()
676 indic.body.grad_color = indic.body.main_color; in tabview_init()
677 indic.body.radius = 0; in tabview_init()
678 indic.body.border.width = 0; in tabview_init()
679 indic.body.padding.inner = LV_DPI / 20; in tabview_init()
730 theme.style.tabview.indic = &indic; in tabview_init()