Home
last modified time | relevance | path

Searched refs:GdipGetImagePixelFormat (Results 1 – 25 of 26) sorted by relevance

12

/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/image/codecs/
H A Dgdiplus.py157 gdiplus.GdipGetImagePixelFormat.restype = c_int
158 gdiplus.GdipGetImagePixelFormat.argtypes = [c_void_p, c_void_p]
236 gdiplus.GdipGetImagePixelFormat(bitmap, byref(pf))
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/image/codecs/
H A Dgdiplus.py155 gdiplus.GdipGetImagePixelFormat.restype = c_int
156 gdiplus.GdipGetImagePixelFormat.argtypes = [c_void_p, c_void_p]
234 gdiplus.GdipGetImagePixelFormat(bitmap, byref(pf))
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/tests/
H A Dtesticocodec.c94 status = GdipGetImagePixelFormat (bitmap, &pixel_format); in test_getPixel()
H A Dtestpng.c98 status = GdipGetImagePixelFormat (bitmap, &pixel_format); in main()
H A Dtestgpimage.c448 status = GdipGetImagePixelFormat (NULL, &pixelFormat); in test_getImagePixelFormat()
451 status = GdipGetImagePixelFormat (image, NULL); in test_getImagePixelFormat()
H A Dtesthelpers.h514 status = GdipGetImagePixelFormat (image, &pixelFormat); \
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Dimage.h74 GpStatus WINGDIPAPI GdipGetImagePixelFormat (GpImage *image, PixelFormat *format);
H A Dimage.c1358 GdipGetImagePixelFormat (GpImage *image, PixelFormat *format) in GdipGetImagePixelFormat() function
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DImage.Unix.cs712 … int status = SafeNativeMethods.Gdip.GdipGetImagePixelFormat(nativeImage, out pixFormat);
H A DImage.Windows.cs734 …int status = SafeNativeMethods.Gdip.GdipGetImagePixelFormat(new HandleRef(this, nativeImage), out …
H A DGdiplusNative.Windows.cs620 …internal static int GdipGetImagePixelFormat(HandleRef image, out int format) => GdipGetImagePixelF… in GdipGetImagePixelFormat() method in System.Drawing.SafeNativeMethods.Gdip
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing/
H A DImage.cs678 Status status = GDIPlus.GdipGetImagePixelFormat (nativeObject, out pixFormat);
H A DgdipFunctions.cs1053 internal static extern Status GdipGetImagePixelFormat ( IntPtr image, out PixelFormat format ); in GdipGetImagePixelFormat() method in System.Drawing.GDIPlus
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxge/win32/
H A Dfx_win32_gdipext.cpp681 CallFunc(GdipGetImagePixelFormat)(pBitmap, &pixel_format); in LoadDIBitmap()
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/gdiplus/
H A Dgdiplusimpl.h200 updateStatus(DllExports::GdipGetImagePixelFormat(nativeImage, &result)); in GetPixelFormat()
H A Dgdiplusflat.h398 GpStatus WINGDIPAPI GdipGetImagePixelFormat(GpImage*,PixelFormat*);
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdiplusimpl.h195 updateStatus(DllExports::GdipGetImagePixelFormat(nativeImage, &result)); in GetPixelFormat()
H A Dgdiplusflat.h389 GpStatus WINGDIPAPI GdipGetImagePixelFormat(GpImage*,PixelFormat*);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdiplusimpl.h195 updateStatus(DllExports::GdipGetImagePixelFormat(nativeImage, &result)); in GetPixelFormat()
H A Dgdiplusflat.h389 GpStatus WINGDIPAPI GdipGetImagePixelFormat(GpImage*,PixelFormat*);
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxge/win32/
H A Dfx_win32_gdipext.cpp1430 CallFunc(GdipGetImagePixelFormat)(pBitmap, &pixel_format); in LoadDIBitmap()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxge/win32/
H A Dfx_win32_gdipext.cpp1432 CallFunc(GdipGetImagePixelFormat)(pBitmap, &pixel_format); in LoadDIBitmap()
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/gdiplus/
H A Dgdiplusimpl.h200 updateStatus(DllExports::GdipGetImagePixelFormat(nativeImage, &result)); in GetPixelFormat()
H A Dgdiplusflat.h398 GpStatus WINGDIPAPI GdipGetImagePixelFormat(GpImage*,PixelFormat*);
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/Test/System.Drawing/
H A DGDIPlusTest.cs1627 …Assert.AreEqual (Status.Ok, GDIPlus.GdipGetImagePixelFormat (image, out pformat), "GdipGetImagePix… in InImageAPI()

12