Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/misc/
Dlv_style.c52 [LV_STYLE_TRANSFORM_ZOOM] = LV_STYLE_PROP_EXT_DRAW | LV_STYLE_PROP_LAYER_REFR,
53 [LV_STYLE_TRANSFORM_ANGLE] = LV_STYLE_PROP_EXT_DRAW | LV_STYLE_PROP_LAYER_REFR,
123 [LV_STYLE_OPA_LAYERED] = LV_STYLE_PROP_LAYER_REFR,
129 [LV_STYLE_BLEND_MODE] = LV_STYLE_PROP_LAYER_REFR,
Dlv_style.h43 #define LV_STYLE_PROP_LAYER_REFR (1 << 4) /*Affects layer handling*/ macro
/lvgl-3.7.0/src/core/
Dlv_obj_style.c180 bool is_layer_refr = lv_style_prop_has_flag(prop, LV_STYLE_PROP_LAYER_REFR); in lv_obj_refresh_style()