Home
last modified time | relevance | path

Searched refs:GdipAddPathLineI (Results 1 – 16 of 16) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing.Drawing2D/
H A DGraphicsPath.cs331 … Status status = GDIPlus.GdipAddPathLineI (nativePath, pt1.X, pt1.Y, pt2.X, pt2.Y); in AddLine()
345 Status status = GDIPlus.GdipAddPathLineI (nativePath, x1, y1, x2, y2); in AddLine()
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Dgraphics-path.h75 GpStatus WINGDIPAPI GdipAddPathLineI (GpPath *path, INT x1, INT y1, INT x2, INT y2);
H A Dgraphics-path.c1397 GdipAddPathLineI (GpPath *path, int x1, int y1, int x2, int y2) in GdipAddPathLineI() function
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/Drawing2D/
H A DGraphicsPath.Unix.cs347 … int status = SafeNativeMethods.Gdip.GdipAddPathLineI(nativePath, pt1.X, pt1.Y, pt2.X, pt2.Y); in AddLine()
361 int status = SafeNativeMethods.Gdip.GdipAddPathLineI(nativePath, x1, y1, x2, y2); in AddLine()
H A DGraphicsPath.Windows.cs420 …int status = SafeNativeMethods.Gdip.GdipAddPathLineI(new HandleRef(this, nativePath), x1, y1, x2, … in AddLine()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdipluspath.h226 return updateStatus(DllExports::GdipAddPathLineI(nativePath, in AddLine()
236 return updateStatus(DllExports::GdipAddPathLineI(nativePath, in AddLine()
H A Dgdiplusflat.h335 GpStatus WINGDIPAPI GdipAddPathLineI(GpPath*,INT,INT,INT,INT);
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/gdiplus/
H A Dgdipluspath.h231 return updateStatus(DllExports::GdipAddPathLineI(nativePath, in AddLine()
241 return updateStatus(DllExports::GdipAddPathLineI(nativePath, in AddLine()
H A Dgdiplusflat.h344 GpStatus WINGDIPAPI GdipAddPathLineI(GpPath*,INT,INT,INT,INT);
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdipluspath.h226 return updateStatus(DllExports::GdipAddPathLineI(nativePath, in AddLine()
236 return updateStatus(DllExports::GdipAddPathLineI(nativePath, in AddLine()
H A Dgdiplusflat.h335 GpStatus WINGDIPAPI GdipAddPathLineI(GpPath*,INT,INT,INT,INT);
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/gdiplus/
H A Dgdipluspath.h231 return updateStatus(DllExports::GdipAddPathLineI(nativePath, in AddLine()
241 return updateStatus(DllExports::GdipAddPathLineI(nativePath, in AddLine()
H A Dgdiplusflat.h344 GpStatus WINGDIPAPI GdipAddPathLineI(GpPath*,INT,INT,INT,INT);
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing/
H A DgdipFunctions.cs1330 internal static extern Status GdipAddPathLineI (IntPtr path, int x1, int y1, int x2, int y2); in GdipAddPathLineI() method in System.Drawing.GDIPlus
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DGdiplusNative.Windows.cs440 …internal static int GdipAddPathLineI(HandleRef path, int x1, int y1, int x2, int y2) => GdipAddPat… in GdipAddPathLineI() method in System.Drawing.SafeNativeMethods.Gdip
H A DGdiplusNative.Unix.cs1063 …internal static int GdipAddPathLineI(IntPtr path, int x1, int y1, int x2, int y2) => GdipAddPathLi… in GdipAddPathLineI() method in System.Drawing.SafeNativeMethods.Gdip