Home
last modified time | relevance | path

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

/lvgl-latest/src/themes/simple/
Dlv_theme_simple.c63 static void theme_apply(lv_theme_t * th, lv_obj_t * obj);
192 theme->base.apply_cb = theme_apply; in lv_theme_simple_init()
205 static void theme_apply(lv_theme_t * th, lv_obj_t * obj) in theme_apply() function
/lvgl-latest/src/themes/mono/
Dlv_theme_mono.c72 static void theme_apply(lv_theme_t * th, lv_obj_t * obj);
221 theme->base.apply_cb = theme_apply; in lv_theme_mono_init()
232 static void theme_apply(lv_theme_t * th, lv_obj_t * obj) in theme_apply() function
/lvgl-latest/src/themes/default/
Dlv_theme_default.c185 static void theme_apply(lv_theme_t * th, lv_obj_t * obj);
681 theme->base.apply_cb = theme_apply; in lv_theme_default_init()
726 static void theme_apply(lv_theme_t * th, lv_obj_t * obj) in theme_apply() function