Searched refs:apply_theme (Results 1 – 1 of 1) sorted by relevance
22 static void apply_theme(lv_theme_t * th, lv_obj_t * obj);54 apply_theme(th, obj); /*Apply the theme including the base theme(s)*/ in lv_theme_apply()114 static void apply_theme(lv_theme_t * th, lv_obj_t * obj) in apply_theme() function116 if(th->parent) apply_theme(th->parent, obj); in apply_theme()