Home
last modified time | relevance | path

Searched refs:BLENDFUNCTION (Results 1 – 25 of 748) sorted by relevance

12345678910>>...30

/dports/lang/ghc/ghc-8.10.7/libraries/Win32/Graphics/Win32/GDI/
H A DAlphaBlend.hsc49 type PBLENDFUNCTION = Ptr BLENDFUNCTION
50 type LPBLENDFUNCTION = Ptr BLENDFUNCTION
52 data BLENDFUNCTION = BLENDFUNCTION function
59 instance Storable BLENDFUNCTION where
60 sizeOf = const #size BLENDFUNCTION
61 alignment _ = #alignment BLENDFUNCTION
63 (#poke BLENDFUNCTION, BlendOp) buf (blendOp func)
69 blendOp' <- (#peek BLENDFUNCTION, BlendOp) buf
70 blendFlags' <- (#peek BLENDFUNCTION, BlendFlags) buf
72 (#peek BLENDFUNCTION, SourceConstantAlpha) buf
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/win/
H A DGDIExtras.h33 … int nXOriginSrc, int nYOriginSrc, int nWidthSrc, int nHeightSrc, BLENDFUNCTION blendFunction);
49 … int nXOriginSrc, int nYOriginSrc, int nWidthSrc, int nHeightSrc, BLENDFUNCTION blendFunction) in alphaBlendIfSupported()
H A DGDIExtras.cpp35 … int nXOriginSrc, int nYOriginSrc, int nWidthSrc, int nHeightSrc, BLENDFUNCTION blendFunction))
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/painting/
H A Dqwindowsurface_raster_p.h79 const BLENDFUNCTION *pblend;
86 const BLENDFUNCTION *pblend, DWORD dwflags);
/dports/lang/ghc/ghc-8.10.7/libraries/Win32/Graphics/Win32/
H A DLayeredWindow.hsc19 import Graphics.Win32.GDI.AlphaBlend ( BLENDFUNCTION )
53 … HDC -> Ptr POINT -> Ptr SIZE -> HDC -> Ptr POINT -> COLORREF -> Ptr BLENDFUNCTION -> DWORD -> IO…
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/
H A DBLENDFUNCTION.java16 public class BLENDFUNCTION { class
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/cppunit/src/cppunit/
H A DDllMain.cpp6 #define BLENDFUNCTION void // for mingw & gcc macro
H A DWin32DynamicLibraryManager.cpp12 #define BLENDFUNCTION void // for mingw & gcc macro
/dports/devel/cppunit/cppunit-1.14.0/src/cppunit/
H A DDllMain.cpp6 #define BLENDFUNCTION void // for mingw & gcc macro
H A DWin32DynamicLibraryManager.cpp12 #define BLENDFUNCTION void // for mingw & gcc macro
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/msw/private/
H A Ddcdynwrap.h32 BLENDFUNCTION bf);
/dports/lang/ghc/ghc-8.10.7/libraries/Win32/cbits/
H A Dalphablend.c7 BLENDFUNCTION blendFunction; in c_AlphaBlend()
/dports/devel/jna/jna-5.7.0/contrib/alphamaskdemo/com/sun/jna/contrib/demo/
H A DAlphaMaskDemo.java85 import com.sun.jna.platform.win32.WinUser.BLENDFUNCTION;
308 BLENDFUNCTION blend = new BLENDFUNCTION(); in updateW32()
324 BLENDFUNCTION blend = new BLENDFUNCTION(); in updateW32()
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/cppunit/include/cppunit/plugin/
H A DTestPlugIn.h150 #define BLENDFUNCTION void // for mingw & gcc macro
/dports/devel/cppunit/cppunit-1.14.0/include/cppunit/plugin/
H A DTestPlugIn.h150 #define BLENDFUNCTION void // for mingw & gcc macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/host/
H A Dlayered_window_updater_impl.cc68 BLENDFUNCTION blend = {AC_SRC_OVER, 0x00, 0xFF, AC_SRC_ALPHA}; in Draw()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/host/
H A Dlayered_window_updater_impl.cc68 BLENDFUNCTION blend = {AC_SRC_OVER, 0x00, 0xFF, AC_SRC_ALPHA}; in Draw()
/dports/astro/celestia/celestia-1.6.1/src/celestia/
H A Dwinsplash.cpp28 HDC hdcSrc, POINT* pptSrc, COLORREF crKey, BLENDFUNCTION* pblend,
183 BLENDFUNCTION blend; in updateWindow()
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/
H A Dwinsplash.cpp28 HDC hdcSrc, POINT* pptSrc, COLORREF crKey, BLENDFUNCTION* pblend,
183 BLENDFUNCTION blend; in updateWindow()
/dports/editors/libreoffice/libreoffice-7.2.6.2/external/cppunit/
H A Dwindows.patch28 -#define BLENDFUNCTION void // for mingw & gcc
/dports/editors/libreoffice6/libreoffice-6.4.7.2/external/cppunit/
H A Dwindows.patch26 -#define BLENDFUNCTION void // for mingw & gcc
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/platform/win/
H A Dui_window_shadow_win.h103 BLENDFUNCTION _blend;
/dports/graphics/cairo/cairo-1.17.4/src/win32/
H A Dcairo-win32-private.h179 BLENDFUNCTION blendFunction);
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/cairo/src/win32/
H A Dcairo-win32-private.h181 BLENDFUNCTION blendFunction);
/dports/www/firefox/firefox-99.0/gfx/cairo/cairo/src/win32/
H A Dcairo-win32-private.h181 BLENDFUNCTION blendFunction);

12345678910>>...30