Searched refs:lv_xml_to_bool (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/src/others/xml/parsers/ |
D | lv_xml_obj_parser.c | 69 …"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() 72 … lv_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() 76 … lv_xml_to_bool(value)); in lv_xml_obj_apply() 78 … lv_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() 81 … lv_xml_to_bool(value)); in lv_xml_obj_apply() 83 … lv_xml_to_bool(value)); in lv_xml_obj_apply() [all …]
|
/lvgl-latest/src/others/xml/ |
D | lv_xml_style.c | 139 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()
|
D | lv_xml_utils.h | 48 bool lv_xml_to_bool(const char * str);
|
D | lv_xml_utils.c | 72 bool lv_xml_to_bool(const char * str) in lv_xml_to_bool() function
|