Searched refs:prop_name (Results 1 – 1 of 1) sorted by relevance
39 #define SET_STYLE_IF(prop, value) if(lv_streq(prop_name, "style_" #prop)) lv_obj_set_style_##prop(o…126 const char * prop_name = lv_xml_style_string_process(name_local, &selector); in apply_styles() local