Home
last modified time | relevance | path

Searched defs:dashCap (Results 1 – 25 of 39) sorted by relevance

12

/dports/graphics/mupdf/mupdf-1.18.0-source/platform/java/src/com/artifex/mupdf/fitz/
H A DStrokeState.java27 …private native long newNative(int startCap, int dashCap, int endCap, int lineJoin, float lineWidth… in newNative()
43 …public StrokeState(int startCap, int dashCap, int endCap, int lineJoin, float lineWidth, float mit… in StrokeState()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/tests/
H A DPenTests.cs556 public void DashCap_SetValid_GetReturnsExpected(DashCap dashCap) in DashCap_SetValid_GetReturnsExpected()
570 public void DashCap_SetInvalid_ThrowsInvalidEnumArgumentException(DashCap dashCap) in DashCap_SetInvalid_ThrowsInvalidEnumArgumentException()
1167 public void SetLineCap_Invoke_Success(LineCap startCap, LineCap endCap, DashCap dashCap) in SetLineCap_Invoke_Success()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdipluspen.h260 Status SetDashCap(DashCap dashCap) in SetDashCap()
285 Status SetLineCap(LineCap startCap, LineCap endCap, DashCap dashCap) in SetLineCap()
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/gdiplus/
H A Dgdipluspen.h265 Status SetDashCap(DashCap dashCap) in SetDashCap()
290 Status SetLineCap(LineCap startCap, LineCap endCap, DashCap dashCap) in SetLineCap()
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/gdiplus/
H A Dgdipluspen.h265 Status SetDashCap(DashCap dashCap) in SetDashCap()
290 Status SetLineCap(LineCap startCap, LineCap endCap, DashCap dashCap) in SetLineCap()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdipluspen.h260 Status SetDashCap(DashCap dashCap) in SetDashCap()
285 Status SetLineCap(LineCap startCap, LineCap endCap, DashCap dashCap) in SetLineCap()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/drawinglayer/source/tools/
H A Demfppen.hxx56 sal_Int32 dashCap; member
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/tests/
H A Dtestpen.c50 DashCap dashCap; in verifyPen() local
535 DashCap dashCap; in test_setPenLineCap197819() local
783 DashCap dashCap; in test_setPenDashCap197819() local
883 DashCap dashCap; in test_getPenDashCap197819() local
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Dpen.c610 GdipSetPenLineCap197819 (GpPen *pen, GpLineCap startCap, GpLineCap endCap, GpDashCap dashCap) in GdipSetPenLineCap197819()
1068 GdipSetPenDashCap197819 (GpPen *pen, GpDashCap dashCap) in GdipSetPenDashCap197819()
1084 GdipGetPenDashCap197819 (GpPen *pen, GpDashCap *dashCap) in GdipGetPenDashCap197819()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing/
H A DPen.cs508 public void SetLineCap (LineCap startCap, LineCap endCap, DashCap dashCap) in SetLineCap()
H A DgdipFunctions.cs840 internal static extern Status GdipSetPenDashCap197819 (IntPtr pen, DashCap dashCap); in GdipSetPenDashCap197819()
842 internal static extern Status GdipGetPenDashCap197819 (IntPtr pen, out DashCap dashCap); in GdipGetPenDashCap197819()
866 …ern Status GdipSetPenLineCap197819 (IntPtr pen, LineCap startCap, LineCap endCap, DashCap dashCap); in GdipSetPenLineCap197819()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DPen.cs198 public void SetLineCap(LineCap startCap, LineCap endCap, DashCap dashCap) in SetLineCap()
H A DGdiplusNative.cs1020 …elegate int GdipSetPenLineCap197819_delegate(HandleRef pen, int startCap, int endCap, int dashCap); in GdipSetPenLineCap197819_delegate()
1022 …c int GdipSetPenLineCap197819(HandleRef pen, int startCap, int endCap, int dashCap) => GdipSetPenL… in GdipSetPenLineCap197819()
1040 private delegate int GdipGetPenDashCap197819_delegate(HandleRef pen, out int dashCap); in GdipGetPenDashCap197819_delegate()
1042 …internal static int GdipGetPenDashCap197819(HandleRef pen, out int dashCap) => GdipGetPenDashCap19… in GdipGetPenDashCap197819()
1044 private delegate int GdipSetPenDashCap197819_delegate(HandleRef pen, int dashCap); in GdipSetPenDashCap197819_delegate()
1046 …internal static int GdipSetPenDashCap197819(HandleRef pen, int dashCap) => GdipSetPenDashCap197819… in GdipSetPenDashCap197819()
/dports/editors/libreoffice/libreoffice-7.2.6.2/drawinglayer/source/tools/
H A Demfppen.hxx108 sal_Int32 dashCap; member
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/
H A DGC.java273 int dashCap = Gdip.DashCapFlat, capStyle = 0; in checkGC() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxge/win32/
H A Dcgdi_plus_ext.cpp360 Gdiplus::DashCap dashCap = Gdiplus::DashCapFlat; in GdipCreatePenImpl() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxge/win32/
H A Dfx_win32_gdipext.cpp402 Gdiplus::DashCap dashCap = Gdiplus::DashCapFlat; in GdipCreatePenImpl() local
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dd2d1_1.h502 D2D1_CAP_STYLE dashCap; member
H A Dd2d1.h649 D2D1_CAP_STYLE dashCap; member
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxge/win32/
H A Dfx_win32_gdipext.cpp988 DashCap dashCap = DashCapFlat; in _GdipCreatePen() local
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxge/win32/
H A Dfx_win32_gdipext.cpp986 DashCap dashCap = DashCapFlat; in _GdipCreatePen() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/gdip/
H A DGdip.java1096 public static final native int Pen_SetLineCap(long pen, int startCap, int endCap, int dashCap); in Pen_SetLineCap()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/Direct2D/
H A Dmod.rs1674 pub dashCap: D2D1_CAP_STYLE, field
1690 pub dashCap: D2D1_CAP_STYLE, field
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd2d1_1.h286 D2D1_CAP_STYLE dashCap; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd2d1_1.h286 D2D1_CAP_STYLE dashCap; member

12