Lines Matching refs:panel

38 static lv_style_t panel; /*General fancy background (e.g. to chart or ta)*/  variable
118 lv_style_copy(&panel, &def); in basic_init()
119 panel.body.radius = LV_DPI / 10; in basic_init()
120 panel.body.main_color = lv_color_hex3(0x500); in basic_init()
121 panel.body.grad_color = lv_color_hex3(0x505); in basic_init()
122 panel.body.border.color = lv_color_hex3(0xccc); in basic_init()
123 panel.body.border.width = 2; in basic_init()
124 panel.body.border.opa = LV_OPA_60; in basic_init()
125 panel.text.color = lv_color_hsv_to_rgb(_hue, 8, 96); in basic_init()
126 panel.line.color = lv_color_hsv_to_rgb(_hue, 20, 70); in basic_init()
145 theme.style.panel = &panel; in basic_init()
425 theme.style.chart = &panel; in chart_init()
443 week_box.body.border.color = theme.style.panel->body.border.color; in calendar_init()
455 theme.style.calendar.bg = theme.style.panel; in calendar_init()
572 lv_style_copy(&mbox_bg, &panel); in mbox_init()
585 theme.style.page.bg = &panel; in page_init()
594 theme.style.ta.area = &panel; in ta_init()
595 theme.style.ta.oneline = &panel; in ta_init()
604 theme.style.spinbox.bg = &panel; in spinbox_init()
653 lv_style_copy(&ddlist_bg, &panel); in ddlist_init()
660 lv_style_copy(&ddlist_sel, &panel); in ddlist_init()
686 lv_style_copy(&roller_sel, &panel); in roller_init()
775 lv_style_copy(&cell, &panel); in table_init()
789 lv_style_copy(&win_header, &panel); in win_init()
795 win_header.body.border.opa = panel.body.border.opa; in win_init()
796 win_header.body.border.width = panel.body.border.width; in win_init()