Home
last modified time | relevance | path

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

/lvgl-latest/src/others/xml/
Dlv_xml.h35 void * lv_xml_create_from_ctx(lv_obj_t * parent, lv_xml_component_ctx_t * parent_ctx, lv_xml_compon…
Dlv_xml.c91 void * lv_xml_create_from_ctx(lv_obj_t * parent, lv_xml_component_ctx_t * parent_ctx, lv_xml_compon… in lv_xml_create_from_ctx() function
149 item = lv_xml_create_from_ctx(parent, NULL, ctx, attrs); in lv_xml_create()
Dlv_xml_component.c64 lv_obj_t * item = lv_xml_create_from_ctx(state->parent, &state->ctx, ctx, attrs); in lv_xml_component_process()