Home
last modified time | relevance | path

Searched refs:lv_xml_component_process (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/others/xml/
Dlv_xml_component.h34 lv_obj_t * lv_xml_component_process(lv_xml_parser_state_t * state, const char * name, const char **…
Dlv_xml_component.c60 lv_obj_t * lv_xml_component_process(lv_xml_parser_state_t * state, const char * name, const char **… in lv_xml_component_process() function
Dlv_xml.c353 item = lv_xml_component_process(state, name, attrs); in view_start_element_handler()