Home
last modified time | relevance | path

Searched refs:lv_style_prop_has_flag (Results 1 – 2 of 2) 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()
178 bool is_ext_draw = lv_style_prop_has_flag(prop, LV_STYLE_PROP_EXT_DRAW); in lv_obj_refresh_style()
179 bool is_inheritable = lv_style_prop_has_flag(prop, LV_STYLE_PROP_INHERIT); in lv_obj_refresh_style()
180 bool is_layer_refr = lv_style_prop_has_flag(prop, LV_STYLE_PROP_LAYER_REFR); in lv_obj_refresh_style()
226 bool inheritable = lv_style_prop_has_flag(prop, LV_STYLE_PROP_INHERIT); in lv_obj_get_style_prop()
/lvgl-3.7.0/src/misc/
Dlv_style.h565 static inline bool lv_style_prop_has_flag(lv_style_prop_t prop, uint8_t flag) in lv_style_prop_has_flag() function