Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/themes/basic/
Dlv_theme_basic.c50 static void theme_apply(lv_theme_t * th, lv_obj_t * obj);
156 theme.apply_cb = theme_apply; in lv_theme_basic_init()
169 static void theme_apply(lv_theme_t * th, lv_obj_t * obj) in theme_apply() function
/lvgl-3.7.0/src/extra/themes/mono/
Dlv_theme_mono.c59 static void theme_apply(lv_theme_t * th, lv_obj_t * obj);
186 theme.apply_cb = theme_apply; in lv_theme_mono_init()
197 static void theme_apply(lv_theme_t * th, lv_obj_t * obj) in theme_apply() function
/lvgl-3.7.0/src/extra/themes/default/
Dlv_theme_default.c167 static void theme_apply(lv_theme_t * th, lv_obj_t * obj);
668 theme.apply_cb = theme_apply; in lv_theme_default_init()
694 static void theme_apply(lv_theme_t * th, lv_obj_t * obj) in theme_apply() function