Searched refs:LV_STYLE_PROP_LAYER_REFR (Results 1 – 3 of 3) sorted by relevance
52 [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,122 [LV_STYLE_OPA] = LV_STYLE_PROP_LAYER_REFR,128 [LV_STYLE_BLEND_MODE] = LV_STYLE_PROP_LAYER_REFR,
43 #define LV_STYLE_PROP_LAYER_REFR (1 << 4) /*Affects layer handling*/ macro
180 bool is_layer_refr = lv_style_prop_has_flag(prop, LV_STYLE_PROP_LAYER_REFR); in lv_obj_refresh_style()