Home
last modified time | relevance | path

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

/lvgl-latest/src/others/xml/
Dlv_xml_base_types.h113 lv_layout_t lv_xml_layout_to_enum(const char * txt);
Dlv_xml_base_types.c177 lv_layout_t lv_xml_layout_to_enum(const char * txt) in lv_xml_layout_to_enum() function
Dlv_xml_style.c215 else SET_STYLE_IF(layout, lv_xml_layout_to_enum(value)); in lv_xml_style_register()
/lvgl-latest/src/others/xml/parsers/
Dlv_xml_obj_parser.c230 else SET_STYLE_IF(layout, lv_xml_layout_to_enum(value)); in apply_styles()