Home
last modified time | relevance | path

Searched refs:GdipFillPolygonI (Results 1 – 25 of 26) sorted by relevance

12

/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/tests/
H A Dtestgraphicsfill.c2779 status = GdipFillPolygonI (graphics, brush, points, 4, FillModeWinding); in test_fillPolygonI()
2795 status = GdipFillPolygonI (graphics, brush, points, 3, FillModeWinding); in test_fillPolygonI()
2811 status = GdipFillPolygonI (graphics, brush, points, 2, FillModeWinding); in test_fillPolygonI()
2827 status = GdipFillPolygonI (graphics, brush, points, 1, FillModeWinding); in test_fillPolygonI()
2853 status = GdipFillPolygonI (NULL, brush, points, 3, FillModeAlternate); in test_fillPolygonI()
2856 status = GdipFillPolygonI (NULL, brush, points, 1, FillModeAlternate); in test_fillPolygonI()
2859 status = GdipFillPolygonI (NULL, brush, points, 0, FillModeAlternate); in test_fillPolygonI()
2862 status = GdipFillPolygonI (NULL, brush, points, -1, FillModeAlternate); in test_fillPolygonI()
2885 status = GdipFillPolygonI (graphics, brush, NULL, 3, FillModeAlternate); in test_fillPolygonI()
2888 status = GdipFillPolygonI (graphics, brush, NULL, 1, FillModeAlternate); in test_fillPolygonI()
[all …]
/dports/security/ridl/ridl-11b3240/source/msw/
H A Dcanvas.c184 GdipFillPolygonI(canvas->memory, canvas->brush, points, 3, FillModeAlternate); in ui_fill_triangle()
219 GdipFillPolygonI(canvas->memory, canvas->brush, points, i, FillModeAlternate); in ui_fill_polygon()
H A Dgdiplus.h285 GdipFillPolygonI(GpGraphics *graphics, GpBrush *brush,
/dports/security/ridl/ridl-11b3240/nuklear/demo/gdip/
H A Dnuklear_gdip.h335 GdipFillPolygonI(GpGraphics *graphics, GpBrush *brush,
485 GdipFillPolygonI(gdip.memory, gdip.brush, points, 3, FillModeAlternate); in nk_gdip_fill_triangle()
514 GdipFillPolygonI(gdip.memory, gdip.brush, points, i, FillModeAlternate); in nk_gdip_fill_polygon()
/dports/audio/midi-matrix-lv2/midi-matrix-0.28.0/subprojects/nk_pugl/nuklear/demo/gdip/
H A Dnuklear_gdip.h335 GdipFillPolygonI(GpGraphics *graphics, GpBrush *brush,
485 GdipFillPolygonI(gdip.memory, gdip.brush, points, 3, FillModeAlternate); in nk_gdip_fill_triangle()
514 GdipFillPolygonI(gdip.memory, gdip.brush, points, i, FillModeAlternate); in nk_gdip_fill_polygon()
/dports/audio/moony-lv2/moony-0.36.0/subprojects/nk_pugl/nuklear/demo/gdip/
H A Dnuklear_gdip.h335 GdipFillPolygonI(GpGraphics *graphics, GpBrush *brush,
485 GdipFillPolygonI(gdip.memory, gdip.brush, points, 3, FillModeAlternate); in nk_gdip_fill_triangle()
514 GdipFillPolygonI(gdip.memory, gdip.brush, points, i, FillModeAlternate); in nk_gdip_fill_polygon()
/dports/audio/vm-lv2/vm-0.14.0/subprojects/nk_pugl/nuklear/demo/gdip/
H A Dnuklear_gdip.h335 GdipFillPolygonI(GpGraphics *graphics, GpBrush *brush,
485 GdipFillPolygonI(gdip.memory, gdip.brush, points, 3, FillModeAlternate); in nk_gdip_fill_triangle()
514 GdipFillPolygonI(gdip.memory, gdip.brush, points, i, FillModeAlternate); in nk_gdip_fill_polygon()
/dports/audio/sherlock-lv2/sherlock.lv2-0.28.0/subprojects/nk_pugl/nuklear/demo/gdip/
H A Dnuklear_gdip.h335 GdipFillPolygonI(GpGraphics *graphics, GpBrush *brush,
485 GdipFillPolygonI(gdip.memory, gdip.brush, points, 3, FillModeAlternate); in nk_gdip_fill_triangle()
514 GdipFillPolygonI(gdip.memory, gdip.brush, points, i, FillModeAlternate); in nk_gdip_fill_polygon()
/dports/audio/synthpod-lv2/synthpod-01aad91/nuklear/demo/gdip/
H A Dnuklear_gdip.h335 GdipFillPolygonI(GpGraphics *graphics, GpBrush *brush,
485 GdipFillPolygonI(gdip.memory, gdip.brush, points, 3, FillModeAlternate);
514 GdipFillPolygonI(gdip.memory, gdip.brush, points, i, FillModeAlternate);
/dports/x11-toolkits/nuklear/Nuklear-4.09.1/demo/gdip/
H A Dnuklear_gdip.h341 GdipFillPolygonI(GpGraphics *graphics, GpBrush *brush,
501 GdipFillPolygonI(gdip.memory, gdip.brush, points, 3, FillModeAlternate); in nk_gdip_fill_triangle()
531 GdipFillPolygonI(gdip.memory, gdip.brush, points, i, FillModeAlternate); in nk_gdip_fill_polygon()
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Dgraphics.h109 GpStatus WINGDIPAPI GdipFillPolygonI (GpGraphics *graphics, GpBrush *brush, GDIPCONST GpPoint *poin…
H A Dgraphics.c1479 GdipFillPolygonI (GpGraphics *graphics, GpBrush *brush, GDIPCONST GpPoint *points, INT count, GpFil… in GdipFillPolygonI() function
1508 return GdipFillPolygonI (graphics, brush, points, count, FillModeAlternate); in GdipFillPolygon2I()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdiplusgraphics.h949 return updateStatus(DllExports::GdipFillPolygonI( in FillPolygon()
965 return updateStatus(DllExports::GdipFillPolygonI( in FillPolygon()
H A Dgdiplusflat.h226 GpStatus WINGDIPAPI GdipFillPolygonI(GpGraphics*,GpBrush*,GDIPCONST GpPoint*,INT,GpFillMode);
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/gdiplus/
H A Dgdiplusgraphics.h954 return updateStatus(DllExports::GdipFillPolygonI( in FillPolygon()
970 return updateStatus(DllExports::GdipFillPolygonI( in FillPolygon()
H A Dgdiplusflat.h231 GpStatus WINGDIPAPI GdipFillPolygonI(GpGraphics*,GpBrush*,GDIPCONST GpPoint*,INT,GpFillMode);
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/gdiplus/
H A Dgdiplusgraphics.h954 return updateStatus(DllExports::GdipFillPolygonI( in FillPolygon()
970 return updateStatus(DllExports::GdipFillPolygonI( in FillPolygon()
H A Dgdiplusflat.h231 GpStatus WINGDIPAPI GdipFillPolygonI(GpGraphics*,GpBrush*,GDIPCONST GpPoint*,INT,GpFillMode);
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdiplusgraphics.h949 return updateStatus(DllExports::GdipFillPolygonI( in FillPolygon()
965 return updateStatus(DllExports::GdipFillPolygonI( in FillPolygon()
H A Dgdiplusflat.h226 GpStatus WINGDIPAPI GdipFillPolygonI(GpGraphics*,GpBrush*,GDIPCONST GpPoint*,INT,GpFillMode);
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DGraphics.Unix.cs1564 …int status = SafeNativeMethods.Gdip.GdipFillPolygonI(nativeObject, brush.NativeBrush, points, poin… in FillPolygon()
H A DGraphics.Windows.cs1641 …int status = SafeNativeMethods.Gdip.GdipFillPolygonI(new HandleRef(this, NativeGraphics), new Hand… in FillPolygon()
H A DGdiplusNative.Windows.cs982 …internal static int GdipFillPolygonI(HandleRef graphics, HandleRef brush, HandleRef points, int co… in GdipFillPolygonI() method in System.Drawing.SafeNativeMethods.Gdip
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing/
H A DGraphics.cs1584 …Status status = GDIPlus.GdipFillPolygonI (nativeObject, brush.NativeBrush, points, points.Length, … in FillPolygon()
H A DgdipFunctions.cs626 …static internal extern Status GdipFillPolygonI (IntPtr graphics, IntPtr brush, Point [] points, in… in GdipFillPolygonI() method in System.Drawing.GDIPlus

12