Searched refs:lv_xml_obj_apply (Results 1 – 12 of 12) sorted by relevance
/lvgl-latest/src/others/xml/parsers/ |
D | lv_xml_tabview_parser.c | 52 …lv_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()
|
D | lv_xml_dropdown_parser.c | 52 …lv_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()
|
D | lv_xml_obj_parser.h | 28 void lv_xml_obj_apply(lv_xml_parser_state_t * state, const char ** attrs);
|
D | lv_xml_button_parser.c | 52 lv_xml_obj_apply(state, attrs); in lv_xml_button_apply()
|
D | lv_xml_label_parser.c | 52 …lv_xml_obj_apply(state, attrs); /*Apply the common properties, e.g. width, height, styles flags et… in lv_xml_label_apply()
|
D | lv_xml_image_parser.c | 57 …lv_xml_obj_apply(state, attrs); /*Apply the common properties, e.g. width, height, styles flags et… in lv_xml_image_apply()
|
D | lv_xml_slider_parser.c | 52 …lv_xml_obj_apply(state, attrs); /*Apply the common properties, e.g. width, height, styles flags et… in lv_xml_slider_apply()
|
D | lv_xml_table_parser.c | 53 …lv_xml_obj_apply(state, attrs); /*Apply the common properties, e.g. width, height, styles flags et… in lv_xml_table_apply()
|
D | lv_xml_chart_parser.c | 55 …lv_xml_obj_apply(state, attrs); /*Apply the common properties, e.g. width, height, styles flags et… in lv_xml_chart_apply()
|
D | lv_xml_obj_parser.c | 53 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/ |
D | lv_xml.c | 72 lv_xml_widget_register("lv_obj", lv_xml_obj_create, lv_xml_obj_apply); in lv_xml_init()
|
/lvgl-latest/docs/details/other-components/ |
D | xml.rst | 235 lv_xml_obj_apply(state, attrs);
|