Home
last modified time | relevance | path

Searched defs:CreateCompatibleBitmap (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/csharp/apps/
H A DGDALAdjustContrast.cs143 private static Bitmap CreateCompatibleBitmap(Dataset ds, int imageWidth, int imageHeight) in CreateCompatibleBitmap() method in GDALAdjustContrast
/dports/graphics/gdal/gdal-3.3.3/swig/csharp/apps/
H A DGDALAdjustContrast.cs143 private static Bitmap CreateCompatibleBitmap(Dataset ds, int imageWidth, int imageHeight) in CreateCompatibleBitmap() method in GDALAdjustContrast
/dports/graphics/py-gdal/gdal-3.3.3/swig/csharp/apps/
H A DGDALAdjustContrast.cs143 private static Bitmap CreateCompatibleBitmap(Dataset ds, int imageWidth, int imageHeight) in CreateCompatibleBitmap() method in GDALAdjustContrast
/dports/lang/polyml/polyml-5.8.2/mlsource/extra/Win/
H A DBitmap.sml61 val CreateCompatibleBitmap : HDC * int * int -> HBITMAP value
142 val CreateCompatibleBitmap = value
/dports/lang/racket/racket-8.3/share/pkgs/gui-lib/mred/private/wx/win32/
H A Dutils.rkt156 (define-gdi32 CreateCompatibleBitmap (_wfun _HDC _int _int -> _HBITMAP) function
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/
H A DGDI32.java285 HBITMAP CreateCompatibleBitmap(HDC hDC, int width, int height); in CreateCompatibleBitmap() method
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/infi/systray/
H A Dwin32_adapter.py25 CreateCompatibleBitmap = ctypes.windll.gdi32.CreateCompatibleBitmap variable
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxge/ge/
H A Dfx_ge_device.cpp76 FX_BOOL CFX_RenderDevice::CreateCompatibleBitmap(CFX_DIBitmap* pDIB, in CreateCompatibleBitmap() function in CFX_RenderDevice
/dports/x11/xpra/xpra-4.3/xpra/platform/win32/
H A Dcommon.py592 CreateCompatibleBitmap = gdi32.CreateCompatibleBitmap variable
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxge/ge/
H A Dcfx_renderdevice.cpp420 bool CFX_RenderDevice::CreateCompatibleBitmap(CFX_DIBitmap* pDIB, in CreateCompatibleBitmap() function in CFX_RenderDevice
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxge/
H A Dcfx_renderdevice.cpp441 bool CFX_RenderDevice::CreateCompatibleBitmap( in CreateCompatibleBitmap() function in CFX_RenderDevice
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxge/
H A Dcfx_renderdevice.cpp389 bool CFX_RenderDevice::CreateCompatibleBitmap( in CreateCompatibleBitmap() function in CFX_RenderDevice
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DGdiplus.cs707 public static IntPtr CreateCompatibleBitmap(HandleRef hDC, int width, int height) in CreateCompatibleBitmap() method in System.Drawing.SafeNativeMethods
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlgdi.h770 HBITMAP CreateCompatibleBitmap(HDC hDC, int nWidth, int nHeight) in CreateCompatibleBitmap() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wtl/include/
H A Datlgdi.h711 HBITMAP CreateCompatibleBitmap(HDC hDC, int nWidth, int nHeight) in CreateCompatibleBitmap() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wtl/include/
H A Datlgdi.h711 HBITMAP CreateCompatibleBitmap(HDC hDC, int nWidth, int nHeight) in CreateCompatibleBitmap() function
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlgdi.h770 HBITMAP CreateCompatibleBitmap(HDC hDC, int nWidth, int nHeight) in CreateCompatibleBitmap() function
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlgdi.h770 HBITMAP CreateCompatibleBitmap(HDC hDC, int nWidth, int nHeight) in CreateCompatibleBitmap() function
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlgdi.h770 HBITMAP CreateCompatibleBitmap(HDC hDC, int nWidth, int nHeight) in CreateCompatibleBitmap() function
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlgdi.h770 HBITMAP CreateCompatibleBitmap(HDC hDC, int nWidth, int nHeight) in CreateCompatibleBitmap() function
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlgdi.h770 HBITMAP CreateCompatibleBitmap(HDC hDC, int nWidth, int nHeight) in CreateCompatibleBitmap() function
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/gdi32-sys/src/
H A Dlib.rs69 pub fn CreateCompatibleBitmap(hdc: HDC, cx: c_int, cy: c_int) -> HBITMAP; in CreateCompatibleBitmap() function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/
H A Dos.c932 JNIEXPORT jlong JNICALL OS_NATIVE(CreateCompatibleBitmap) in OS_NATIVE() argument
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/winapi-0.3.9/src/um/
H A Dwingdi.rs2502 pub fn CreateCompatibleBitmap( in CreateCompatibleBitmap() function
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/winapi-0.3.9/src/um/
H A Dwingdi.rs2502 pub fn CreateCompatibleBitmap( in CreateCompatibleBitmap() function

1234567