/lvgl-latest/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-latest/examples/scroll/ |
D | lv_example_scroll_7.c | 88 lv_obj_set_style_opa(obj, checked ? LV_OPA_COVER : LV_OPA_TRANSP, LV_PART_SCROLLBAR); in checkbox_cb() 101 lv_obj_set_style_opa(obj, LV_OPA_TRANSP, LV_PART_SCROLLBAR); in lv_example_scroll_7()
|
D | lv_example_scroll_6.c | 44 lv_obj_set_style_opa(child, LV_OPA_COVER - opa, 0); in scroll_event_cb()
|
/lvgl-latest/demos/render/ |
D | lv_demo_render.c | 52 lv_obj_set_style_opa(obj, opa_saved, 0); in fill_obj_create() 122 lv_obj_set_style_opa(obj, opa_saved, 0); in border_obj_create() 218 lv_obj_set_style_opa(obj, opa_saved, 0); in box_shadow_obj_create() 283 lv_obj_set_style_opa(obj, opa_saved, 0); in text_obj_create() 324 lv_obj_set_style_opa(obj, opa_saved, 0); in image_obj_create() 435 lv_obj_set_style_opa(obj, opa_saved, 0); in line_obj_create() 478 lv_obj_set_style_opa(obj, opa_saved, 0); in arc_obj_create() 567 lv_obj_set_style_opa(obj, opa_saved, 0); in triangle_obj_create() 649 lv_obj_set_style_opa(obj, opa_saved, 0); in layer_obj_create() 890 lv_obj_set_style_opa(obj, opa_saved, 0); in create_linear_gradient_obj() [all …]
|
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch.c | 288 lv_obj_set_style_opa(hint_down, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_show_scroll_hint() 289 lv_obj_set_style_opa(hint_up, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_show_scroll_hint() 290 lv_obj_set_style_opa(hint_left, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_show_scroll_hint() 291 lv_obj_set_style_opa(hint_right, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_show_scroll_hint() 567 lv_obj_set_style_opa(target, v, 0); in anim_set_opacity_cb()
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_app_smart_meter.c | 240 lv_obj_set_style_opa(lv_obj_get_child(part1, 1), lv_map(val, 0, 1000, 0, 255), 0); in widget1_open_part1_anim_cb() 241 lv_obj_set_style_opa(lv_obj_get_child(part2, 1), lv_map(val, 0, 1000, 255, 0), 0); in widget1_open_part1_anim_cb() 265 lv_obj_set_style_opa(lv_obj_get_child(part1, 1), lv_map(val, 0, 1000, 255, 0), 0); in widget1_open_part2_anim_cb() 266 lv_obj_set_style_opa(lv_obj_get_child(part2, 1), lv_map(val, 0, 1000, 0, 255), 0); in widget1_open_part2_anim_cb() 317 lv_obj_set_style_opa(lv_obj_get_child(part1, 1), LV_OPA_TRANSP, 0); in create_widget1()
|
D | lv_demo_high_res_app_ev_charging.c | 299 lv_obj_set_style_opa(bar, LV_OPA_TRANSP, LV_PART_SCROLLBAR); in create_widget1() 309 lv_obj_set_style_opa(bar, LV_OPA_30, 0); in create_widget1() 310 lv_obj_set_style_opa(bar, LV_OPA_TRANSP, LV_PART_SCROLLBAR); in create_widget1()
|
D | lv_demo_high_res_app_about.c | 198 lv_obj_set_style_opa(button, LV_OPA_20, LV_STATE_DISABLED); in create_button()
|
D | lv_demo_high_res_top_margin.c | 247 lv_obj_set_style_opa(wifi_icon, lv_subject_get_pointer(&c->api.subjects.wifi_ssid) in wifi_icon_observer_cb()
|
/lvgl-latest/demos/transform/ |
D | lv_demo_transform.c | 84 lv_obj_set_style_opa(card, LV_OPA_50, 0); in lv_demo_transform()
|
/lvgl-latest/tests/src/test_cases/ |
D | test_bindings.c | 231 lv_obj_set_style_opa(var, v, 0); in opa_anim_cb()
|
/lvgl-latest/demos/multilang/ |
D | lv_demo_multilang.c | 263 lv_obj_set_style_opa(cont, v, 0); in shrink_anim_cb()
|
/lvgl-latest/demos/benchmark/ |
D | lv_demo_benchmark.c | 381 lv_obj_set_style_opa(card, LV_OPA_50, 0); in containers_with_opa_cb()
|
/lvgl-latest/src/core/ |
D | lv_obj_style_gen.c | 701 void lv_obj_set_style_opa(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 | 1050 lv_obj_set_style_opa(obj, v, 0); in fade_anim_cb()
|
D | lv_obj_style_gen.h | 852 void lv_obj_set_style_opa(lv_obj_t * obj, lv_opa_t value, lv_style_selector_t selector);
|
/lvgl-latest/demos/widgets/ |
D | lv_demo_widgets.c | 1073 lv_obj_set_style_opa(c, LV_OPA_TRANSP, 0); in color_changer_create() 1119 lv_obj_set_style_opa(lv_obj_get_child(obj, i), v, 0); in color_changer_anim_cb()
|
/lvgl-latest/src/display/ |
D | lv_display.c | 1178 lv_obj_set_style_opa(obj, v, 0); in opa_scale_anim()
|