/lvgl-latest/src/core/ |
D | lv_obj_draw.c | 53 draw_dsc->bg_opa = LV_OPA_TRANSP; in lv_obj_init_draw_rect_dsc() 54 draw_dsc->bg_image_opa = LV_OPA_TRANSP; in lv_obj_init_draw_rect_dsc() 55 draw_dsc->border_opa = LV_OPA_TRANSP; in lv_obj_init_draw_rect_dsc() 56 draw_dsc->outline_opa = LV_OPA_TRANSP; in lv_obj_init_draw_rect_dsc() 57 draw_dsc->shadow_opa = LV_OPA_TRANSP; in lv_obj_init_draw_rect_dsc() 65 if(draw_dsc->bg_opa != LV_OPA_TRANSP) { in lv_obj_init_draw_rect_dsc() 87 if(draw_dsc->border_opa != LV_OPA_TRANSP) { in lv_obj_init_draw_rect_dsc() 98 if(draw_dsc->outline_opa != LV_OPA_TRANSP) { in lv_obj_init_draw_rect_dsc() 109 if(draw_dsc->bg_image_opa != LV_OPA_TRANSP) { in lv_obj_init_draw_rect_dsc()
|
D | lv_obj.c | 635 draw_dsc.bg_opa = LV_OPA_TRANSP; in lv_obj_draw() 636 draw_dsc.bg_image_opa = LV_OPA_TRANSP; in lv_obj_draw() 637 draw_dsc.outline_opa = LV_OPA_TRANSP; in lv_obj_draw() 638 draw_dsc.shadow_opa = LV_OPA_TRANSP; in lv_obj_draw() 697 dsc->border_opa = LV_OPA_TRANSP; in scrollbar_init_draw_dsc() 709 dsc->shadow_opa = LV_OPA_TRANSP; in scrollbar_init_draw_dsc() 721 …if(dsc->bg_opa != LV_OPA_TRANSP || dsc->border_opa != LV_OPA_TRANSP || dsc->shadow_opa != LV_OPA_T… in scrollbar_init_draw_dsc()
|
D | lv_obj_style.c | 570 lv_anim_set_values(&a, lv_obj_get_style_opa(obj, 0), LV_OPA_TRANSP); in lv_obj_fade_out() 591 return LV_OPA_TRANSP; in lv_obj_get_style_opa_recursive() 610 return LV_OPA_TRANSP; in lv_obj_get_style_opa_recursive() 621 return LV_OPA_TRANSP; in lv_obj_get_style_opa_recursive()
|
/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 | 43 lv_opa_t opa = lv_map(x, 0, r, LV_OPA_TRANSP, LV_OPA_COVER); in scroll_event_cb()
|
/lvgl-latest/examples/widgets/label/ |
D | lv_example_label_4.c | 13 lv_canvas_fill_bg(canvas, lv_color_black(), LV_OPA_TRANSP); in generate_mask()
|
/lvgl-latest/examples/widgets/button/ |
D | lv_example_button_2.c | 40 lv_style_set_outline_opa(&style_pr, LV_OPA_TRANSP); in lv_example_button_2()
|
/lvgl-latest/src/widgets/calendar/ |
D | lv_calendar.c | 356 if(fill_draw_dsc) fill_draw_dsc->opa = LV_OPA_TRANSP; in draw_task_added_event_cb() 357 if(border_draw_dsc) border_draw_dsc->opa = LV_OPA_TRANSP; in draw_task_added_event_cb() 360 if(fill_draw_dsc) fill_draw_dsc->opa = LV_OPA_TRANSP; in draw_task_added_event_cb() 361 if(border_draw_dsc) border_draw_dsc->opa = LV_OPA_TRANSP; in draw_task_added_event_cb()
|
/lvgl-latest/examples/widgets/roller/ |
D | lv_example_roller_3.c | 10 lv_canvas_fill_bg(canvas, lv_color_white(), LV_OPA_TRANSP); in generate_mask()
|
/lvgl-latest/src/misc/ |
D | lv_color.c | 342 if(c->alpha == LV_OPA_TRANSP) { in lv_color_premultiply() 358 if(a == LV_OPA_TRANSP) { in lv_color16_premultiply()
|
D | lv_color.h | 41 LV_OPA_TRANSP = 0, enumerator
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_top_margin.c | 257 lv_obj_set_style_border_opa(perfmon, LV_OPA_TRANSP, 0); in create_perfmon() 364 lv_obj_set_style_bg_opa(fahrenheit, LV_OPA_TRANSP, 0); in setting_clicked_cb() 369 lv_obj_set_style_bg_opa(celsius, LV_OPA_TRANSP, 0); in setting_clicked_cb()
|
D | lv_demo_high_res_app_thermostat.c | 175 lv_obj_set_style_bg_opa(chart, LV_OPA_TRANSP, 0); in create_widget1() 342 lv_obj_set_style_bg_opa(slider_left, LV_OPA_TRANSP, 0); in create_widget2() 355 lv_obj_set_style_bg_opa(slider_right, LV_OPA_TRANSP, 0); in create_widget2() 515 lv_obj_set_style_arc_opa(scale, LV_OPA_TRANSP, 0); in create_widget3()
|
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() 310 lv_obj_set_style_opa(bar, LV_OPA_TRANSP, LV_PART_SCROLLBAR); in create_widget1() 366 lv_obj_set_style_bg_opa(chart, LV_OPA_TRANSP, 0); in create_widget2()
|
D | lv_demo_high_res_app_smart_meter.c | 317 lv_obj_set_style_opa(lv_obj_get_child(part1, 1), LV_OPA_TRANSP, 0); in create_widget1() 324 lv_obj_set_style_bg_image_opa(part2, LV_OPA_TRANSP, 0); in create_widget1() 646 lv_obj_set_style_bg_opa(chart, LV_OPA_TRANSP, 0); in create_widget3()
|
D | lv_demo_high_res_app_smart_home.c | 436 lv_obj_set_style_bg_opa(temperature_slider, LV_OPA_TRANSP, 0); in create_widget4() 437 lv_obj_set_style_bg_opa(temperature_slider, LV_OPA_TRANSP, LV_PART_INDICATOR); in create_widget4()
|
/lvgl-latest/src/themes/simple/ |
D | lv_theme_simple.c | 90 lv_style_set_bg_opa(&theme->styles.transp, LV_OPA_TRANSP); in style_init() 136 lv_style_set_bg_opa(&theme->styles.ta_cursor, LV_OPA_TRANSP); in style_init()
|
/lvgl-latest/demos/music/ |
D | lv_demo_music_list.c | 97 lv_style_set_bg_opa(&style_btn, LV_OPA_TRANSP); in lv_demo_music_list_create()
|
/lvgl-latest/env_support/pikascript/ |
D | pika_lvgl.c | 121 obj_setInt(self, "TRANSP", LV_OPA_TRANSP); in pika_lvgl_OPA___init__()
|
/lvgl-latest/docs/details/main-components/ |
D | color.rst | 138 - :cpp:enumerator:`LV_OPA_TRANSP` Value: 0, means no opacity making the color
|
/lvgl-latest/demos/render/ |
D | lv_demo_render.c | 102 lv_obj_set_style_bg_grad_opa(obj, LV_OPA_TRANSP, 0); in fill_cb() 111 lv_obj_set_style_bg_grad_opa(obj, LV_OPA_TRANSP, 0); in fill_cb() 624 lv_obj_set_style_bg_grad_opa(obj, LV_OPA_TRANSP, 0); in triangle_cb() 631 lv_obj_set_style_bg_grad_opa(obj, LV_OPA_TRANSP, 0); in triangle_cb()
|
/lvgl-latest/docs/details/widgets/ |
D | image.rst | 101 ``img_recolor_opa`` between :cpp:enumerator:`LV_OPA_TRANSP` (no recolor, value: 0) and 103 :cpp:enumerator:`LV_OPA_TRANSP` causing this feature to be disabled.
|
/lvgl-latest/docs/details/base-widget/styles/ |
D | style-properties.rst | 506 Set opacity of the background. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255,… 511 …y:inline-block; margin-right: 20px; margin-left: 0px'><strong>Default</strong> `LV_OPA_TRANSP`</li> 632 Set opacity of the background image. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent… 660 Set intensity of background image recoloring. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means no mixin… 665 …y:inline-block; margin-right: 20px; margin-left: 0px'><strong>Default</strong> `LV_OPA_TRANSP`</li> 707 Set opacity of the border. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255, `LV… 796 Set opacity of outline. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255, `LV_OP… 899 Set opacity of shadow. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255, `LV_OPA… 918 Set opacity of an image. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255, `LV_O… 946 Set intensity of color mixing. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255,… [all …]
|
/lvgl-latest/tests/src/test_cases/draw/ |
D | test_draw_vector.c | 114 lv_vector_dsc_set_fill_opa(ctx, LV_OPA_TRANSP); in draw_shapes()
|
/lvgl-latest/src/draw/sw/blend/ |
D | lv_draw_sw_blend_to_i1.c | 258 if(mask_val == LV_OPA_TRANSP) continue; in lv_draw_sw_blend_color_to_i1() 290 if(mask_val == LV_OPA_TRANSP) continue; in lv_draw_sw_blend_color_to_i1() 435 if(mask_val == LV_OPA_TRANSP) continue; in i1_image_blend()
|