Home
last modified time | relevance | path

Searched refs:GdipGetPropertyIdList (Results 1 – 18 of 18) sorted by relevance

/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/tests/
H A Dtestgpimage.c1280 status = GdipGetPropertyIdList (bitmapImage, 0, list); in test_getPropertyIdList()
1284 status = GdipGetPropertyIdList (NULL, 0, list); in test_getPropertyIdList()
1287 status = GdipGetPropertyIdList (metafileImage, 0, list); in test_getPropertyIdList()
1290 status = GdipGetPropertyIdList (bitmapImage, 0, NULL); in test_getPropertyIdList()
1293 status = GdipGetPropertyIdList (metafileImage, 0, NULL); in test_getPropertyIdList()
1296 status = GdipGetPropertyIdList (bitmapImage, 1, list); in test_getPropertyIdList()
1299 status = GdipGetPropertyIdList (metafileImage, 1, list); in test_getPropertyIdList()
1498 status = GdipGetPropertyIdList (image, numProperties, propertyIds); in setPropertyItemForImage()
1528 status = GdipGetPropertyIdList (image, numProperties, propertyIds); in setPropertyItemForImage()
1558 status = GdipGetPropertyIdList (image, numProperties, propertyIds); in setPropertyItemForImage()
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Dimage.h88 GpStatus WINGDIPAPI GdipGetPropertyIdList (GpImage *image, UINT numOfProperty, PROPID *list);
H A Dimage.c1946 GdipGetPropertyIdList (GpImage *image, UINT propertyNumber, PROPID *list) in GdipGetPropertyIdList() function
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DImage.Unix.cs731 status = SafeNativeMethods.Gdip.GdipGetPropertyIdList(nativeImage,
H A DImage.Windows.cs967 …status = SafeNativeMethods.Gdip.GdipGetPropertyIdList(new HandleRef(this, nativeImage), count, pro…
H A DGdiplusNative.Windows.cs672 …internal static int GdipGetPropertyIdList(HandleRef image, int count, int[] list) => GdipGetProper… in GdipGetPropertyIdList() method in System.Drawing.SafeNativeMethods.Gdip
H A DGdiplusNative.Unix.cs762 …internal static int GdipGetPropertyIdList(IntPtr image, uint propNumbers, [Out] int[] list) => Gdi… in GdipGetPropertyIdList() method in System.Drawing.SafeNativeMethods.Gdip
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing/
H A DImage.cs695 status = GDIPlus.GdipGetPropertyIdList (nativeObject,
H A DgdipFunctions.cs1059 …internal static extern Status GdipGetPropertyIdList (IntPtr image, uint propNumbers, [Out] int [] … in GdipGetPropertyIdList() 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.h213 return updateStatus(DllExports::GdipGetPropertyIdList( in GetPropertyIdList()
H A Dgdiplusflat.h411 GpStatus WINGDIPAPI GdipGetPropertyIdList(GpImage*,UINT,PROPID*);
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdiplusimpl.h208 return updateStatus(DllExports::GdipGetPropertyIdList( in GetPropertyIdList()
H A Dgdiplusflat.h402 GpStatus WINGDIPAPI GdipGetPropertyIdList(GpImage*,UINT,PROPID*);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdiplusimpl.h208 return updateStatus(DllExports::GdipGetPropertyIdList( in GetPropertyIdList()
H A Dgdiplusflat.h402 GpStatus WINGDIPAPI GdipGetPropertyIdList(GpImage*,UINT,PROPID*);
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/gdiplus/
H A Dgdiplusimpl.h213 return updateStatus(DllExports::GdipGetPropertyIdList( in GetPropertyIdList()
H A Dgdiplusflat.h411 GpStatus WINGDIPAPI GdipGetPropertyIdList(GpImage*,UINT,PROPID*);
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/Test/System.Drawing/
H A DGDIPlusTest.cs1663 …Assert.AreEqual (Status.NotImplemented, GDIPlus.GdipGetPropertyIdList (image, 0, new int[1]), "Gdi… in InImageAPI()