Home
last modified time | relevance | path

Searched refs:lv_xml_component_get_ctx (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/src/others/xml/
Dlv_xml_component.c62 lv_xml_component_ctx_t * ctx = lv_xml_component_get_ctx(name); in lv_xml_component_process()
77 lv_xml_component_ctx_t * lv_xml_component_get_ctx(const char * component_name) in lv_xml_component_get_ctx() function
187 lv_xml_component_ctx_t * ctx = lv_xml_component_get_ctx(name); in lv_xml_component_unregister()
250 lv_xml_component_ctx_t * extended_component = lv_xml_component_get_ctx(extends); in start_metadata_handler()
Dlv_xml_component.h57 lv_xml_component_ctx_t * lv_xml_component_get_ctx(const char * component_name);
Dlv_xml.c147 lv_xml_component_ctx_t * ctx = lv_xml_component_get_ctx(name); in lv_xml_create()
Dlv_xml_style.c301 ctx = lv_xml_component_get_ctx(component_name); in lv_xml_get_style_by_name()