Lines Matching defs:_lv_theme_t
27 struct _lv_theme_t { struct
28 lv_theme_apply_cb_t apply_cb;
29 lv_theme_t * parent; /**< Apply the current theme's style on top of this theme. */
30 void * user_data;
31 lv_display_t * disp;
32 lv_color_t color_primary;
33 lv_color_t color_secondary;
34 const lv_font_t * font_small;
35 const lv_font_t * font_normal;
36 const lv_font_t * font_large;
37 uint32_t flags; /**< Any custom flag used by the theme */