Searched refs:lv_xml_create_from_ctx (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/src/others/xml/ |
D | lv_xml.h | 35 void * lv_xml_create_from_ctx(lv_obj_t * parent, lv_xml_component_ctx_t * parent_ctx, lv_xml_compon…
|
D | lv_xml.c | 91 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()
|
D | lv_xml_component.c | 64 lv_obj_t * item = lv_xml_create_from_ctx(state->parent, &state->ctx, ctx, attrs); in lv_xml_component_process()
|