Searched refs:is_ext_draw (Results 1 – 1 of 1) sorted by relevance
178 bool is_ext_draw = lv_style_prop_has_flag(prop, LV_STYLE_PROP_EXT_DRAW); in lv_obj_refresh_style() local206 if(prop == LV_STYLE_PROP_ANY || is_ext_draw) { in lv_obj_refresh_style()211 if(prop == LV_STYLE_PROP_ANY || (is_inheritable && (is_ext_draw || is_layout_refr))) { in lv_obj_refresh_style()