Lines Matching refs:bg

34 static lv_style_t bg;  variable
102 lv_style_copy(&bg, &def); in basic_init()
103 bg.body.main_color = lv_color_hex3(0x333); in basic_init()
104 bg.body.grad_color = lv_color_hex3(0x333); in basic_init()
105 bg.body.border.width = 2; in basic_init()
106 bg.body.border.color = lv_color_hex3(0x666); in basic_init()
107 bg.body.shadow.color = LV_COLOR_SILVER; in basic_init()
109 lv_style_copy(&scr, &bg); in basic_init()
142 theme.style.bg = &bg; in basic_init()
268 theme.style.bar.bg = &bar_bg; in bar_init()
332 theme.style.slider.bg = &bar_bg; in slider_init()
363 theme.style.sw.bg = &sw_bg; in sw_init()
477 theme.style.calendar.bg = &panel; in calendar_init()
491 lv_style_copy(&cb_rel, &bg); in cb_init()
498 lv_style_copy(&cb_bg, &bg); in cb_init()
531 theme.style.cb.bg = &cb_bg; in cb_init()
569 theme.style.btnm.bg = &btnm_bg; in btnm_init()
581 theme.style.kb.bg = &btnm_bg; in kb_init()
597 theme.style.mbox.bg = &mbox_bg; in mbox_init()
598 theme.style.mbox.btn.bg = &lv_style_transp; in mbox_init()
607 theme.style.page.bg = &panel; in page_init()
626 theme.style.spinbox.bg = &panel; in spinbox_init()
663 theme.style.list.bg = &list_bg; in list_init()
689 theme.style.ddlist.bg = &ddlist_bg; in ddlist_init()
715 theme.style.roller.bg = &roller_bg; in roller_init()
775 theme.style.tabview.bg = &bg; in tabview_init()
777 theme.style.tabview.btn.bg = &lv_style_transp_tight; in tabview_init()
788 theme.style.tileview.bg = &lv_style_transp_tight; in tileview_init()
806 theme.style.table.bg = &lv_style_transp_tight; in table_init()
831 theme.style.win.bg = &bg; in win_init()