Searched refs:lineStyle (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dcomposit.cpp1695 int lineStyle = wxSOLID;
1699 lineStyle = wxSOLID;
1701 lineStyle = wxDOT;
1703 lineStyle = wxSHORT_DASH;
1705 lineStyle = wxLONG_DASH;
1707 lineStyle = wxDOT_DASH;
1710 wxPen *newPen = wxThePenList->FindOrCreatePen(*pColour, lineWidth, lineStyle);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddcclient.cpp1957 GdkLineStyle lineStyle = GDK_LINE_SOLID; local
1962 lineStyle = GDK_LINE_ON_OFF_DASH;
1969 lineStyle = GDK_LINE_ON_OFF_DASH;
1976 lineStyle = GDK_LINE_ON_OFF_DASH;
1983 lineStyle = GDK_LINE_ON_OFF_DASH;
1990 // lineStyle = GDK_LINE_DOUBLE_DASH;
1991 lineStyle = GDK_LINE_ON_OFF_DASH;
2003 lineStyle = GDK_LINE_SOLID;
2057 gdk_gc_set_line_attributes( m_penGC, width, lineStyle, capStyle, joinStyle );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Ddcclient.cpp1686 GdkLineStyle lineStyle = GDK_LINE_SOLID; local
1691 lineStyle = GDK_LINE_ON_OFF_DASH;
1698 lineStyle = GDK_LINE_ON_OFF_DASH;
1705 lineStyle = GDK_LINE_ON_OFF_DASH;
1712 lineStyle = GDK_LINE_ON_OFF_DASH;
1719 // lineStyle = GDK_LINE_DOUBLE_DASH;
1720 lineStyle = GDK_LINE_ON_OFF_DASH;
1732 lineStyle = GDK_LINE_SOLID;
1786 gdk_gc_set_line_attributes( m_penGC, width, lineStyle, capStyle, joinStyle );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Ddcclient.cpp1825 int lineStyle = LineSolid; local
1830 lineStyle = LineOnOffDash;
1837 lineStyle = LineOnOffDash;
1844 lineStyle = LineOnOffDash;
1851 lineStyle = LineOnOffDash;
1858 // lineStyle = LineDoubleDash;
1859 lineStyle = LineOnOffDash;
1871 lineStyle = LineSolid;
1908 XSetLineAttributes( (Display*) m_display, (GC) m_penGC, width, lineStyle, capStyle, joinStyle );

Completed in 41 milliseconds