Home
last modified time | relevance | path

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

/lvgl-latest/src/themes/
Dlv_theme.c61 void lv_theme_set_apply_cb(lv_theme_t * theme, lv_theme_apply_cb_t apply_cb) in lv_theme_set_apply_cb() argument
63 theme->apply_cb = apply_cb; in lv_theme_set_apply_cb()
103 if(th->apply_cb) th->apply_cb(th, obj); in apply_theme()
Dlv_theme_private.h28 lv_theme_apply_cb_t apply_cb; member
Dlv_theme.h60 void lv_theme_set_apply_cb(lv_theme_t * theme, lv_theme_apply_cb_t apply_cb);
/lvgl-latest/src/others/xml/
Dlv_xml_widget.c42 lv_xml_widget_apply_cb_t apply_cb) in lv_xml_widget_register() argument
49 p->apply_cb = apply_cb; in lv_xml_widget_register()
Dlv_xml_widget.h32 lv_xml_widget_apply_cb_t apply_cb; member
41 lv_xml_widget_apply_cb_t apply_cb);
Dlv_xml.c121 ctx->root_widget->apply_cb(&state, attrs); in lv_xml_create_from_ctx()
142 p->apply_cb(&state, attrs); in lv_xml_create()
347 p->apply_cb(state, attrs); in view_start_element_handler()
Dlv_xml_component.c72 ctx->root_widget->apply_cb(state, attrs); in lv_xml_component_process()
/lvgl-latest/src/themes/simple/
Dlv_theme_simple.c192 theme->base.apply_cb = theme_apply; in lv_theme_simple_init()
/lvgl-latest/src/themes/mono/
Dlv_theme_mono.c221 theme->base.apply_cb = theme_apply; in lv_theme_mono_init()
/lvgl-latest/src/themes/default/
Dlv_theme_default.c681 theme->base.apply_cb = theme_apply; in lv_theme_default_init()