Searched refs:wxX11Dash (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dpen.cpp36 m_dash = (wxX11Dash*) NULL;
72 wxX11Dash *m_dash;
125 M_PENDATA->m_dash = (wxX11Dash *)dash; // TODO
H A Ddcclient.cpp1815 static const wxX11Dash dotted[] = {1, 1};
1816 static const wxX11Dash short_dashed[] = {2, 2};
1817 static const wxX11Dash long_dashed[] = {2, 4};
1818 static const wxX11Dash dotted_dashed[] = {3, 3, 1, 3};
1823 const wxX11Dash *req_dash;
1832 req_dash = (wxX11Dash*)m_pen.GetDash();
1872 req_dash = (wxX11Dash*)NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Dpen.h26 typedef char wxX11Dash; typedef
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Ddcclient.cpp148 m_currentPenDash = (wxX11Dash*) NULL;
1493 wxX11Dash *old_pen_dash = m_currentPenDash;
1503 m_currentPenDash = (wxX11Dash*)m_pen.GetDash();
1531 static const wxX11Dash dotted[] = {2, 5};
1532 static const wxX11Dash short_dashed[] = {4, 4};
1533 static const wxX11Dash long_dashed[] = {4, 8};
1534 static const wxX11Dash dotted_dashed[] = {6, 6, 2, 6};
1539 const wxX11Dash *req_dash;
1573 req_dash = (wxX11Dash*)NULL;
1579 wxX11Dash *real_req_das
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Ddcclient.h162 wxX11Dash* m_currentPenDash ;

Completed in 50 milliseconds