Home
last modified time | relevance | path

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

/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/tests/
H A Dtestadjustablearrowcap.c70 status = GdipGetCustomLineCapBaseInset ((GpCustomLineCap *) cap, &baseInset); in verifyArrowCap()
205 status = GdipGetCustomLineCapBaseInset ((GpCustomLineCap *) cap, &baseInset); in test_setAdjustableArrowCapHeight()
219 status = GdipGetCustomLineCapBaseInset ((GpCustomLineCap *) cap, &baseInset); in test_setAdjustableArrowCapHeight()
237 status = GdipGetCustomLineCapBaseInset ((GpCustomLineCap *) cap, &baseInset); in test_setAdjustableArrowCapHeight()
255 status = GdipGetCustomLineCapBaseInset ((GpCustomLineCap *) cap, &baseInset); in test_setAdjustableArrowCapHeight()
308 status = GdipGetCustomLineCapBaseInset ((GpCustomLineCap *) cap, &baseInset); in test_setAdjustableArrowCapWidth()
326 status = GdipGetCustomLineCapBaseInset ((GpCustomLineCap *) cap, &baseInset); in test_setAdjustableArrowCapWidth()
344 status = GdipGetCustomLineCapBaseInset ((GpCustomLineCap *) cap, &baseInset); in test_setAdjustableArrowCapWidth()
361 status = GdipGetCustomLineCapBaseInset ((GpCustomLineCap *) cap, &baseInset); in test_setAdjustableArrowCapWidth()
410 status = GdipGetCustomLineCapBaseInset ((GpCustomLineCap *) cap, &baseInset); in test_setAdjustableArrowCapMiddleInset()
[all …]
H A Dtestcustomlinecap.c45 status = GdipGetCustomLineCapBaseInset (cap, &baseInset); in verifyCustomLineCap()
558 GdipGetCustomLineCapBaseInset (cap, &baseInset); in test_setCustomLineCapBaseInset()
565 GdipGetCustomLineCapBaseInset (cap, &baseInset); in test_setCustomLineCapBaseInset()
572 GdipGetCustomLineCapBaseInset (cap, &baseInset); in test_setCustomLineCapBaseInset()
579 GdipGetCustomLineCapBaseInset (cap, &baseInset); in test_setCustomLineCapBaseInset()
604 status = GdipGetCustomLineCapBaseInset (NULL, &baseInset); in test_getCustomLineCapBaseInset()
607 status = GdipGetCustomLineCapBaseInset (cap, NULL); in test_getCustomLineCapBaseInset()
H A Dtestpen.c622 status = GdipGetCustomLineCapBaseInset (customStartCap, &startCapBaseInset); in test_setPenLineCap197819()
629 status = GdipGetCustomLineCapBaseInset (customEndCap, &endCapBaseInset); in test_setPenLineCap197819()
987 status = GdipGetCustomLineCapBaseInset (customStartCap, &baseInset); in test_setPenCustomStartCap()
1046 status = GdipGetCustomLineCapBaseInset (customEndCap, &baseInset); in test_setPenCustomEndCap()
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Dcustomlinecap.h25 GpStatus WINGDIPAPI GdipGetCustomLineCapBaseInset (GpCustomLineCap *customCap, REAL *inset);
H A Dcustomlinecap.c438 GdipGetCustomLineCapBaseInset (GpCustomLineCap *customCap, REAL *inset) in GdipGetCustomLineCapBaseInset() function
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/Drawing2D/
H A DCustomLineCap.cs148 …int status = SafeNativeMethods.Gdip.GdipGetCustomLineCapBaseInset(new HandleRef(this, nativeCap), …
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/gdiplus/
H A Dgdiplusimpl.h682 updateStatus(DllExports::GdipGetCustomLineCapBaseInset( in GetBaseInset()
H A Dgdiplusflat.h100 GpStatus WINGDIPAPI GdipGetCustomLineCapBaseInset(GpCustomLineCap*,REAL*);
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdiplusimpl.h677 updateStatus(DllExports::GdipGetCustomLineCapBaseInset( in GetBaseInset()
H A Dgdiplusflat.h95 GpStatus WINGDIPAPI GdipGetCustomLineCapBaseInset(GpCustomLineCap*,REAL*);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdiplusimpl.h677 updateStatus(DllExports::GdipGetCustomLineCapBaseInset( in GetBaseInset()
H A Dgdiplusflat.h95 GpStatus WINGDIPAPI GdipGetCustomLineCapBaseInset(GpCustomLineCap*,REAL*);
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/gdiplus/
H A Dgdiplusimpl.h682 updateStatus(DllExports::GdipGetCustomLineCapBaseInset( in GetBaseInset()
H A Dgdiplusflat.h100 GpStatus WINGDIPAPI GdipGetCustomLineCapBaseInset(GpCustomLineCap*,REAL*);
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing/
H A DgdipFunctions.cs928 internal static extern int GdipGetCustomLineCapBaseInset (HandleRef customCap, out float inset); in GdipGetCustomLineCapBaseInset() 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.cs444 …internal static int GdipGetCustomLineCapBaseInset(HandleRef customCap, out float inset) => GdipGet… in GdipGetCustomLineCapBaseInset() method in System.Drawing.SafeNativeMethods.Gdip