Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/tests/Drawing2D/
H A DGraphicsPathIteratorTests.cs75 Assert.Equal(0, gpi.NextSubpath(gp, out bool isClosed)); in NextSubpath_PathFigureNotClosed_ReturnsExpeced()
86 Assert.Equal(2, gpi.NextSubpath(gp, out bool isClosed)); in NextSubpath_PathFigureClosed_ReturnsExpeced()
97 Assert.Equal(0, gpi.NextSubpath(null, out bool isClosed)); in NextSubpath_NullPath_ReturnsExpected()
110 … Assert.Equal(0, gpi.NextSubpath(out int startIndex, out int endIndex, out bool isClosed)); in NextSubpath_FigureNotClosed_ReturnsExpeced()
123 … Assert.Equal(2, gpi.NextSubpath(out int startIndex, out int endIndex, out bool isClosed)); in NextSubpath_FigureClosed_ReturnsExpeced()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/Drawing2D/
H A DGraphicsPathIterator.cs63 public int NextSubpath(out int startIndex, out int endIndex, out bool isClosed) in NextSubpath() method in System.Drawing.Drawing2D.GraphicsPathIterator
79 public int NextSubpath(GraphicsPath path, out bool isClosed) in NextSubpath() method in System.Drawing.Drawing2D.GraphicsPathIterator
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdipluspath.h614 INT NextSubpath(INT *startIndex, INT *endIndex, BOOL *isClosed) in NextSubpath() function
622 INT NextSubpath(GraphicsPath *path, BOOL *isClosed) in NextSubpath() function
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/gdiplus/
H A Dgdipluspath.h619 INT NextSubpath(INT *startIndex, INT *endIndex, BOOL *isClosed) in NextSubpath() function
627 INT NextSubpath(GraphicsPath *path, BOOL *isClosed) in NextSubpath() function
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdipluspath.h614 INT NextSubpath(INT *startIndex, INT *endIndex, BOOL *isClosed) in NextSubpath() function
622 INT NextSubpath(GraphicsPath *path, BOOL *isClosed) in NextSubpath() function
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/gdiplus/
H A Dgdipluspath.h619 INT NextSubpath(INT *startIndex, INT *endIndex, BOOL *isClosed) in NextSubpath() function
627 INT NextSubpath(GraphicsPath *path, BOOL *isClosed) in NextSubpath() function
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/ref/
H A DSystem.Drawing.Common.cs1484 …public int NextSubpath(System.Drawing.Drawing2D.GraphicsPath path, out bool isClosed) { throw null… in NextSubpath() method in System.Drawing.Drawing2D.GraphicsPathIterator
1485 … public int NextSubpath(out int startIndex, out int endIndex, out bool isClosed) { throw null; } in NextSubpath() method in System.Drawing.Drawing2D.GraphicsPathIterator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.Drawing.cs2477 …public int NextSubpath(System.Drawing.Drawing2D.GraphicsPath path, out bool isClosed) { isClosed =… in NextSubpath() method in System.Drawing.Drawing2D.GraphicsPathIterator
2478 …public int NextSubpath(out int startIndex, out int endIndex, out bool isClosed) { startIndex = def… in NextSubpath() method in System.Drawing.Drawing2D.GraphicsPathIterator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.Drawing.cs2477 …public int NextSubpath(System.Drawing.Drawing2D.GraphicsPath path, out bool isClosed) { isClosed =… in NextSubpath() method in System.Drawing.Drawing2D.GraphicsPathIterator
2478 …public int NextSubpath(out int startIndex, out int endIndex, out bool isClosed) { startIndex = def… in NextSubpath() method in System.Drawing.Drawing2D.GraphicsPathIterator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.Drawing.cs2405 …public int NextSubpath(System.Drawing.Drawing2D.GraphicsPath path, out bool isClosed) { isClosed =… in NextSubpath() method in System.Drawing.Drawing2D.GraphicsPathIterator
2406 …public int NextSubpath(out int startIndex, out int endIndex, out bool isClosed) { startIndex = def… in NextSubpath() method in System.Drawing.Drawing2D.GraphicsPathIterator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.Drawing.cs2476 …public int NextSubpath(System.Drawing.Drawing2D.GraphicsPath path, out bool isClosed) { isClosed =… in NextSubpath() method in System.Drawing.Drawing2D.GraphicsPathIterator
2477 …public int NextSubpath(out int startIndex, out int endIndex, out bool isClosed) { startIndex = def… in NextSubpath() method in System.Drawing.Drawing2D.GraphicsPathIterator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.Drawing.cs2478 …public int NextSubpath(System.Drawing.Drawing2D.GraphicsPath path, out bool isClosed) { isClosed =… in NextSubpath() method in System.Drawing.Drawing2D.GraphicsPathIterator
2479 …public int NextSubpath(out int startIndex, out int endIndex, out bool isClosed) { startIndex = def… in NextSubpath() method in System.Drawing.Drawing2D.GraphicsPathIterator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.Drawing.cs2476 …public int NextSubpath(System.Drawing.Drawing2D.GraphicsPath path, out bool isClosed) { isClosed =… in NextSubpath() method in System.Drawing.Drawing2D.GraphicsPathIterator
2477 …public int NextSubpath(out int startIndex, out int endIndex, out bool isClosed) { startIndex = def… in NextSubpath() method in System.Drawing.Drawing2D.GraphicsPathIterator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.Drawing.cs2478 …public int NextSubpath(System.Drawing.Drawing2D.GraphicsPath path, out bool isClosed) { isClosed =… in NextSubpath() method in System.Drawing.Drawing2D.GraphicsPathIterator
2479 …public int NextSubpath(out int startIndex, out int endIndex, out bool isClosed) { startIndex = def… in NextSubpath() method in System.Drawing.Drawing2D.GraphicsPathIterator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.Drawing.cs2476 …public int NextSubpath(System.Drawing.Drawing2D.GraphicsPath path, out bool isClosed) { isClosed =… in NextSubpath() method in System.Drawing.Drawing2D.GraphicsPathIterator
2477 …public int NextSubpath(out int startIndex, out int endIndex, out bool isClosed) { startIndex = def… in NextSubpath() method in System.Drawing.Drawing2D.GraphicsPathIterator
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.Drawing.cs2458 …public int NextSubpath(System.Drawing.Drawing2D.GraphicsPath path, out bool isClosed) { isClosed =… in NextSubpath() method in System.Drawing.Drawing2D.GraphicsPathIterator
2459 …public int NextSubpath(out int startIndex, out int endIndex, out bool isClosed) { startIndex = def… in NextSubpath() method in System.Drawing.Drawing2D.GraphicsPathIterator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.Drawing.cs2476 …public int NextSubpath(System.Drawing.Drawing2D.GraphicsPath path, out bool isClosed) { isClosed =… in NextSubpath() method in System.Drawing.Drawing2D.GraphicsPathIterator
2477 …public int NextSubpath(out int startIndex, out int endIndex, out bool isClosed) { startIndex = def… in NextSubpath() method in System.Drawing.Drawing2D.GraphicsPathIterator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.Drawing.cs2404 …public int NextSubpath(System.Drawing.Drawing2D.GraphicsPath path, out bool isClosed) { isClosed =… in NextSubpath() method in System.Drawing.Drawing2D.GraphicsPathIterator
2405 …public int NextSubpath(out int startIndex, out int endIndex, out bool isClosed) { startIndex = def… in NextSubpath() method in System.Drawing.Drawing2D.GraphicsPathIterator