Home
last modified time | relevance | path

Searched refs:transparency (Results 1 – 10 of 10) sorted by relevance

/lvgl-3.7.0/src/extra/libs/gif/
Dgifdec.h19 int transparency; member
Dgifdec.c219 gif->gce.transparency = rdit & 1; in read_graphic_control_ext()
500 if (!gif->gce.transparency || index != gif->gce.tindex) { in render_frame_rect()
536 if(gif->gce.transparency) opa = 0x00; in dispose()
/lvgl-3.7.0/docs/get-started/platforms/
Dnxp.md30 All operations can be used in conjunction with optional transparency.
43 - Combination of recolor and/or rotation + color key/alpha blend/transparency is supported.
46 - Second step is required to handle color keying, alpha channel or to apply transparency
123 All operations can be used in conjunction with optional transparency.
Drenesas.md23 All operations can be used in conjunction with optional transparency.
/lvgl-3.7.0/docs/overview/
Dstyle-props.md229 …OPA_COVER` means fully covering, other values or LV_OPA_10, LV_OPA_20, etc means semi transparency.
301 …OPA_COVER` means fully covering, other values or LV_OPA_10, LV_OPA_20, etc means semi transparency.
349 …OPA_COVER` means fully covering, other values or LV_OPA_10, LV_OPA_20, etc means semi transparency.
406 …OPA_COVER` means fully covering, other values or LV_OPA_10, LV_OPA_20, etc means semi transparency.
472 …OPA_COVER` means fully covering, other values or LV_OPA_10, LV_OPA_20, etc means semi transparency.
484 …OPA_COVER` means fully covering, other values or LV_OPA_10, LV_OPA_20, etc means semi transparency.
502 …OPA_COVER` means fully covering, other values or LV_OPA_10, LV_OPA_20, etc means semi transparency.
628 …OPA_COVER` means fully covering, other values or LV_OPA_10, LV_OPA_20, etc means semi transparency.
703 …OPA_COVER` means fully covering, other values or LV_OPA_10, LV_OPA_20, etc means semi transparency.
712 …OPA_COVER` means fully covering, other values or LV_OPA_10, LV_OPA_20, etc means semi transparency.
Dimage.md34 …_COLOR_ALPHA** Like `LV_IMG_CF_TRUE_COLOR` but it also adds an alpha (transparency) byte for every…
/lvgl-3.7.0/docs/widgets/core/
Dimg.md39 The internal (variable) and external images support 2 transparency handling methods:
/lvgl-3.7.0/docs/porting/
Ddisplay.md96 - `screen_transp` if `1` the screen itself can have transparency as well. `LV_COLOR_SCREEN_TRANSP` …
/lvgl-3.7.0/
DKconfig45 bool "Enable more complex drawing routines to manage screens transparency."
/lvgl-3.7.0/docs/
DCHANGELOG.md312 - docs(disp): LV_COLOR_SCREEN_TRANSP remove dependency on LV_COLOR_DEPTH_32 as transparency is supp…