Searched refs:real_req_dash (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Ddcclient.cpp1579 wxX11Dash *real_req_dash = new wxX11Dash[req_nb_dash]; local
1580 if (real_req_dash)
1584 real_req_dash[i] = (wxX11Dash)(req_dash[i] * factor);
1585 XSetDashes ((Display*) m_display, (GC) m_gc, 0, real_req_dash, req_nb_dash);
1588 XSetDashes ((Display*) m_display,(GC) m_gcBacking, 0, real_req_dash, req_nb_dash);
1589 delete[]real_req_dash;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddcclient.cpp2012 wxGTKDash *real_req_dash = new wxGTKDash[req_nb_dash]; local
2013 if (real_req_dash)
2016 real_req_dash[i] = req_dash[i] * width;
2017 gdk_gc_set_dashes( m_penGC, 0, real_req_dash, req_nb_dash );
2018 delete[] real_req_dash;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Ddcclient.cpp1741 wxGTKDash *real_req_dash = new wxGTKDash[req_nb_dash]; local
1742 if (real_req_dash)
1745 real_req_dash[i] = req_dash[i] * width;
1746 gdk_gc_set_dashes( m_penGC, 0, real_req_dash, req_nb_dash );
1747 delete[] real_req_dash;

Completed in 52 milliseconds