Home
last modified time | relevance | path

Searched refs:alphablend (Results 1 – 25 of 109) sorted by relevance

12345

/dports/net/x11vnc/x11vnc-0.9.16/
H A Dtightvnc-1.3dev5-vncviewer-alpha-cursor.patch10 + static int alphablend = -1;
12 + if (alphablend < 0) {
15 + alphablend = 0;
17 + alphablend = 1;
23 + if (alphablend && bytesPerPixel == 4) {
/dports/games/angband/Angband-4.2.2/src/
H A Dgrafmode.c38 mode->alphablend = 0; in parse_graf_name()
86 mode->alphablend = parser_getuint(p, "alpha"); in parse_graf_extra()
140 graphics_modes[count].alphablend = 0; in finish_parse_grafmode()
H A Dgrafmode.h47 byte alphablend; member
/dports/games/assaultcube/AssaultCube_v1.2.0.2/source/src/
H A Dmodel.h44 bool cullface, vertexlight, alphablend; //ALX Alpha channel models member
50 …model() : cullface(true), vertexlight(false), alphablend(false), alphatest(0.9f), translucency(0.… in model()
/dports/lang/ghc/ghc-8.10.7/libraries/Win32/
H A DWin32.cabal107 …includes: "alphablend.h", "diatemp.h", "dumpBMP.h", "ellipse.h", "errors.h", "HsGDI.h", "H…
108 …install-includes: "HsWin32.h", "HsGDI.h", "WndProc.h", "windows_cconv.h", "alphablend.h", "wintern…
117 cbits/alphablend.c
/dports/games/mangband/mangband-1.5.3/src/client/
H A Dgrafmode.c41 mode->alphablend = 0; in parse_graf_n()
94 mode->alphablend = parser_getuint(p, "alpha"); in parse_graf_x()
181 graphics_modes[count].alphablend = 0; in finish_parse_grafmode()
H A Dgrafmode.h36 byte alphablend; member
/dports/graphics/libvisual04-plugins/libvisual-plugins-0.4.0/plugins/morph/
H A DMakefile.am5 DIST_SUBDIRS = alphablend flash tentacle slide
/dports/devel/fpc-fcl-image/fpc-3.2.2/packages/fcl-image/examples/
H A Dfpcanvasalphadraw.pp4 - alphablend
12 cImageName: array[TFPDrawingMode] of string = ('opaque', 'alphablend', 'not-used');
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-image/examples/
H A Dfpcanvasalphadraw.pp4 - alphablend
12 cImageName: array[TFPDrawingMode] of string = ('opaque', 'alphablend', 'not-used');
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/afterstep/desktop/icons/mini/xml/
H A DKDEWallpapers2 <composite op="alphablend">
H A DGNOMESearchTool2 <composite op="alphablend">
H A DKDESearchTool2 <composite op="alphablend">
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libswscale/
H A DMakefile7 OBJS = alphablend.o \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libswscale/
H A DMakefile7 OBJS = alphablend.o \
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libswscale/
H A DMakefile7 OBJS = alphablend.o \
/dports/multimedia/handbrake/ffmpeg-4.4/libswscale/
H A DMakefile7 OBJS = alphablend.o \
H A Doptions.c79 …{ "alphablend", "mode for alpha -> non alpha", OFFSET(alphablend),AV_OPT_TYPE_INT, { .i6…
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libswscale/
H A DMakefile7 OBJS = alphablend.o \
/dports/graphics/libvisual04-plugins/libvisual-plugins-0.4.0/
H A Dconfigure.ac428 AC_ARG_ENABLE([alphablend], optenable
429 AS_HELP_STRING([--disable-alphablend],
430 [Do not build alphablend morph plugin @<:@default=enabled@:>@]),
435 build_morph_plugins="$build_morph_plugins alphablend"
590 plugins/morph/alphablend/Makefile
H A DNEWS17 * MMX code added to JESS, alphablend, oinksie (Dennis)
/dports/multimedia/libxine/xine-lib-1.2.11/src/xine-engine/
H A DMakefile.am36 alphablend.c net_buf_ctrl.c builtins.c \
H A DMakefile.in167 refcounter.lo alphablend.lo net_buf_ctrl.lo builtins.lo
187 am__depfiles_remade = ./$(DEPDIR)/alphablend.Plo \
651 alphablend.c net_buf_ctrl.c builtins.c \
765 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alphablend.Plo@am__quote@ # am--include-marker
963 -rm -f ./$(DEPDIR)/alphablend.Plo
1040 -rm -f ./$(DEPDIR)/alphablend.Plo
/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxoverlay.cpp2413 alphablend = 0; in DoCreate()
3736 if (alphablend) { in PerpendicularX()
3813 if (alphablend) { in PerpendicularY()
4224 if (alphablend) { in RenderLine()
4275 if (alphablend) { in DrawThickEllipse()
4595 if (alphablend) { in DoEllipse()
5091 if (alphablend) { in DoPaste()
5407 if (alphablend) { in DoPaste()
6337 alphablend = i; in DoBlend()
7579 alphablend = true; in Do3DDisplayCells()
[all …]
/dports/net/ssvnc/ssvnc-1.0.29/vnc_unixsrc/vncviewer/
H A Dcursor.c656 int alphablend = 0; in SoftCursorDraw() local
663 alphablend = 1; in SoftCursorDraw()
668 if (alphablend && bytesPerPixel == 4) { in SoftCursorDraw()

12345