Home
last modified time | relevance | path

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

/lvgl-3.5.0/src/core/
Dlv_theme.c22 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() function
116 if(th->parent) apply_theme(th->parent, obj); in apply_theme()