/lvgl-3.5.0/src/core/ |
D | lv_obj_draw.c | 45 draw_dsc->bg_opa = LV_OPA_TRANSP; in lv_obj_init_draw_rect_dsc() 46 draw_dsc->bg_img_opa = LV_OPA_TRANSP; in lv_obj_init_draw_rect_dsc() 47 draw_dsc->border_opa = LV_OPA_TRANSP; in lv_obj_init_draw_rect_dsc() 48 draw_dsc->outline_opa = LV_OPA_TRANSP; in lv_obj_init_draw_rect_dsc() 49 draw_dsc->shadow_opa = LV_OPA_TRANSP; in lv_obj_init_draw_rect_dsc() 59 if(draw_dsc->bg_opa != LV_OPA_TRANSP) { in lv_obj_init_draw_rect_dsc() 82 if(draw_dsc->border_opa != LV_OPA_TRANSP) { in lv_obj_init_draw_rect_dsc() 93 if(draw_dsc->outline_opa != LV_OPA_TRANSP) { in lv_obj_init_draw_rect_dsc() 102 if(draw_dsc->bg_img_opa != LV_OPA_TRANSP) { in lv_obj_init_draw_rect_dsc() 136 if(draw_dsc->bg_opa != LV_OPA_TRANSP) { in lv_obj_init_draw_rect_dsc() [all …]
|
D | lv_obj.c | 548 draw_dsc.bg_opa = LV_OPA_TRANSP; in lv_obj_draw() 549 draw_dsc.border_opa = LV_OPA_TRANSP; in lv_obj_draw() 550 draw_dsc.outline_opa = LV_OPA_TRANSP; in lv_obj_draw() 551 draw_dsc.shadow_opa = LV_OPA_TRANSP; in lv_obj_draw() 578 draw_dsc.bg_opa = LV_OPA_TRANSP; in lv_obj_draw() 579 draw_dsc.bg_img_opa = LV_OPA_TRANSP; in lv_obj_draw() 580 draw_dsc.outline_opa = LV_OPA_TRANSP; in lv_obj_draw() 581 draw_dsc.shadow_opa = LV_OPA_TRANSP; in lv_obj_draw() 664 dsc->border_opa = LV_OPA_TRANSP; in scrollbar_init_draw_dsc() 677 dsc->shadow_opa = LV_OPA_TRANSP; in scrollbar_init_draw_dsc() [all …]
|
D | lv_disp.c | 334 lv_anim_set_values(&a_new, LV_OPA_TRANSP, LV_OPA_COVER); in lv_scr_load_anim() 338 lv_anim_set_values(&a_old, LV_OPA_COVER, LV_OPA_TRANSP); in lv_scr_load_anim()
|
/lvgl-3.5.0/examples/widgets/roller/ |
D | lv_example_roller_3.c | 32 …lv_draw_mask_fade_init(fade_mask_top, &rect_area, LV_OPA_TRANSP, rect_area.y1, LV_OPA_COVER, rect_… in mask_event_cb() 39 …k_fade_init(fade_mask_bottom, &rect_area, LV_OPA_COVER, rect_area.y1, LV_OPA_TRANSP, rect_area.y2); in mask_event_cb() 70 lv_obj_set_style_bg_opa(roller1, LV_OPA_TRANSP, LV_PART_SELECTED); in lv_example_roller_3()
|
/lvgl-3.5.0/src/widgets/ |
D | lv_bar.c | 436 draw_rect_dsc.bg_opa = LV_OPA_TRANSP; in draw_indic() 437 draw_rect_dsc.bg_img_opa = LV_OPA_TRANSP; in draw_indic() 438 draw_rect_dsc.border_opa = LV_OPA_TRANSP; in draw_indic() 462 draw_rect_dsc.border_opa = LV_OPA_TRANSP; in draw_indic() 463 draw_rect_dsc.shadow_opa = LV_OPA_TRANSP; in draw_indic() 493 draw_rect_dsc.bg_opa = LV_OPA_TRANSP; in draw_indic() 494 draw_rect_dsc.bg_img_opa = LV_OPA_TRANSP; in draw_indic() 495 draw_rect_dsc.shadow_opa = LV_OPA_TRANSP; in draw_indic()
|
/lvgl-3.5.0/src/extra/widgets/calendar/ |
D | lv_calendar.c | 298 dsc->rect_dsc->bg_opa = LV_OPA_TRANSP; in draw_part_begin_event_cb() 299 dsc->rect_dsc->border_opa = LV_OPA_TRANSP; in draw_part_begin_event_cb() 302 dsc->rect_dsc->bg_opa = LV_OPA_TRANSP; in draw_part_begin_event_cb() 303 dsc->rect_dsc->border_opa = LV_OPA_TRANSP; in draw_part_begin_event_cb()
|
/lvgl-3.5.0/examples/widgets/label/ |
D | lv_example_label_4.c | 40 lv_canvas_fill_bg(canvas, lv_color_black(), LV_OPA_TRANSP); in lv_example_label_4()
|
/lvgl-3.5.0/examples/widgets/btn/ |
D | lv_example_btn_2.c | 40 lv_style_set_outline_opa(&style_pr, LV_OPA_TRANSP); in lv_example_btn_2()
|
/lvgl-3.5.0/examples/scroll/ |
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-3.5.0/docs/overview/ |
D | display.md | 70 …'s opacity to `LV_OPA_TRANSP` e.g. with `lv_obj_set_style_local_bg_opa(lv_scr_act(), LV_OBJMASK_PA… 71 - Set the display opacity to `LV_OPA_TRANSP` with `lv_disp_set_bg_opa(NULL, LV_OPA_TRANSP);`
|
D | style-props.md | 229 Set the opacity of the background. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, … 231 …display:inline; margin-right: 20px; margin-left: 0px'><strong>Default</strong> `LV_OPA_TRANSP`</li> 301 Set the opacity of the background image. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transpa… 319 Set the intensity of background image recoloring. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means no m… 321 …display:inline; margin-right: 20px; margin-left: 0px'><strong>Default</strong> `LV_OPA_TRANSP`</li> 349 Set the opacity of the border. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255,… 406 Set the opacity of the outline. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255… 472 Set the opacity of the shadow. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255,… 484 Set the opacity of an image. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255, `… 502 Set the intensity of the color mixing. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transpare… [all …]
|
D | color.md | 92 - `LV_OPA_TRANSP` Value: 0, means no opacity making the color completely transparent
|
/lvgl-3.5.0/examples/widgets/btnmatrix/ |
D | lv_example_btnmatrix_2.c | 34 dsc->label_dsc->opa = LV_OPA_TRANSP; /*Hide the text if any*/ in event_cb()
|
/lvgl-3.5.0/src/draw/nxp/pxp/ |
D | lv_draw_pxp_blend.c | 293 bool has_recolor = (dsc->recolor_opa != LV_OPA_TRANSP); in lv_gpu_nxp_pxp_blit_transform() 343 bool has_recolor = (dsc->recolor_opa != LV_OPA_TRANSP); in lv_pxp_blit_cover() 481 bool has_recolor = (dsc->recolor_opa != LV_OPA_TRANSP); in lv_pxp_blit_cf()
|
/lvgl-3.5.0/src/draw/sw/ |
D | lv_draw_sw_img.c | 64 …(!mask_any && !transform && cf == LV_IMG_CF_TRUE_COLOR && draw_dsc->recolor_opa == LV_OPA_TRANSP) { in lv_draw_sw_img_decoded() 84 …if(!mask_any && !transform && cf == LV_IMG_CF_RGB565A8 && draw_dsc->recolor_opa == LV_OPA_TRANSP) { in lv_draw_sw_img_decoded()
|
D | lv_draw_sw_blend.c | 149 mask[i] = mask[i] > 128 ? LV_OPA_COVER : LV_OPA_TRANSP; in lv_draw_sw_blend_basic() 347 lv_opa_t last_mask = LV_OPA_TRANSP; in fill_normal() 350 lv_opa_t opa_tmp = LV_OPA_TRANSP; in fill_normal() 505 lv_opa_t last_mask = LV_OPA_TRANSP; in fill_argb() 506 lv_opa_t opa_tmp = LV_OPA_TRANSP; in fill_argb() 577 lv_opa_t last_mask = LV_OPA_TRANSP; in fill_blended()
|
D | lv_draw_sw_letter.c | 222 static lv_opa_t prev_opa = LV_OPA_TRANSP; in draw_letter_normal() 511 … if(font_rgb[0] == 0 && font_rgb[1] == 0 && font_rgb[2] == 0) mask_buf[mask_p] = LV_OPA_TRANSP; in draw_letter_subpx()
|
/lvgl-3.5.0/examples/widgets/chart/ |
D | lv_example_chart_2.c | 26 …mask_fade_init(&fade_mask_param, &obj->coords, LV_OPA_COVER, obj->coords.y1 + h / 8, LV_OPA_TRANSP, in draw_event_cb()
|
/lvgl-3.5.0/src/extra/themes/basic/ |
D | lv_theme_basic.c | 82 lv_style_set_bg_opa(&styles->transp, LV_OPA_TRANSP); in style_init() 128 lv_style_set_bg_opa(&styles->ta_cursor, LV_OPA_TRANSP); in style_init()
|
/lvgl-3.5.0/demos/music/ |
D | lv_demo_music_list.c | 77 lv_style_set_bg_opa(&style_btn, LV_OPA_TRANSP); in _lv_demo_music_list_create()
|
D | lv_demo_music_main.c | 604 lv_obj_set_style_bg_opa(slider_obj, LV_OPA_TRANSP, LV_PART_KNOB); in create_ctrl_box() 674 lv_anim_set_values(&a, lv_obj_get_style_img_opa(album_img_obj, 0), LV_OPA_TRANSP); in track_load()
|
/lvgl-3.5.0/docs/widgets/core/ |
D | img.md | 54 This feature can be enabled in the style by setting `img_recolor_opa` between `LV_OPA_TRANSP` (no r… 55 The default value is `LV_OPA_TRANSP` so this feature is disabled.
|
/lvgl-3.5.0/src/draw/arm2d/ |
D | lv_gpu_arm2d.c | 942 …(!mask_any && !transform && cf == LV_IMG_CF_TRUE_COLOR && draw_dsc->recolor_opa == LV_OPA_TRANSP) { in lv_draw_arm2d_img_decoded() 962 …if(!mask_any && !transform && cf == LV_IMG_CF_RGB565A8 && draw_dsc->recolor_opa == LV_OPA_TRANSP && in lv_draw_arm2d_img_decoded() 1228 && (draw_dsc->recolor_opa == LV_OPA_TRANSP) in lv_draw_arm2d_img_decoded()
|
/lvgl-3.5.0/demos/widgets/ |
D | lv_demo_widgets.c | 990 lv_obj_set_style_opa(c, LV_OPA_TRANSP, 0); in color_changer_create() 1272 lv_obj_set_style_bg_opa(lv_layer_top(), LV_OPA_TRANSP, 0); in calendar_event_cb() 1356 …mask_fade_init(&fade_mask_param, &obj->coords, LV_OPA_COVER, obj->coords.y1 + h / 8, LV_OPA_TRANSP, in chart_event_cb() 1461 dsc->rect_dsc->bg_opa = LV_OPA_TRANSP; /*We will draw it later*/ in shop_chart_event_cb()
|
/lvgl-3.5.0/src/extra/widgets/meter/ |
D | lv_meter.c | 466 … ratio = lv_map(value_of_line, indic->start_value, indic->end_value, LV_OPA_TRANSP, LV_OPA_COVER); in draw_ticks_and_labels() 469 … ratio = lv_map(value_of_line, scale->min, scale->max, LV_OPA_TRANSP, LV_OPA_COVER); in draw_ticks_and_labels()
|