Searched refs:apply_cb (Results 1 – 7 of 7) sorted by relevance
91 theme->apply_cb = copy->apply_cb; in lv_theme_copy()115 void lv_theme_set_apply_cb(lv_theme_t * theme, lv_theme_apply_cb_t apply_cb) in lv_theme_set_apply_cb() argument117 theme->apply_cb = apply_cb; in lv_theme_set_apply_cb()197 else if(th->apply_cb) { in apply_theme()198 th->apply_cb(act_theme, obj, name); in apply_theme()
155 lv_theme_apply_cb_t apply_cb; member215 void lv_theme_set_apply_cb(lv_theme_t * theme, lv_theme_apply_cb_t apply_cb);
93 theme.apply_cb = theme_apply; in lv_theme_empty_init()
406 theme.apply_cb = theme_apply; in lv_theme_template_init()
563 theme.apply_cb = theme_apply; in lv_theme_mono_init()
949 theme.apply_cb = theme_apply; in lv_theme_material_init()
113 - Add `theme->apply_cb` to replace `theme->apply_xcb` to make it compatible with the MicroPython bi…