Searched refs:style_other_prop_is_set (Results 1 – 2 of 2) sorted by relevance
59 uint32_t style_other_prop_is_set; member
139 … prop_is_set = part == LV_PART_MAIN ? &obj->style_main_prop_is_set : &obj->style_other_prop_is_set; in lv_obj_add_style()378 obj->style_other_prop_is_set |= prop_shifted; in lv_obj_set_local_style_prop()1023 obj->style_other_prop_is_set = 0; in full_cache_refresh()1031 obj->style_other_prop_is_set |= STYLE_PROP_SHIFTED(props[j].prop); in full_cache_refresh()1037 obj->style_other_prop_is_set |= STYLE_PROP_SHIFTED(props[j]); in full_cache_refresh()1090 …if((part == LV_PART_MAIN ? obj->style_main_prop_is_set : obj->style_other_prop_is_set) & prop_shif… in get_selector_style_prop()