Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_style.c130 [LV_STYLE_OPA] = 0,
391 case LV_STYLE_OPA: in lv_style_prop_get_default()
Dlv_style.h295 LV_STYLE_OPA = 95, enumerator
Dlv_style_gen.c706 lv_style_set_prop(style, LV_STYLE_OPA, v); in lv_style_set_opa()
Dlv_style_gen.h569 .prop = LV_STYLE_OPA, .value = { .num = (int32_t)val } \
/lvgl-latest/src/display/
Dlv_display.c652 lv_obj_remove_local_style_prop(d->scr_to_load, LV_STYLE_OPA, 0); in lv_screen_load_anim()
675 lv_obj_remove_local_style_prop(new_scr, LV_STYLE_OPA, 0); in lv_screen_load_anim()
676 if(act_scr) lv_obj_remove_local_style_prop(act_scr, LV_STYLE_OPA, 0); in lv_screen_load_anim()
1202 lv_obj_remove_local_style_prop(a->var, LV_STYLE_OPA, 0); in scr_anim_completed()
/lvgl-latest/src/widgets/property/
Dlv_style_properties.h84 LV_PROPERTY_ID(STYLE, OPA, LV_PROPERTY_TYPE_INT, LV_STYLE_OPA),
/lvgl-latest/src/core/
Dlv_obj_style_gen.c706 lv_obj_set_local_style_prop(obj, LV_STYLE_OPA, v, selector); in lv_obj_set_style_opa()
Dlv_obj_style.c1055 lv_obj_remove_local_style_prop(a->var, LV_STYLE_OPA, 0); in fade_in_anim_completed()
Dlv_obj_style_gen.h600 lv_style_value_t v = lv_obj_get_style_prop(obj, part, LV_STYLE_OPA); in lv_obj_get_style_opa()