Home
last modified time | relevance | path

Searched refs:LV_OPA_TRANSP (Results 1 – 25 of 36) sorted by relevance

12

/lvgl-3.5.0/src/core/
Dlv_obj_draw.c45 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 …]
Dlv_obj.c548 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 …]
Dlv_disp.c334 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/
Dlv_example_roller_3.c32 …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/
Dlv_bar.c436 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/
Dlv_calendar.c298 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/
Dlv_example_label_4.c40 lv_canvas_fill_bg(canvas, lv_color_black(), LV_OPA_TRANSP); in lv_example_label_4()
/lvgl-3.5.0/examples/widgets/btn/
Dlv_example_btn_2.c40 lv_style_set_outline_opa(&style_pr, LV_OPA_TRANSP); in lv_example_btn_2()
/lvgl-3.5.0/examples/scroll/
Dlv_example_scroll_6.c43 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/
Ddisplay.md70 …'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);`
Dstyle-props.md229 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 …]
Dcolor.md92 - `LV_OPA_TRANSP` Value: 0, means no opacity making the color completely transparent
/lvgl-3.5.0/examples/widgets/btnmatrix/
Dlv_example_btnmatrix_2.c34 dsc->label_dsc->opa = LV_OPA_TRANSP; /*Hide the text if any*/ in event_cb()
/lvgl-3.5.0/src/draw/nxp/pxp/
Dlv_draw_pxp_blend.c293 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/
Dlv_draw_sw_img.c64 …(!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()
Dlv_draw_sw_blend.c149 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()
Dlv_draw_sw_letter.c222 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/
Dlv_example_chart_2.c26 …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/
Dlv_theme_basic.c82 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/
Dlv_demo_music_list.c77 lv_style_set_bg_opa(&style_btn, LV_OPA_TRANSP); in _lv_demo_music_list_create()
Dlv_demo_music_main.c604 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/
Dimg.md54 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/
Dlv_gpu_arm2d.c942 …(!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/
Dlv_demo_widgets.c990 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/
Dlv_meter.c466 … 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()

12