Home
last modified time | relevance | path

Searched refs:GdipDrawClosedCurve2 (Results 1 – 17 of 17) sorted by relevance

/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/tests/
H A Dtestgraphicsdraw.c4937 status = GdipDrawClosedCurve2 (NULL, pen, normal7, 4, 0); in test_drawClosedCurve2()
4943 status = GdipDrawClosedCurve2 (NULL, pen, normal7, 3, 0); in test_drawClosedCurve2()
4949 status = GdipDrawClosedCurve2 (NULL, pen, normal7, 2, 0); in test_drawClosedCurve2()
4955 status = GdipDrawClosedCurve2 (NULL, pen, normal7, 1, 0); in test_drawClosedCurve2()
4961 status = GdipDrawClosedCurve2 (NULL, pen, normal7, 0, 0); in test_drawClosedCurve2()
4967 status = GdipDrawClosedCurve2 (NULL, pen, normal7, -1, 0); in test_drawClosedCurve2()
5009 status = GdipDrawClosedCurve2 (graphics, pen, NULL, 4, 0); in test_drawClosedCurve2()
5015 status = GdipDrawClosedCurve2 (graphics, pen, NULL, 3, 0); in test_drawClosedCurve2()
5021 status = GdipDrawClosedCurve2 (graphics, pen, NULL, 2, 0); in test_drawClosedCurve2()
5027 status = GdipDrawClosedCurve2 (graphics, pen, NULL, 1, 0); in test_drawClosedCurve2()
[all …]
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Dgraphics.c1177 return GdipDrawClosedCurve2 (graphics, pen, points, count, 0.5f); in GdipDrawClosedCurve()
1187 GdipDrawClosedCurve2 (GpGraphics *graphics, GpPen *pen, GDIPCONST GpPointF *points, INT count, REAL… in GdipDrawClosedCurve2() function
1225 status = GdipDrawClosedCurve2 (graphics, pen, pointsF, count, tension); in GdipDrawClosedCurve2I()
H A Dgraphics.h69 GpStatus WINGDIPAPI GdipDrawClosedCurve2 (GpGraphics *graphics, GpPen *pen, GDIPCONST GpPointF *poi…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdiplusgraphics.h229 return updateStatus(DllExports::GdipDrawClosedCurve2( in DrawClosedCurve()
H A Dgdiplusflat.h218 GpStatus WINGDIPAPI GdipDrawClosedCurve2(GpGraphics*,GpPen*,GDIPCONST GpPointF*,INT,REAL);
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/gdiplus/
H A Dgdiplusgraphics.h234 return updateStatus(DllExports::GdipDrawClosedCurve2( in DrawClosedCurve()
H A Dgdiplusflat.h223 GpStatus WINGDIPAPI GdipDrawClosedCurve2(GpGraphics*,GpPen*,GDIPCONST GpPointF*,INT,REAL);
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/gdiplus/
H A Dgdiplusgraphics.h234 return updateStatus(DllExports::GdipDrawClosedCurve2( in DrawClosedCurve()
H A Dgdiplusflat.h223 GpStatus WINGDIPAPI GdipDrawClosedCurve2(GpGraphics*,GpPen*,GDIPCONST GpPointF*,INT,REAL);
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdiplusgraphics.h229 return updateStatus(DllExports::GdipDrawClosedCurve2( in DrawClosedCurve()
H A Dgdiplusflat.h218 GpStatus WINGDIPAPI GdipDrawClosedCurve2(GpGraphics*,GpPen*,GDIPCONST GpPointF*,INT,REAL);
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DGraphics.Unix.cs470 …status = SafeNativeMethods.Gdip.GdipDrawClosedCurve2(nativeObject, pen.NativePen, points, points.L… in DrawClosedCurve()
H A DGraphics.Windows.cs1404 …int status = SafeNativeMethods.Gdip.GdipDrawClosedCurve2(new HandleRef(this, NativeGraphics), new … in DrawClosedCurve()
H A DGdiplusNative.Windows.cs950 …internal static int GdipDrawClosedCurve2(HandleRef graphics, HandleRef pen, HandleRef points, int … in GdipDrawClosedCurve2() method in System.Drawing.SafeNativeMethods.Gdip
H A DGdiplusNative.Unix.cs521 …internal static int GdipDrawClosedCurve2(IntPtr graphics, IntPtr pen, PointF[] points, int count, … in GdipDrawClosedCurve2() method in System.Drawing.SafeNativeMethods.Gdip
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing/
H A DGraphics.cs478 …status = GDIPlus.GdipDrawClosedCurve2 (nativeObject, pen.NativePen, points, points.Length, tension… in DrawClosedCurve()
H A DgdipFunctions.cs670 …internal static extern Status GdipDrawClosedCurve2(IntPtr graphics, IntPtr pen, PointF [] points, … in GdipDrawClosedCurve2() method in System.Drawing.GDIPlus