Home
last modified time | relevance | path

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

/lvgl-latest/src/themes/
Dlv_theme.c25 static void apply_theme(lv_theme_t * th, lv_obj_t * obj);
100 static void apply_theme(lv_theme_t * th, lv_obj_t * obj) in apply_theme() function
102 if(th->parent) apply_theme(th->parent, obj); in apply_theme()
121 apply_theme(th, obj); in apply_theme_recursion()