Home
last modified time | relevance | path

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

/lvgl-latest/src/themes/
Dlv_theme.c26 static void apply_theme_recursion(lv_theme_t * th, lv_obj_t * obj);
53 apply_theme_recursion(th, obj); /*Apply the theme including the base theme(s)*/ in lv_theme_apply()
106 static void apply_theme_recursion(lv_theme_t * th, lv_obj_t * obj) in apply_theme_recursion() function
115 apply_theme_recursion(th, obj); in apply_theme_recursion()