Home
last modified time | relevance | path

Searched refs:GdipGetPropertyCount (Results 1 – 19 of 19) sorted by relevance

/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/tests/
H A Dtestgpimage.c1252 status = GdipGetPropertyCount (bitmapImage, &count); in test_getPropertyCount()
1257 status = GdipGetPropertyCount (metafileImage, &count); in test_getPropertyCount()
1262 status = GdipGetPropertyCount (NULL, &count); in test_getPropertyCount()
1265 status = GdipGetPropertyCount (bitmapImage, NULL); in test_getPropertyCount()
1487 status = GdipGetPropertyCount (image, &numProperties); in setPropertyItemForImage()
1517 status = GdipGetPropertyCount (image, &numProperties); in setPropertyItemForImage()
1547 status = GdipGetPropertyCount (image, &numProperties); in setPropertyItemForImage()
H A Dtesthelpers.h552 status = GdipGetPropertyCount (image, &propertyCount); \
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Dimage.h87 GpStatus WINGDIPAPI GdipGetPropertyCount (GpImage *image, UINT *numOfProperty);
H A Dimage.c1927 GdipGetPropertyCount (GpImage *image, UINT *propertyNumber) in GdipGetPropertyCount() function
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DImage.Windows.cs956 …int status = SafeNativeMethods.Gdip.GdipGetPropertyCount(new HandleRef(this, nativeImage), out cou…
1051 …int status = SafeNativeMethods.Gdip.GdipGetPropertyCount(new HandleRef(this, nativeImage), out cou…
H A DImage.Unix.cs726 int status = SafeNativeMethods.Gdip.GdipGetPropertyCount(nativeImage,
H A DGdiplusNative.Windows.cs668 …internal static int GdipGetPropertyCount(HandleRef image, out int count) => GdipGetPropertyCount_p… in GdipGetPropertyCount() method in System.Drawing.SafeNativeMethods.Gdip
H A DGdiplusNative.Unix.cs758 …internal static int GdipGetPropertyCount(IntPtr image, out uint propNumbers) => GdipGetPropertyCou… in GdipGetPropertyCount() method in System.Drawing.SafeNativeMethods.Gdip
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing/
H A DImage.cs690 Status status = GDIPlus.GdipGetPropertyCount (nativeObject,
H A DgdipFunctions.cs1056 internal static extern Status GdipGetPropertyCount (IntPtr image, out uint propNumbers); in GdipGetPropertyCount() method in System.Drawing.GDIPlus
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/gdiplus/
H A Dgdiplusimpl.h207 updateStatus(DllExports::GdipGetPropertyCount(nativeImage, &result)); in GetPropertyCount()
H A Dgdiplusflat.h410 GpStatus WINGDIPAPI GdipGetPropertyCount(GpImage*,UINT*);
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdiplusimpl.h202 updateStatus(DllExports::GdipGetPropertyCount(nativeImage, &result)); in GetPropertyCount()
H A Dgdiplusflat.h401 GpStatus WINGDIPAPI GdipGetPropertyCount(GpImage*,UINT*);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdiplusimpl.h202 updateStatus(DllExports::GdipGetPropertyCount(nativeImage, &result)); in GetPropertyCount()
H A Dgdiplusflat.h401 GpStatus WINGDIPAPI GdipGetPropertyCount(GpImage*,UINT*);
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/gdiplus/
H A Dgdiplusimpl.h207 updateStatus(DllExports::GdipGetPropertyCount(nativeImage, &result)); in GetPropertyCount()
H A Dgdiplusflat.h410 GpStatus WINGDIPAPI GdipGetPropertyCount(GpImage*,UINT*);
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/Test/System.Drawing/
H A DGDIPlusTest.cs1661 …Assert.AreEqual (Status.Ok, GDIPlus.GdipGetPropertyCount (image, out count), "GdipGetPropertyCount… in InImageAPI()