Home
last modified time | relevance | path

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

/lvgl-latest/src/others/xml/parsers/
Dlv_xml_tabview_parser.c52lv_xml_obj_apply(state, attrs); /*Apply the common properties, e.g. width, height, styles flags et… in lv_xml_tabview_apply()
74 lv_xml_obj_apply(state, attrs); in lv_xml_tabview_tab_bar_apply()
87 lv_xml_obj_apply(state, attrs); in lv_xml_tabview_tab_apply()
Dlv_xml_dropdown_parser.c52lv_xml_obj_apply(state, attrs); /*Apply the common properties, e.g. width, height, styles flags et… in lv_xml_dropdown_apply()
77 lv_xml_obj_apply(state, attrs); in lv_xml_dropdown_list_apply()
Dlv_xml_obj_parser.h28 void lv_xml_obj_apply(lv_xml_parser_state_t * state, const char ** attrs);
Dlv_xml_button_parser.c52 lv_xml_obj_apply(state, attrs); in lv_xml_button_apply()
Dlv_xml_label_parser.c52lv_xml_obj_apply(state, attrs); /*Apply the common properties, e.g. width, height, styles flags et… in lv_xml_label_apply()
Dlv_xml_image_parser.c57lv_xml_obj_apply(state, attrs); /*Apply the common properties, e.g. width, height, styles flags et… in lv_xml_image_apply()
Dlv_xml_slider_parser.c52lv_xml_obj_apply(state, attrs); /*Apply the common properties, e.g. width, height, styles flags et… in lv_xml_slider_apply()
Dlv_xml_table_parser.c53lv_xml_obj_apply(state, attrs); /*Apply the common properties, e.g. width, height, styles flags et… in lv_xml_table_apply()
Dlv_xml_chart_parser.c55lv_xml_obj_apply(state, attrs); /*Apply the common properties, e.g. width, height, styles flags et… in lv_xml_chart_apply()
Dlv_xml_obj_parser.c53 void lv_xml_obj_apply(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_obj_apply() function
/lvgl-latest/src/others/xml/
Dlv_xml.c72 lv_xml_widget_register("lv_obj", lv_xml_obj_create, lv_xml_obj_apply); in lv_xml_init()
/lvgl-latest/docs/details/other-components/
Dxml.rst235 lv_xml_obj_apply(state, attrs);