Home
last modified time | relevance | path

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

/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.java47 public static final int DashStyleDashDot = 3; field in Gdip
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Dgdipenums.h154 DashStyleDashDot = 3, /* alt. dash-dot */ enumerator
H A Dpen.c823 case DashStyleDashDot: in GdipSetPenDashStyle()
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/gdiplus/
H A Dgdiplusenums.h85 DashStyleDashDot = 3, enumerator
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdiplusenums.h80 DashStyleDashDot = 3, enumerator
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdiplusenums.h80 DashStyleDashDot = 3, enumerator
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/gdiplus/
H A Dgdiplusenums.h85 DashStyleDashDot = 3, enumerator
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/tests/
H A Dtestpen.c1790 status = GdipSetPenDashStyle (pen, DashStyleDashDot); in test_setPenDashStyle()
1795 assertEqualInt (dashStyle, DashStyleDashDot); in test_setPenDashStyle()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/msw/
H A Dgraphics.cpp466 dashStyle = DashStyleDashDot; in wxGDIPlusPenData()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/msw/
H A Dgraphics.cpp466 dashStyle = DashStyleDashDot; in wxGDIPlusPenData()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/msw/
H A Dgraphics.cpp466 dashStyle = DashStyleDashDot; in wxGDIPlusPenData()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/msw/
H A Dgraphics.cpp466 dashStyle = DashStyleDashDot; in wxGDIPlusPenData()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dgraphics.cpp702 dashStyle = DashStyleDashDot; in wxGDIPlusPenData()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Dgraphics.cpp702 dashStyle = DashStyleDashDot; in wxGDIPlusPenData()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dgraphics.cpp897 dashStyle = DashStyleDashDot; in wxGDIPlusPenData()
/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.java238 …case SWT.LINE_DASHDOT: dashStyle = Gdip.DashStyleDashDot; if (width == 0) dashes = LINE_DASHDOT_ZE… in checkGC()