Home
last modified time | relevance | path

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

/lvgl-latest/src/others/xml/
Dlv_xml_parser.h58 } lv_xml_param_t; typedef
Dlv_xml_parser.c47 lv_ll_init(&state->ctx.param_ll, sizeof(lv_xml_param_t)); in lv_xml_parser_state_init()
Dlv_xml.c208 lv_xml_param_t * p; in get_param_type()
217 lv_xml_param_t * p; in get_param_default()
Dlv_xml_component.c227 lv_xml_param_t * prop = lv_ll_ins_tail(&state->ctx.param_ll); in process_prop_element()