Home
last modified time | relevance | path

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

/lvgl-latest/src/others/xml/parsers/
Dlv_xml_slider_parser.c26 static lv_slider_orientation_t orentation_text_to_enum_value(const char * txt);
60 …v_streq("orientation", name)) lv_slider_set_orientation(item, orentation_text_to_enum_value(value)… in lv_xml_slider_apply()
79 static lv_slider_orientation_t orentation_text_to_enum_value(const char * txt) in orentation_text_to_enum_value() function