Searched refs:font_subtitle (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 85 theme.font_subtitle = font_subtitle; in lv_theme_empty_init()
|
D | lv_theme.c | 85 theme->font_subtitle = copy->font_subtitle; in lv_theme_copy() 144 return act_theme->font_subtitle; in lv_theme_get_font_subtitle()
|
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 | 162 const lv_font_t * font_subtitle; 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 369 theme.font_subtitle = font_subtitle; 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 526 theme.font_subtitle = font_subtitle; in lv_theme_mono_init()
|
D | lv_theme_material.c | 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 911 theme.font_subtitle = font_subtitle; in lv_theme_material_init()
|