Home
last modified time | relevance | path

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

/lvgl-latest/src/others/xml/parsers/
Dlv_xml_obj_parser.c39 #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