Searched refs:orentation_text_to_enum_value (Results 1 – 1 of 1) sorted by relevance
26 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