Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/core/
Dlv_obj_style.c177 bool is_layout_refr = lv_style_prop_has_flag(prop, LV_STYLE_PROP_LAYOUT_REFR); in lv_obj_refresh_style() local
182 if(is_layout_refr) { in lv_obj_refresh_style()
191 …f((part == LV_PART_ANY || part == LV_PART_MAIN) && (prop == LV_STYLE_PROP_ANY || is_layout_refr)) { 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()