Searched refs:font_normal (Results 1 – 10 of 10) sorted by relevance
/lvgl-2.7.6/src/lv_themes/ |
D | lv_theme_empty.c | 69 … 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()
|
D | lv_theme.c | 84 theme->font_normal = copy->font_normal; in lv_theme_copy() 135 return act_theme->font_normal; in lv_theme_get_font_normal()
|
D | lv_theme_mono.h | 45 … const lv_font_t * font_small, const lv_font_t * font_normal, const lv_font_t * font_subtitle,
|
D | lv_theme_template.h | 45 … const lv_font_t * font_small, const lv_font_t * font_normal, const lv_font_t * font_subtitle,
|
D | lv_theme_empty.h | 45 … const lv_font_t * font_small, const lv_font_t * font_normal, const lv_font_t * font_subtitle,
|
D | lv_theme_material.h | 50 … const lv_font_t * font_small, const lv_font_t * font_normal, const lv_font_t * font_subtitle,
|
D | lv_theme.h | 161 const lv_font_t * font_normal; member
|
D | lv_theme_template.c | 348 … 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()
|
D | lv_theme_mono.c | 510 … 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()
|
D | lv_theme_material.c | 207 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()
|