Home
last modified time | relevance | path

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

/lvgl-latest/src/core/
Dlv_obj_style.c25 #define STYLE_PROP_SHIFTED(prop) ((uint32_t)1 << ((prop) >> 3)) macro
143 (*prop_is_set) |= STYLE_PROP_SHIFTED(props[i].prop); in lv_obj_add_style()
149 (*prop_is_set) |= STYLE_PROP_SHIFTED(props[i]); in lv_obj_add_style()
373 uint32_t prop_shifted = STYLE_PROP_SHIFTED(prop); in lv_obj_set_local_style_prop()
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()
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()
1089 const uint32_t prop_shifted = STYLE_PROP_SHIFTED(prop); in get_selector_style_prop()