Home
last modified time | relevance | path

Searched refs:font_normal (Results 1 – 10 of 10) sorted by relevance

/lvgl-2.7.6/src/lv_themes/
Dlv_theme_empty.c69 … const lv_font_t * font_small, const lv_font_t * font_normal, const lv_font_t * font_subtitle, in lv_theme_empty_init() argument
84 theme.font_normal = font_normal; in lv_theme_empty_init()
Dlv_theme.c84 theme->font_normal = copy->font_normal; in lv_theme_copy()
135 return act_theme->font_normal; in lv_theme_get_font_normal()
Dlv_theme_mono.h45 … const lv_font_t * font_small, const lv_font_t * font_normal, const lv_font_t * font_subtitle,
Dlv_theme_template.h45 … const lv_font_t * font_small, const lv_font_t * font_normal, const lv_font_t * font_subtitle,
Dlv_theme_empty.h45 … const lv_font_t * font_small, const lv_font_t * font_normal, const lv_font_t * font_subtitle,
Dlv_theme_material.h50 … const lv_font_t * font_small, const lv_font_t * font_normal, const lv_font_t * font_subtitle,
Dlv_theme.h161 const lv_font_t * font_normal; member
Dlv_theme_template.c348 … const lv_font_t * font_small, const lv_font_t * font_normal, const lv_font_t * font_subtitle, in lv_theme_template_init() argument
368 theme.font_normal = font_normal; in lv_theme_template_init()
Dlv_theme_mono.c510 … const lv_font_t * font_small, const lv_font_t * font_normal, const lv_font_t * font_subtitle, in lv_theme_mono_init() argument
525 theme.font_normal = font_normal; in lv_theme_mono_init()
Dlv_theme_material.c207 lv_style_set_value_font(&styles->scr, LV_STATE_DEFAULT, theme.font_normal); in basic_init()
220 lv_style_set_value_font(&styles->bg, LV_STATE_DEFAULT, theme.font_normal); in basic_init()
895 … const lv_font_t * font_small, const lv_font_t * font_normal, const lv_font_t * font_subtitle, in lv_theme_material_init() argument
910 theme.font_normal = font_normal; in lv_theme_material_init()