Searched refs:LV_STYLE_OPA (Results 1 – 9 of 9) sorted by relevance
/lvgl-latest/src/misc/ |
D | lv_style.c | 130 [LV_STYLE_OPA] = 0, 391 case LV_STYLE_OPA: in lv_style_prop_get_default()
|
D | lv_style.h | 295 LV_STYLE_OPA = 95, enumerator
|
D | lv_style_gen.c | 706 lv_style_set_prop(style, LV_STYLE_OPA, v); in lv_style_set_opa()
|
D | lv_style_gen.h | 569 .prop = LV_STYLE_OPA, .value = { .num = (int32_t)val } \
|
/lvgl-latest/src/display/ |
D | lv_display.c | 652 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/ |
D | lv_style_properties.h | 84 LV_PROPERTY_ID(STYLE, OPA, LV_PROPERTY_TYPE_INT, LV_STYLE_OPA),
|
/lvgl-latest/src/core/ |
D | lv_obj_style_gen.c | 706 lv_obj_set_local_style_prop(obj, LV_STYLE_OPA, v, selector); in lv_obj_set_style_opa()
|
D | lv_obj_style.c | 1055 lv_obj_remove_local_style_prop(a->var, LV_STYLE_OPA, 0); in fade_in_anim_completed()
|
D | lv_obj_style_gen.h | 600 lv_style_value_t v = lv_obj_get_style_prop(obj, part, LV_STYLE_OPA); in lv_obj_get_style_opa()
|