Home
last modified time | relevance | path

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

/lvgl-latest/src/others/xml/parsers/
Dlv_xml_image_parser.h29 void lv_xml_image_apply(lv_xml_parser_state_t * state, const char ** attrs);
Dlv_xml_image_parser.c53 void lv_xml_image_apply(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_image_apply() function
/lvgl-latest/src/others/xml/
Dlv_xml.c75 lv_xml_widget_register("lv_image", lv_xml_image_create, lv_xml_image_apply); in lv_xml_init()