Searched refs:color_primary (Results 1 – 4 of 4) sorted by relevance
/lvgl-3.4.0/src/extra/themes/default/ |
D | lv_theme_default.h | 39 lv_theme_t * lv_theme_default_init(lv_disp_t * disp, lv_color_t color_primary, lv_color_t color_sec…
|
D | lv_theme_default.c | 267 lv_style_set_outline_color(&styles->outline_primary, theme.color_primary); in style_init() 342 lv_style_set_bg_color(&styles->bg_color_primary, theme.color_primary); in style_init() 347 lv_style_set_bg_color(&styles->bg_color_primary_muted, theme.color_primary); in style_init() 348 lv_style_set_text_color(&styles->bg_color_primary_muted, theme.color_primary); in style_init() 384 lv_style_set_bg_color(&styles->knob, theme.color_primary); in style_init() 402 lv_style_set_arc_color(&styles->arc_indic_primary, theme.color_primary); in style_init() 413 lv_style_set_border_color(&styles->cb_marker, theme.color_primary); in style_init() 451 lv_style_set_bg_color(&styles->chart_indic, theme.color_primary); in style_init() 599 lv_style_set_border_color(&styles->tab_btn, theme.color_primary); in style_init() 642 lv_theme_t * lv_theme_default_init(lv_disp_t * disp, lv_color_t color_primary, lv_color_t color_sec… in lv_theme_default_init() argument [all …]
|
/lvgl-3.4.0/src/core/ |
D | lv_theme.h | 36 lv_color_t color_primary; member
|
D | lv_theme.c | 101 return th ? th->color_primary : lv_palette_main(LV_PALETTE_BLUE_GREY); in lv_theme_get_color_primary()
|