Searched refs:LV_STYLE_OPA (Results 1 – 8 of 8) sorted by relevance
/lvgl-3.7.0/src/core/ |
D | lv_disp.c | 236 lv_obj_remove_local_style_prop(d->scr_to_load, LV_STYLE_OPA, 0); in lv_scr_load_anim() 263 lv_obj_remove_local_style_prop(new_scr, LV_STYLE_OPA, 0); in lv_scr_load_anim() 264 lv_obj_remove_local_style_prop(lv_scr_act(), LV_STYLE_OPA, 0); in lv_scr_load_anim() 529 lv_obj_remove_local_style_prop(a->var, LV_STYLE_OPA, 0); in scr_anim_ready()
|
D | lv_obj_style_gen.c | 600 lv_obj_set_local_style_prop(obj, LV_STYLE_OPA, v, selector); in lv_obj_set_style_opa()
|
D | lv_obj_style.c | 892 lv_obj_remove_local_style_prop(a->var, LV_STYLE_OPA, 0); in fade_in_anim_ready()
|
D | lv_obj_style_gen.h | 507 lv_style_value_t v = lv_obj_get_style_prop(obj, part, LV_STYLE_OPA); in lv_obj_get_style_opa()
|
/lvgl-3.7.0/src/misc/ |
D | lv_style.c | 122 [LV_STYLE_OPA] = 0, 333 case LV_STYLE_OPA: in lv_style_prop_get_default()
|
D | lv_style.h | 262 LV_STYLE_OPA = 96, enumerator
|
D | lv_style_gen.c | 600 lv_style_set_prop(style, LV_STYLE_OPA, v); in lv_style_set_opa()
|
D | lv_style_gen.h | 459 .prop = LV_STYLE_OPA, .value = { .num = (int32_t)val } \
|