Home
last modified time | relevance | path

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

/lvgl-latest/src/core/
Dlv_obj_private.h58 uint32_t style_main_prop_is_set; member
Dlv_obj_style.c139 …uint32_t * prop_is_set = part == LV_PART_MAIN ? &obj->style_main_prop_is_set : &obj->style_other_p… in lv_obj_add_style()
375 obj->style_main_prop_is_set |= prop_shifted; in lv_obj_set_local_style_prop()
1003 obj->style_main_prop_is_set = 0; in full_cache_refresh()
1011 obj->style_main_prop_is_set |= STYLE_PROP_SHIFTED(props[j].prop); in full_cache_refresh()
1017 obj->style_main_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()
1116 if(obj->style_main_prop_is_set & prop_shifted) in get_selector_style_prop()