Searched refs:lv_xml_flex_align_to_enum (Results 1 – 4 of 4) sorted by relevance
99 lv_flex_align_t lv_xml_flex_align_to_enum(const char * txt);
219 else SET_STYLE_IF(flex_main_place, lv_xml_flex_align_to_enum(value)); in lv_xml_style_register()220 else SET_STYLE_IF(flex_cross_place, lv_xml_flex_align_to_enum(value)); in lv_xml_style_register()221 else SET_STYLE_IF(flex_track_place, lv_xml_flex_align_to_enum(value)); in lv_xml_style_register()
149 lv_flex_align_t lv_xml_flex_align_to_enum(const char * txt) in lv_xml_flex_align_to_enum() function
234 else SET_STYLE_IF(flex_main_place, lv_xml_flex_align_to_enum(value)); in apply_styles()235 else SET_STYLE_IF(flex_cross_place, lv_xml_flex_align_to_enum(value)); in apply_styles()236 else SET_STYLE_IF(flex_track_place, lv_xml_flex_align_to_enum(value)); in apply_styles()