Home
last modified time | relevance | path

Searched refs:PixelFormat16bppGrayScale (Results 1 – 21 of 21) sorted by relevance

/dports/graphics/devil/devil-1.7.8/projects/msvc9/gdi+/
H A DDevIL-GDI+.cpp91 …return new Bitmap(Image->Width, Image->Height, Image->Bps, PixelFormat16bppGrayScale, Image->Data); in ilutConvertToBitmap()
97 Bmp = new Bitmap(Image->Width, Image->Height, Image->Bps, PixelFormat16bppGrayScale, Image->Data); in ilutConvertToBitmap()
/dports/graphics/simage/simage-1.7.0/src/
H A Dsimage_gdiplus.cpp85 return PixelFormat16bppGrayScale; in getReadFormat()
95 if (format == PixelFormat16bppGrayScale) { in getReadFormat()
96 return PixelFormat16bppGrayScale; in getReadFormat()
376 case PixelFormat16bppGrayScale: in simage_gdiplus_load()
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Dgdipluspixelformats.h52 #define PixelFormat16bppGrayScale (4 | (16 << 8) | PixelFormatExtended) macro
H A Dbitmap.c848 case PixelFormat16bppGrayScale: in GdipCreateBitmapFromScan0()
2084 case PixelFormat16bppGrayScale: in GdipBitmapSetPixel()
2143 case PixelFormat16bppGrayScale: in GdipBitmapGetPixel()
H A Dpngcodec.c750 case PixelFormat16bppGrayScale: in gdip_save_png_image_to_file_or_stream()
H A Dimage.c2148 case PixelFormat16bppGrayScale: in gdip_get_pixel_format_depth()
2196 case PixelFormat16bppGrayScale: in gdip_get_pixel_format_components()
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/gdiplus/
H A Dgdipluspixelformats.h51 #define PixelFormat16bppGrayScale ((INT) \ macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdipluspixelformats.h46 #define PixelFormat16bppGrayScale ((INT) \ macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdipluspixelformats.h46 #define PixelFormat16bppGrayScale ((INT) \ macro
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/gdiplus/
H A Dgdipluspixelformats.h51 #define PixelFormat16bppGrayScale ((INT) \ macro
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/tests/
H A Dtestbitmap.c529 status = GdipCreateBitmapFromScan0 (1, 2, 0, PixelFormat16bppGrayScale, NULL, &bitmap); in test_createBitmapFromScan0()
532 verifyBitmap (bitmap, memoryBmpRawFormat, PixelFormat16bppGrayScale, 1, 2, 0, 0, TRUE); in test_createBitmapFromScan0()
545 …status = GdipCreateBitmapFromScan0 (1, 2, 4, PixelFormat16bppGrayScale, bpp16grayscaleData, &bitma… in test_createBitmapFromScan0()
548 verifyBitmap (bitmap, memoryBmpRawFormat, PixelFormat16bppGrayScale, 1, 2, 0, 0, TRUE); in test_createBitmapFromScan0()
/dports/graphics/gdk-pixbuf2/gdk-pixbuf-2.40.0/gdk-pixbuf/
H A Dio-gdip-native.h61 #define PixelFormat16bppGrayScale (4 | (16 << 8) | PixelFormatExtended) macro
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/image/codecs/
H A Dgdiplus.py53 PixelFormat16bppGrayScale = 1052676 variable
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/image/codecs/
H A Dgdiplus.py52 PixelFormat16bppGrayScale = 1052676 variable
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/gdip/
H A DGdip.java99 public static final int PixelFormat16bppGrayScale = (4 | (16 << 8) | PixelFormatExtended); field in Gdip
/dports/multimedia/gpac-libgpac/gpac-1.0.0/modules/deprecated/old_arch/gdip_raster/
H A Dgdip_rend.cpp195 pFormat = PixelFormat16bppGrayScale; in gdip_attach_surface_to_buffer()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/modules/deprecated/old_arch/gdip_raster/
H A Dgdip_rend.cpp195 pFormat = PixelFormat16bppGrayScale; in gdip_attach_surface_to_buffer()
/dports/editors/abiword/abiword-3.0.5/src/af/xap/win/
H A Dxap_Win32Dlg_PrintPreview.cpp132 #define PixelFormat16bppGrayScale (4 | (16 << 8) | PixelFormatExtended) macro
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/win/gdi/
H A Dsalbmp.cxx135 case PixelFormat16bppGrayScale: in estimateUsageInBytes()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/win/gdi/
H A Dsalbmp.cxx147 case PixelFormat16bppGrayScale: in estimateUsageInBytes()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/
H A DImage.java854 case Gdip.PixelFormat16bppGrayScale: in initNative()