Home
last modified time | relevance | path

Searched refs:GdipEnumerateMetafileDestRectI (Results 1 – 12 of 12) sorted by relevance

/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Dgraphics.h176 GpStatus WINGDIPAPI GdipEnumerateMetafileDestRectI (GpGraphics *graphics, GDIPCONST GpMetafile *met…
H A Dgraphics.c2610 GdipEnumerateMetafileDestRectI (GpGraphics *graphics, GDIPCONST GpMetafile *metafile, GDIPCONST Rec… in GdipEnumerateMetafileDestRectI() function
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdiplusgraphics.h699 return updateStatus(DllExports::GdipEnumerateMetafileDestRectI(
H A Dgdiplusflat.h256 GpStatus WINGDIPAPI GdipEnumerateMetafileDestRectI(GpGraphics*,GDIPCONST GpMetafile*,GDIPCONST Rect…
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/gdiplus/
H A Dgdiplusgraphics.h704 return updateStatus(DllExports::GdipEnumerateMetafileDestRectI(
H A Dgdiplusflat.h262 GpStatus WINGDIPAPI GdipEnumerateMetafileDestRectI(GpGraphics*,GDIPCONST GpMetafile*,GDIPCONST Rect…
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/gdiplus/
H A Dgdiplusgraphics.h704 return updateStatus(DllExports::GdipEnumerateMetafileDestRectI(
H A Dgdiplusflat.h262 GpStatus WINGDIPAPI GdipEnumerateMetafileDestRectI(GpGraphics*,GDIPCONST GpMetafile*,GDIPCONST Rect…
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdiplusgraphics.h699 return updateStatus(DllExports::GdipEnumerateMetafileDestRectI(
H A Dgdiplusflat.h256 GpStatus WINGDIPAPI GdipEnumerateMetafileDestRectI(GpGraphics*,GDIPCONST GpMetafile*,GDIPCONST Rect…
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DGraphics.Windows.cs2857 …int status = SafeNativeMethods.Gdip.GdipEnumerateMetafileDestRectI(new HandleRef(this, NativeGraph… in EnumerateMetafile()
H A DGdiplusNative.Windows.cs1082 …internal static int GdipEnumerateMetafileDestRectI(HandleRef graphics, HandleRef metafile, ref GPR… in GdipEnumerateMetafileDestRectI() method in System.Drawing.SafeNativeMethods.Gdip