Home
last modified time | relevance | path

Searched refs:LV_COLOR_SCREEN_TRANSP (Results 1 – 14 of 14) sorted by relevance

/lvgl-3.6.0/src/draw/sw/
Dlv_draw_sw_layer.c46 if(LV_COLOR_SCREEN_TRANSP == 0 && (flags & LV_DRAW_LAYER_FLAG_HAS_ALPHA)) { in lv_draw_sw_layer_create()
Dlv_draw_sw_blend.c34 #if LV_COLOR_SCREEN_TRANSP
54 #if LV_COLOR_SCREEN_TRANSP
179 #if LV_COLOR_SCREEN_TRANSP in lv_draw_sw_blend_basic()
382 #if LV_COLOR_SCREEN_TRANSP
743 #if LV_COLOR_SCREEN_TRANSP
Dlv_draw_sw_rect.c87 #if LV_COLOR_SCREEN_TRANSP && LV_COLOR_DEPTH == 32 in lv_draw_sw_bg()
/lvgl-3.6.0/env_support/cmsis-pack/
Dlv_conf_cmsis.h28 #define LV_COLOR_SCREEN_TRANSP 0 macro
/lvgl-3.6.0/
Dlv_conf_template.h35 #define LV_COLOR_SCREEN_TRANSP 0
DKconfig44 config LV_COLOR_SCREEN_TRANSP config
/lvgl-3.6.0/src/
Dlv_conf_internal.h85 #ifndef LV_COLOR_SCREEN_TRANSP
87 #define LV_COLOR_SCREEN_TRANSP CONFIG_LV_COLOR_SCREEN_TRANSP macro
89 #define LV_COLOR_SCREEN_TRANSP 0 macro
/lvgl-3.6.0/docs/overview/
Ddisplay.md65 …s need to be used by LVGL so this feature needs to enabled with `LV_COLOR_SCREEN_TRANSP` in `lv_co…
69 - Enable `LV_COLOR_SCREEN_TRANSP` in `lv_conf.h`
/lvgl-3.6.0/src/draw/arm2d/
Dlv_gpu_arm2d.c570 #if LV_COLOR_SCREEN_TRANSP in lv_draw_arm2d_fill_colour()
595 #if LV_COLOR_SCREEN_TRANSP in lv_draw_arm2d_fill_colour()
634 #if LV_COLOR_SCREEN_TRANSP in lv_draw_arm2d_tile_copy()
648 #if LV_COLOR_SCREEN_TRANSP in lv_draw_arm2d_tile_copy()
/lvgl-3.6.0/src/hal/
Dlv_hal_disp.c208 #if LV_COLOR_SCREEN_TRANSP in lv_disp_drv_register()
/lvgl-3.6.0/src/widgets/
Dlv_canvas.c822 if(LV_COLOR_SCREEN_TRANSP && dsc->header.cf != LV_IMG_CF_TRUE_COLOR_ALPHA) { in init_fake_disp()
/lvgl-3.6.0/docs/porting/
Ddisplay.md96 - `screen_transp` if `1` the screen itself can have transparency as well. `LV_COLOR_SCREEN_TRANSP` …
/lvgl-3.6.0/src/core/
Dlv_refr.c716 #if LV_COLOR_SCREEN_TRANSP in refr_area_part()
/lvgl-3.6.0/docs/
DCHANGELOG.md312 - docs(disp): LV_COLOR_SCREEN_TRANSP remove dependency on LV_COLOR_DEPTH_32 as transparency is supp…
560 - fix(hal): disable driver->screen_transp by default regardless to LV_COLOR_SCREEN_TRANSP [`ff72…