Searched defs:theme (Results 1 – 7 of 7) sorted by relevance
77 static void style_init(my_theme_t * theme) in style_init()147 my_theme_t * theme = theme_def; in lv_theme_simple_is_inited() local163 my_theme_t * theme = theme_def; in lv_theme_simple_deinit() local186 my_theme_t * theme = theme_def; in lv_theme_simple_init() local209 my_theme_t * theme = theme_def; in theme_apply() local
86 static void style_init(my_theme_t * theme, bool dark_bg, const lv_font_t * font) in style_init()185 my_theme_t * theme = theme_def; in lv_theme_mono_is_inited() local192 my_theme_t * theme = theme_def; in lv_theme_mono_deinit() local215 my_theme_t * theme = theme_def; in lv_theme_mono_init() local236 my_theme_t * theme = theme_def; in theme_apply() local
78 lv_theme_t * theme = lv_theme_simple_init(display); in lv_demo_ebike() local
213 static void style_init(my_theme_t * theme) in style_init()651 my_theme_t * theme = theme_def; in lv_theme_default_init() local695 my_theme_t * theme = theme_def; in lv_theme_default_deinit() local721 my_theme_t * theme = theme_def; in lv_theme_default_is_inited() local730 my_theme_t * theme = theme_def; in theme_apply() local
61 void lv_theme_set_apply_cb(lv_theme_t * theme, lv_theme_apply_cb_t apply_cb) in lv_theme_set_apply_cb()
92 …lv_theme_t * theme = lv_theme_default_init(display, lv_palette_main(LV_PALETTE_BLUE), lv_palette_m… in lv_demo_smartwatch() local
148 lv_theme_t * theme; /**< The theme assigned to the screen*/ member