Searched refs:bg_color_white (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/extra/themes/default/ |
D | lv_theme_default.c | 56 lv_style_t bg_color_white; member 370 style_init_reset(&styles->bg_color_white); in style_init() 371 lv_style_set_bg_color(&styles->bg_color_white, color_card); in style_init() 372 lv_style_set_bg_opa(&styles->bg_color_white, LV_OPA_COVER); in style_init() 373 lv_style_set_text_color(&styles->bg_color_white, color_text); in style_init() 796 lv_obj_add_style(obj, &styles->bg_color_white, 0); in theme_apply() 871 lv_obj_add_style(obj, &styles->bg_color_white, LV_PART_ITEMS); in theme_apply() 908 lv_obj_add_style(obj, &styles->bg_color_white, LV_PART_KNOB); in theme_apply() 961 lv_obj_add_style(obj, &styles->bg_color_white, LV_PART_SELECTED); in theme_apply() 1033 lv_obj_add_style(obj, &styles->bg_color_white, LV_PART_ITEMS); in theme_apply() [all …]
|