Lines Matching refs:attrs
39 void * lv_xml_dropdown_create(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_dropdown_create() argument
41 LV_UNUSED(attrs); in lv_xml_dropdown_create()
48 void lv_xml_dropdown_apply(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_dropdown_apply() argument
52 …lv_xml_obj_apply(state, attrs); /*Apply the common properties, e.g. width, height, styles flags et… in lv_xml_dropdown_apply()
54 for(int i = 0; attrs[i]; i += 2) { in lv_xml_dropdown_apply()
55 const char * name = attrs[i]; in lv_xml_dropdown_apply()
56 const char * value = attrs[i + 1]; in lv_xml_dropdown_apply()
65 void * lv_xml_dropdown_list_create(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_dropdown_list_create() argument
67 LV_UNUSED(attrs); in lv_xml_dropdown_list_create()
72 void lv_xml_dropdown_list_apply(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_dropdown_list_apply() argument
75 LV_UNUSED(attrs); in lv_xml_dropdown_list_apply()
77 lv_xml_obj_apply(state, attrs); in lv_xml_dropdown_list_apply()