Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/Test/System.Drawing/
H A DGDIPlusTest.cs369 …Assert.AreEqual (Status.InvalidParameter, GDIPlus.GdipDrawRectangles (graphics, IntPtr.Zero, rf, 2… in DrawRectangles()
376 …Assert.AreEqual (Status.InvalidParameter, GDIPlus.GdipDrawRectangles (IntPtr.Zero, pen, rf, 2), "G… in DrawRectangles()
379 …Assert.AreEqual (Status.InvalidParameter, GDIPlus.GdipDrawRectangles (graphics, pen, null, 1), "Gd… in DrawRectangles()
382 …Assert.AreEqual (Status.InvalidParameter, GDIPlus.GdipDrawRectangles (graphics, pen, new Rectangle… in DrawRectangles()
385 …Assert.AreEqual (Status.InvalidParameter, GDIPlus.GdipDrawRectangles (graphics, pen, rf, -1), "Gdi… in DrawRectangles()
388 …Assert.AreEqual (Status.Ok, GDIPlus.GdipDrawRectangles (graphics, pen, rf, 2), "GdipDrawRectangles… in DrawRectangles()
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/tests/
H A Dtestgraphicsdraw.c11283 status = GdipDrawRectangles (graphics, pen, rectangles, 4); in test_drawRectangles()
11325 status = GdipDrawRectangles (NULL, pen, rectangles, 3); in test_drawRectangles()
11328 status = GdipDrawRectangles (NULL, pen, rectangles, 0); in test_drawRectangles()
11331 status = GdipDrawRectangles (NULL, pen, rectangles, -1); in test_drawRectangles()
11343 status = GdipDrawRectangles (graphics, pen, NULL, 3); in test_drawRectangles()
11346 status = GdipDrawRectangles (graphics, pen, NULL, 0); in test_drawRectangles()
11349 status = GdipDrawRectangles (graphics, pen, NULL, -1); in test_drawRectangles()
11373 status = GdipDrawRectangles (graphics, pen, NULL, 3); in test_drawRectangles()
11376 status = GdipDrawRectangles (graphics, pen, NULL, 1); in test_drawRectangles()
11379 status = GdipDrawRectangles (graphics, pen, NULL, 0); in test_drawRectangles()
[all …]
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Dgraphics.c1126 return GdipDrawRectangles (graphics, pen, &rect, 1); in GdipDrawRectangle()
1136 GdipDrawRectangles (GpGraphics *graphics, GpPen *pen, GDIPCONST GpRectF *rects, INT count) in GdipDrawRectangles() function
1168 status = GdipDrawRectangles (graphics, pen, rectsF, count); in GdipDrawRectanglesI()
H A Dgraphics.h96 GpStatus WINGDIPAPI GdipDrawRectangles (GpGraphics *graphics, GpPen *pen, GDIPCONST GpRectF *rects,…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdiplusgraphics.h609 return updateStatus(DllExports::GdipDrawRectangles( in DrawRectangles()
H A Dgdiplusflat.h201 GpStatus WINGDIPAPI GdipDrawRectangles(GpGraphics*,GpPen*,GDIPCONST GpRectF*,INT);
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/gdiplus/
H A Dgdiplusgraphics.h614 return updateStatus(DllExports::GdipDrawRectangles( in DrawRectangles()
H A Dgdiplusflat.h206 GpStatus WINGDIPAPI GdipDrawRectangles(GpGraphics*,GpPen*,GDIPCONST GpRectF*,INT);
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/gdiplus/
H A Dgdiplusgraphics.h614 return updateStatus(DllExports::GdipDrawRectangles( in DrawRectangles()
H A Dgdiplusflat.h206 GpStatus WINGDIPAPI GdipDrawRectangles(GpGraphics*,GpPen*,GDIPCONST GpRectF*,INT);
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdiplusgraphics.h609 return updateStatus(DllExports::GdipDrawRectangles( in DrawRectangles()
H A Dgdiplusflat.h201 GpStatus WINGDIPAPI GdipDrawRectangles(GpGraphics*,GpPen*,GDIPCONST GpRectF*,INT);
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DGraphics.Unix.cs1137 …int status = SafeNativeMethods.Gdip.GdipDrawRectangles(nativeObject, pen.NativePen, rects, rects.L… in DrawRectangles()
H A DGraphics.Windows.cs973 …int status = SafeNativeMethods.Gdip.GdipDrawRectangles(new HandleRef(this, NativeGraphics), new Ha… in DrawRectangles()
H A DGdiplusNative.Windows.cs882 …internal static int GdipDrawRectangles(HandleRef graphics, HandleRef pen, HandleRef rects, int cou… in GdipDrawRectangles() method in System.Drawing.SafeNativeMethods.Gdip
H A DGdiplusNative.Unix.cs436 …internal static int GdipDrawRectangles(IntPtr graphics, IntPtr pen, RectangleF[] rects, int count)… in GdipDrawRectangles() method in System.Drawing.SafeNativeMethods.Gdip
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing/
H A DGraphics.cs1142 Status status = GDIPlus.GdipDrawRectangles (nativeObject, pen.NativePen, rects, rects.Length); in DrawRectangles()
H A DgdipFunctions.cs616 …static internal extern Status GdipDrawRectangles (IntPtr graphics, IntPtr pen, RectangleF [] rects… in GdipDrawRectangles() method in System.Drawing.GDIPlus