Searched refs:apply_cb (Results 1 – 6 of 6) sorted by relevance
75 void lv_theme_set_apply_cb(lv_theme_t * theme, lv_theme_apply_cb_t apply_cb) in lv_theme_set_apply_cb() argument77 theme->apply_cb = apply_cb; in lv_theme_set_apply_cb()117 if(th->apply_cb) th->apply_cb(th, obj); in apply_theme()
32 lv_theme_apply_cb_t apply_cb; member76 void lv_theme_set_apply_cb(lv_theme_t * theme, lv_theme_apply_cb_t apply_cb);
160 theme.apply_cb = theme_apply; in lv_theme_basic_init()
188 theme.apply_cb = theme_apply; in lv_theme_mono_init()
665 theme.apply_cb = theme_apply; in lv_theme_default_init()
1295 - Add `theme->apply_cb` to replace `theme->apply_xcb` to make it compatible with the MicroPython bi…