Home
last modified time | relevance | path

Searched refs:req_dash (Results 1 – 20 of 20) sorted by relevance

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/gtk/
H A Ddcclient.cpp1606 const wxGTKDash *req_dash; in SetPen() local
1613 req_dash = (wxGTKDash*)m_pen.GetDash(); in SetPen()
1617 req_dash = dotted; in SetPen()
1621 req_dash = wxCoord_dashed; in SetPen()
1625 req_dash = short_dashed; in SetPen()
1629 req_dash = dotted_dashed; in SetPen()
1638 req_dash = NULL; in SetPen()
1643 if (req_dash && req_nb_dash) in SetPen()
1649 real_req_dash[i] = req_dash[i] * width; in SetPen()
1656 gdk_gc_set_dashes( m_penGC, 0, (wxGTKDash*)req_dash, req_nb_dash ); in SetPen()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk/
H A Ddcclient.cpp1605 const wxDash* req_dash; in SetPen() local
1612 req_dash = m_pen.GetDash(); in SetPen()
1616 req_dash = dotted; in SetPen()
1620 req_dash = wxCoord_dashed; in SetPen()
1624 req_dash = short_dashed; in SetPen()
1628 req_dash = dotted_dashed; in SetPen()
1637 req_dash = NULL; in SetPen()
1642 if (req_dash && req_nb_dash) in SetPen()
1648 real_req_dash[i] = req_dash[i] * width; in SetPen()
1655 gdk_gc_set_dashes(m_penGC, 0, const_cast<wxDash*>(req_dash), req_nb_dash); in SetPen()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/gtk/
H A Ddcclient.cpp1606 const wxGTKDash *req_dash; in SetPen() local
1613 req_dash = (wxGTKDash*)m_pen.GetDash(); in SetPen()
1617 req_dash = dotted; in SetPen()
1621 req_dash = wxCoord_dashed; in SetPen()
1625 req_dash = short_dashed; in SetPen()
1629 req_dash = dotted_dashed; in SetPen()
1638 req_dash = NULL; in SetPen()
1643 if (req_dash && req_nb_dash) in SetPen()
1649 real_req_dash[i] = req_dash[i] * width; in SetPen()
1656 gdk_gc_set_dashes( m_penGC, 0, (wxGTKDash*)req_dash, req_nb_dash ); in SetPen()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/gtk1/
H A Ddcclient.cpp1686 const wxGTKDash *req_dash; in SetPen() local
1695 req_dash = (wxGTKDash*)m_pen.GetDash(); in SetPen()
1702 req_dash = dotted; in SetPen()
1709 req_dash = wxCoord_dashed; in SetPen()
1716 req_dash = short_dashed; in SetPen()
1724 req_dash = dotted_dashed; in SetPen()
1735 req_dash = NULL; in SetPen()
1741 if (req_dash && req_nb_dash) in SetPen()
1747 real_req_dash[i] = req_dash[i] * width; in SetPen()
1754 gdk_gc_set_dashes( m_penGC, 0, (wxGTKDash*)req_dash, req_nb_dash ); in SetPen()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/gtk/
H A Ddcclient.cpp1955 const wxGTKDash *req_dash; in SetPen() local
1964 req_dash = (wxGTKDash*)m_pen.GetDash(); in SetPen()
1971 req_dash = dotted; in SetPen()
1978 req_dash = wxCoord_dashed; in SetPen()
1985 req_dash = short_dashed; in SetPen()
1993 req_dash = dotted_dashed; in SetPen()
2004 req_dash = (wxGTKDash*)NULL; in SetPen()
2010 if (req_dash && req_nb_dash) in SetPen()
2016 real_req_dash[i] = req_dash[i] * width; in SetPen()
2023 gdk_gc_set_dashes( m_penGC, 0, (wxGTKDash*)req_dash, req_nb_dash ); in SetPen()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/gtk/
H A Ddcclient.cpp1955 const wxGTKDash *req_dash; in SetPen() local
1964 req_dash = (wxGTKDash*)m_pen.GetDash(); in SetPen()
1971 req_dash = dotted; in SetPen()
1978 req_dash = wxCoord_dashed; in SetPen()
1985 req_dash = short_dashed; in SetPen()
1993 req_dash = dotted_dashed; in SetPen()
2004 req_dash = (wxGTKDash*)NULL; in SetPen()
2010 if (req_dash && req_nb_dash) in SetPen()
2016 real_req_dash[i] = req_dash[i] * width; in SetPen()
2023 gdk_gc_set_dashes( m_penGC, 0, (wxGTKDash*)req_dash, req_nb_dash ); in SetPen()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/gtk1/
H A Ddcclient.cpp1684 const wxGTKDash *req_dash; in SetPen() local
1693 req_dash = (wxGTKDash*)m_pen.GetDash(); in SetPen()
1700 req_dash = dotted; in SetPen()
1707 req_dash = wxCoord_dashed; in SetPen()
1714 req_dash = short_dashed; in SetPen()
1722 req_dash = dotted_dashed; in SetPen()
1733 req_dash = (wxGTKDash*)NULL; in SetPen()
1739 if (req_dash && req_nb_dash) in SetPen()
1745 real_req_dash[i] = req_dash[i] * width; in SetPen()
1752 gdk_gc_set_dashes( m_penGC, 0, (wxGTKDash*)req_dash, req_nb_dash ); in SetPen()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/gtk1/
H A Ddcclient.cpp1684 const wxGTKDash *req_dash; in SetPen() local
1693 req_dash = (wxGTKDash*)m_pen.GetDash(); in SetPen()
1700 req_dash = dotted; in SetPen()
1707 req_dash = wxCoord_dashed; in SetPen()
1714 req_dash = short_dashed; in SetPen()
1722 req_dash = dotted_dashed; in SetPen()
1733 req_dash = (wxGTKDash*)NULL; in SetPen()
1739 if (req_dash && req_nb_dash) in SetPen()
1745 real_req_dash[i] = req_dash[i] * width; in SetPen()
1752 gdk_gc_set_dashes( m_penGC, 0, (wxGTKDash*)req_dash, req_nb_dash ); in SetPen()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/gtk/
H A Ddcclient.cpp1955 const wxGTKDash *req_dash; in SetPen() local
1964 req_dash = (wxGTKDash*)m_pen.GetDash(); in SetPen()
1971 req_dash = dotted; in SetPen()
1978 req_dash = wxCoord_dashed; in SetPen()
1985 req_dash = short_dashed; in SetPen()
1993 req_dash = dotted_dashed; in SetPen()
2004 req_dash = (wxGTKDash*)NULL; in SetPen()
2010 if (req_dash && req_nb_dash) in SetPen()
2016 real_req_dash[i] = req_dash[i] * width; in SetPen()
2023 gdk_gc_set_dashes( m_penGC, 0, (wxGTKDash*)req_dash, req_nb_dash ); in SetPen()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/gtk/
H A Ddcclient.cpp1955 const wxGTKDash *req_dash; in SetPen() local
1964 req_dash = (wxGTKDash*)m_pen.GetDash(); in SetPen()
1971 req_dash = dotted; in SetPen()
1978 req_dash = wxCoord_dashed; in SetPen()
1985 req_dash = short_dashed; in SetPen()
1993 req_dash = dotted_dashed; in SetPen()
2004 req_dash = (wxGTKDash*)NULL; in SetPen()
2010 if (req_dash && req_nb_dash) in SetPen()
2016 real_req_dash[i] = req_dash[i] * width; in SetPen()
2023 gdk_gc_set_dashes( m_penGC, 0, (wxGTKDash*)req_dash, req_nb_dash ); in SetPen()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/gtk1/
H A Ddcclient.cpp1684 const wxGTKDash *req_dash; in SetPen() local
1693 req_dash = (wxGTKDash*)m_pen.GetDash(); in SetPen()
1700 req_dash = dotted; in SetPen()
1707 req_dash = wxCoord_dashed; in SetPen()
1714 req_dash = short_dashed; in SetPen()
1722 req_dash = dotted_dashed; in SetPen()
1733 req_dash = (wxGTKDash*)NULL; in SetPen()
1739 if (req_dash && req_nb_dash) in SetPen()
1745 real_req_dash[i] = req_dash[i] * width; in SetPen()
1752 gdk_gc_set_dashes( m_penGC, 0, (wxGTKDash*)req_dash, req_nb_dash ); in SetPen()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/gtk1/
H A Ddcclient.cpp1684 const wxGTKDash *req_dash; in SetPen() local
1693 req_dash = (wxGTKDash*)m_pen.GetDash(); in SetPen()
1700 req_dash = dotted; in SetPen()
1707 req_dash = wxCoord_dashed; in SetPen()
1714 req_dash = short_dashed; in SetPen()
1722 req_dash = dotted_dashed; in SetPen()
1733 req_dash = (wxGTKDash*)NULL; in SetPen()
1739 if (req_dash && req_nb_dash) in SetPen()
1745 real_req_dash[i] = req_dash[i] * width; in SetPen()
1752 gdk_gc_set_dashes( m_penGC, 0, (wxGTKDash*)req_dash, req_nb_dash ); in SetPen()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk1/
H A Ddcclient.cpp1684 const wxGTKDash *req_dash; in SetPen() local
1693 req_dash = (wxGTKDash*)m_pen.GetDash(); in SetPen()
1700 req_dash = dotted; in SetPen()
1707 req_dash = wxCoord_dashed; in SetPen()
1714 req_dash = short_dashed; in SetPen()
1722 req_dash = dotted_dashed; in SetPen()
1733 req_dash = NULL; in SetPen()
1739 if (req_dash && req_nb_dash) in SetPen()
1745 real_req_dash[i] = req_dash[i] * width; in SetPen()
1752 gdk_gc_set_dashes( m_penGC, 0, (wxGTKDash*)req_dash, req_nb_dash ); in SetPen()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/gtk1/
H A Ddcclient.cpp1686 const wxGTKDash *req_dash; in SetPen() local
1695 req_dash = (wxGTKDash*)m_pen.GetDash(); in SetPen()
1702 req_dash = dotted; in SetPen()
1709 req_dash = wxCoord_dashed; in SetPen()
1716 req_dash = short_dashed; in SetPen()
1724 req_dash = dotted_dashed; in SetPen()
1735 req_dash = NULL; in SetPen()
1741 if (req_dash && req_nb_dash) in SetPen()
1747 real_req_dash[i] = req_dash[i] * width; in SetPen()
1754 gdk_gc_set_dashes( m_penGC, 0, (wxGTKDash*)req_dash, req_nb_dash ); in SetPen()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/motif/
H A Ddcclient.cpp1552 const wxX11Dash *req_dash; in SetPen() local
1558 req_dash = m_currentPenDash; in SetPen()
1563 req_dash = dotted; in SetPen()
1568 req_dash = short_dashed; in SetPen()
1573 req_dash = long_dashed; in SetPen()
1578 req_dash = dotted_dashed; in SetPen()
1586 req_dash = NULL; in SetPen()
1590 if (req_dash && req_nb_dash) in SetPen()
1597 real_req_dash[i] = (wxX11Dash)(req_dash[i] * factor); in SetPen()
1607 XSetDashes ((Display*) m_display, (GC) m_gc, 0, req_dash, req_nb_dash); in SetPen()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/motif/
H A Ddcclient.cpp1547 const wxX11Dash *req_dash; in SetPen() local
1553 req_dash = m_currentPenDash; in SetPen()
1558 req_dash = dotted; in SetPen()
1563 req_dash = short_dashed; in SetPen()
1568 req_dash = long_dashed; in SetPen()
1573 req_dash = dotted_dashed; in SetPen()
1581 req_dash = NULL; in SetPen()
1585 if (req_dash && req_nb_dash) in SetPen()
1592 real_req_dash[i] = (wxX11Dash)(req_dash[i] * factor); in SetPen()
1602 XSetDashes ((Display*) m_display, (GC) m_gc, 0, req_dash, req_nb_dash); in SetPen()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/motif/
H A Ddcclient.cpp1552 const wxX11Dash *req_dash; in SetPen() local
1558 req_dash = m_currentPenDash; in SetPen()
1563 req_dash = dotted; in SetPen()
1568 req_dash = short_dashed; in SetPen()
1573 req_dash = long_dashed; in SetPen()
1578 req_dash = dotted_dashed; in SetPen()
1586 req_dash = NULL; in SetPen()
1590 if (req_dash && req_nb_dash) in SetPen()
1597 real_req_dash[i] = (wxX11Dash)(req_dash[i] * factor); in SetPen()
1607 XSetDashes ((Display*) m_display, (GC) m_gc, 0, req_dash, req_nb_dash); in SetPen()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/x11/
H A Ddcclient.cpp1913 const wxX11Dash *req_dash; in SetPen() local
1922 req_dash = (wxX11Dash*)m_pen.GetDash(); in SetPen()
1929 req_dash = dotted; in SetPen()
1936 req_dash = long_dashed; in SetPen()
1943 req_dash = short_dashed; in SetPen()
1951 req_dash = dotted_dashed; in SetPen()
1962 req_dash = NULL; in SetPen()
1968 wxUnusedVar(req_dash); in SetPen()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/x11/
H A Ddcclient.cpp1873 const wxX11Dash *req_dash; in SetPen() local
1882 req_dash = (wxX11Dash*)m_pen.GetDash(); in SetPen()
1889 req_dash = dotted; in SetPen()
1896 req_dash = long_dashed; in SetPen()
1903 req_dash = short_dashed; in SetPen()
1911 req_dash = dotted_dashed; in SetPen()
1922 req_dash = NULL; in SetPen()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/x11/
H A Ddcclient.cpp1873 const wxX11Dash *req_dash; in SetPen() local
1882 req_dash = (wxX11Dash*)m_pen.GetDash(); in SetPen()
1889 req_dash = dotted; in SetPen()
1896 req_dash = long_dashed; in SetPen()
1903 req_dash = short_dashed; in SetPen()
1911 req_dash = dotted_dashed; in SetPen()
1922 req_dash = NULL; in SetPen()