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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Ddcclient.cpp1539 const wxX11Dash *req_dash; local
1545 req_dash = m_currentPenDash;
1550 req_dash = dotted;
1555 req_dash = short_dashed;
1560 req_dash = long_dashed;
1565 req_dash = dotted_dashed;
1573 req_dash = (wxX11Dash*)NULL;
1577 if (req_dash && req_nb_dash)
1584 real_req_dash[i] = (wxX11Dash)(req_dash[i] * factor);
1594 XSetDashes ((Display*) m_display, (GC) m_gc, 0, req_dash, req_nb_das
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddcclient.cpp1955 const wxGTKDash *req_dash; local
1964 req_dash = (wxGTKDash*)m_pen.GetDash();
1971 req_dash = dotted;
1978 req_dash = wxCoord_dashed;
1985 req_dash = short_dashed;
1993 req_dash = dotted_dashed;
2004 req_dash = (wxGTKDash*)NULL;
2010 if (req_dash && req_nb_dash)
2016 real_req_dash[i] = req_dash[i] * width;
2023 gdk_gc_set_dashes( m_penGC, 0, (wxGTKDash*)req_dash, req_nb_das
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Ddcclient.cpp1684 const wxGTKDash *req_dash; local
1693 req_dash = (wxGTKDash*)m_pen.GetDash();
1700 req_dash = dotted;
1707 req_dash = wxCoord_dashed;
1714 req_dash = short_dashed;
1722 req_dash = dotted_dashed;
1733 req_dash = (wxGTKDash*)NULL;
1739 if (req_dash && req_nb_dash)
1745 real_req_dash[i] = req_dash[i] * width;
1752 gdk_gc_set_dashes( m_penGC, 0, (wxGTKDash*)req_dash, req_nb_das
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Ddcclient.cpp1823 const wxX11Dash *req_dash; local
1832 req_dash = (wxX11Dash*)m_pen.GetDash();
1839 req_dash = dotted;
1846 req_dash = long_dashed;
1853 req_dash = short_dashed;
1861 req_dash = dotted_dashed;
1872 req_dash = (wxX11Dash*)NULL;

Completed in 96 milliseconds