Searched refs:lv_obj_set_style_opa (Results 1 – 7 of 7) sorted by relevance
/lvgl-3.7.0/examples/styles/ |
D | lv_example_style_15.c | 25 lv_obj_set_style_opa(btn, LV_OPA_50, 0); in lv_example_style_15() 40 lv_obj_set_style_opa(btn, LV_OPA_50, 0); in lv_example_style_15()
|
/lvgl-3.7.0/examples/scroll/ |
D | lv_example_scroll_6.c | 44 lv_obj_set_style_opa(child, LV_OPA_COVER - opa, 0); in scroll_event_cb()
|
/lvgl-3.7.0/src/core/ |
D | lv_disp.c | 505 lv_obj_set_style_opa(obj, v, 0); in opa_scale_anim()
|
D | lv_obj_style_gen.c | 595 void lv_obj_set_style_opa(struct _lv_obj_t * obj, lv_opa_t value, lv_style_selector_t selector) in lv_obj_set_style_opa() function
|
D | lv_obj_style.c | 887 lv_obj_set_style_opa(obj, v, 0); in fade_anim_cb()
|
D | lv_obj_style_gen.h | 645 void lv_obj_set_style_opa(struct _lv_obj_t * obj, lv_opa_t value, lv_style_selector_t selector);
|
/lvgl-3.7.0/demos/widgets/ |
D | lv_demo_widgets.c | 999 lv_obj_set_style_opa(c, LV_OPA_TRANSP, 0); in color_changer_create() 1045 lv_obj_set_style_opa(lv_obj_get_child(obj, i), v, 0); in color_changer_anim_cb()
|