Home
last modified time | relevance | path

Searched defs:theme (Results 1 – 7 of 7) sorted by relevance

/lvgl-latest/src/themes/simple/
Dlv_theme_simple.c77 static void style_init(my_theme_t * theme) in style_init()
147 my_theme_t * theme = theme_def; in lv_theme_simple_is_inited() local
163 my_theme_t * theme = theme_def; in lv_theme_simple_deinit() local
186 my_theme_t * theme = theme_def; in lv_theme_simple_init() local
209 my_theme_t * theme = theme_def; in theme_apply() local
/lvgl-latest/src/themes/mono/
Dlv_theme_mono.c86 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() local
192 my_theme_t * theme = theme_def; in lv_theme_mono_deinit() local
215 my_theme_t * theme = theme_def; in lv_theme_mono_init() local
236 my_theme_t * theme = theme_def; in theme_apply() local
/lvgl-latest/demos/ebike/
Dlv_demo_ebike.c78 lv_theme_t * theme = lv_theme_simple_init(display); in lv_demo_ebike() local
/lvgl-latest/src/themes/default/
Dlv_theme_default.c213 static void style_init(my_theme_t * theme) in style_init()
651 my_theme_t * theme = theme_def; in lv_theme_default_init() local
695 my_theme_t * theme = theme_def; in lv_theme_default_deinit() local
721 my_theme_t * theme = theme_def; in lv_theme_default_is_inited() local
730 my_theme_t * theme = theme_def; in theme_apply() local
/lvgl-latest/src/themes/
Dlv_theme.c61 void lv_theme_set_apply_cb(lv_theme_t * theme, lv_theme_apply_cb_t apply_cb) in lv_theme_set_apply_cb()
/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch.c92 …lv_theme_t * theme = lv_theme_default_init(display, lv_palette_main(LV_PALETTE_BLUE), lv_palette_m… in lv_demo_smartwatch() local
/lvgl-latest/src/display/
Dlv_display_private.h148 lv_theme_t * theme; /**< The theme assigned to the screen*/ member