Home
last modified time | relevance | path

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

/lvgl-latest/src/others/xml/
Dlv_xml_component_private.h30 lv_ll_t style_ll; member
Dlv_xml_parser.c45 lv_ll_init(&state->ctx.style_ll, sizeof(lv_xml_style_t)); in lv_xml_parser_state_init()
Dlv_xml_style.c86 lv_xml_style_t * xml_style = lv_ll_ins_tail(&ctx->style_ll); in lv_xml_style_register()
309 LV_LL_READ(&ctx->style_ll, xml_style) { in lv_xml_get_style_by_name()
Dlv_xml_component.c195 lv_ll_clear(&ctx->style_ll); in lv_xml_component_unregister()