Home
last modified time | relevance | path

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

/lvgl-latest/src/others/xml/parsers/
Dlv_xml_obj_parser.c69 …"hidden", name)) lv_obj_update_flag(item, LV_OBJ_FLAG_HIDDEN, lv_xml_to_bool(value)); in lv_xml_obj_apply()
70 …ickable", name)) lv_obj_update_flag(item, LV_OBJ_FLAG_CLICKABLE, lv_xml_to_bool(value)); in lv_xml_obj_apply()
72lv_xml_to_bool(value)); in lv_xml_obj_apply()
73 …eckable", name)) lv_obj_update_flag(item, LV_OBJ_FLAG_CHECKABLE, lv_xml_to_bool(value)); in lv_xml_obj_apply()
74 …ollable", name)) lv_obj_update_flag(item, LV_OBJ_FLAG_SCROLLABLE, lv_xml_to_bool(value)); in lv_xml_obj_apply()
76lv_xml_to_bool(value)); in lv_xml_obj_apply()
78lv_xml_to_bool(value)); in lv_xml_obj_apply()
79 …oll_one", name)) lv_obj_update_flag(item, LV_OBJ_FLAG_SCROLL_ONE, lv_xml_to_bool(value)); in lv_xml_obj_apply()
81lv_xml_to_bool(value)); in lv_xml_obj_apply()
83lv_xml_to_bool(value)); in lv_xml_obj_apply()
[all …]
/lvgl-latest/src/others/xml/
Dlv_xml_style.c139 else SET_STYLE_IF(clip_corner, lv_xml_to_bool(value)); in lv_xml_style_register()
149 else SET_STYLE_IF(bg_image_tiled, lv_xml_to_bool(value)); in lv_xml_style_register()
157 else SET_STYLE_IF(border_post, lv_xml_to_bool(value)); in lv_xml_style_register()
188 else SET_STYLE_IF(line_rounded, lv_xml_to_bool(value)); in lv_xml_style_register()
193 else SET_STYLE_IF(arc_rounded, lv_xml_to_bool(value)); in lv_xml_style_register()
Dlv_xml_utils.h48 bool lv_xml_to_bool(const char * str);
Dlv_xml_utils.c72 bool lv_xml_to_bool(const char * str) in lv_xml_to_bool() function