Home
last modified time | relevance | path

Searched refs:my_theme_t (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/themes/simple/
Dlv_theme_simple.c22 typedef struct _my_theme_t my_theme_t; typedef
24 #define theme_def (*(my_theme_t **)(&LV_GLOBAL_DEFAULT()->theme_simple))
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()
163 my_theme_t * theme = theme_def; in lv_theme_simple_deinit()
183 theme_def = lv_malloc_zeroed(sizeof(my_theme_t)); in lv_theme_simple_init()
186 my_theme_t * theme = theme_def; in lv_theme_simple_init()
209 my_theme_t * theme = theme_def; in theme_apply()
/lvgl-latest/src/themes/mono/
Dlv_theme_mono.c21 typedef struct _my_theme_t my_theme_t; typedef
23 #define theme_def (*(my_theme_t **)(&LV_GLOBAL_DEFAULT()->theme_mono))
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()
192 my_theme_t * theme = theme_def; in lv_theme_mono_deinit()
212 theme_def = lv_malloc_zeroed(sizeof(my_theme_t)); in lv_theme_mono_init()
215 my_theme_t * theme = theme_def; in lv_theme_mono_init()
236 my_theme_t * theme = theme_def; in theme_apply()
/lvgl-latest/src/themes/default/
Dlv_theme_default.c22 typedef struct _my_theme_t my_theme_t; typedef
24 #define theme_def (*(my_theme_t **)(&LV_GLOBAL_DEFAULT()->theme_default))
213 static void style_init(my_theme_t * theme) in style_init()
648 theme_def = lv_malloc_zeroed(sizeof(my_theme_t)); in lv_theme_default_init()
651 my_theme_t * theme = theme_def; in lv_theme_default_init()
695 my_theme_t * theme = theme_def; in lv_theme_default_deinit()
721 my_theme_t * theme = theme_def; in lv_theme_default_is_inited()
730 my_theme_t * theme = theme_def; in theme_apply()