Home
last modified time | relevance | path

Searched refs:m_modeOld (Results 1 – 18 of 18) sorted by relevance

/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/msw/
H A Dprivate.h567 m_modeOld = ::SetMapMode(hdc, mm); in HDCMapModeChanger()
568 if ( !m_modeOld ) in HDCMapModeChanger()
574 if ( m_modeOld ) in ~HDCMapModeChanger()
575 ::SetMapMode(m_hdc, m_modeOld); in ~HDCMapModeChanger()
580 int m_modeOld; variable
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/msw/
H A Dprivate.h567 m_modeOld = ::SetMapMode(hdc, mm); in HDCMapModeChanger()
568 if ( !m_modeOld ) in HDCMapModeChanger()
574 if ( m_modeOld ) in ~HDCMapModeChanger()
575 ::SetMapMode(m_hdc, m_modeOld); in ~HDCMapModeChanger()
580 int m_modeOld; variable
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/msw/
H A Dprivate.h567 m_modeOld = ::SetMapMode(hdc, mm); in HDCMapModeChanger()
568 if ( !m_modeOld ) in HDCMapModeChanger()
574 if ( m_modeOld ) in ~HDCMapModeChanger()
575 ::SetMapMode(m_hdc, m_modeOld); in ~HDCMapModeChanger()
580 int m_modeOld; variable
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/msw/
H A Dprivate.h567 m_modeOld = ::SetMapMode(hdc, mm); in HDCMapModeChanger()
568 if ( !m_modeOld ) in HDCMapModeChanger()
574 if ( m_modeOld ) in ~HDCMapModeChanger()
575 ::SetMapMode(m_hdc, m_modeOld); in ~HDCMapModeChanger()
580 int m_modeOld; variable
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/msw/
H A Dprivate.h634 m_modeOld = ::SetMapMode(hdc, mm); in HDCMapModeChanger()
635 if ( !m_modeOld ) in HDCMapModeChanger()
643 if ( m_modeOld ) in ~HDCMapModeChanger()
644 ::SetMapMode(m_hdc, m_modeOld); in ~HDCMapModeChanger()
649 int m_modeOld; variable
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/msw/
H A Dprivate.h634 m_modeOld = ::SetMapMode(hdc, mm); in HDCMapModeChanger()
635 if ( !m_modeOld ) in HDCMapModeChanger()
643 if ( m_modeOld ) in ~HDCMapModeChanger()
644 ::SetMapMode(m_hdc, m_modeOld); in ~HDCMapModeChanger()
649 int m_modeOld; variable
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/msw/
H A Dprivate.h663 m_modeOld = ::SetMapMode(hdc, mm); in HDCMapModeChanger()
664 if ( !m_modeOld ) in HDCMapModeChanger()
672 if ( m_modeOld ) in ~HDCMapModeChanger()
673 ::SetMapMode(m_hdc, m_modeOld); in ~HDCMapModeChanger()
678 int m_modeOld; variable
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Ddc.h1479 wxDCTextBgModeChanger(wxDC& dc) : m_dc(dc), m_modeOld(wxBRUSHSTYLE_INVALID) { } in wxDCTextBgModeChanger()
1488 if ( m_modeOld != wxBRUSHSTYLE_INVALID ) in ~wxDCTextBgModeChanger()
1489 m_dc.SetBackgroundMode(m_modeOld); in ~wxDCTextBgModeChanger()
1494 if ( m_modeOld == wxBRUSHSTYLE_INVALID ) in Set()
1495 m_modeOld = m_dc.GetBackgroundMode(); in Set()
1502 int m_modeOld; variable
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dmenuitem.cpp124 m_modeOld(::SetBkMode(hdc, mode)) in HDCBgModeChanger()
130 ::SetBkMode(m_hdc, m_modeOld); in ~HDCBgModeChanger()
134 int m_modeOld; member in __anonabd64d870111::HDCBgModeChanger
H A Ddc.cpp203 m_modeOld = ::SetStretchBltMode(m_hdc, COLORONCOLOR); in StretchBltModeChanger()
204 if ( !m_modeOld ) in StretchBltModeChanger()
212 if ( !::SetStretchBltMode(m_hdc, m_modeOld) ) in ~StretchBltModeChanger()
221 int m_modeOld; member in StretchBltModeChanger
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Dmenuitem.cpp124 m_modeOld(::SetBkMode(hdc, mode)) in HDCBgModeChanger()
130 ::SetBkMode(m_hdc, m_modeOld); in ~HDCBgModeChanger()
134 int m_modeOld; member in __anond25b425e0111::HDCBgModeChanger
H A Ddc.cpp203 m_modeOld = ::SetStretchBltMode(m_hdc, COLORONCOLOR); in StretchBltModeChanger()
204 if ( !m_modeOld ) in StretchBltModeChanger()
212 if ( !::SetStretchBltMode(m_hdc, m_modeOld) ) in ~StretchBltModeChanger()
221 int m_modeOld; member in StretchBltModeChanger
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dmenuitem.cpp112 m_modeOld(::SetBkMode(hdc, mode)) in HDCBgModeChanger()
118 ::SetBkMode(m_hdc, m_modeOld); in ~HDCBgModeChanger()
122 int m_modeOld; member in __anon43ea4bca0111::HDCBgModeChanger
H A Ddc.cpp412 m_modeOld = ::SetStretchBltMode(m_hdc, COLORONCOLOR); in StretchBltModeChanger()
413 if ( !m_modeOld ) in StretchBltModeChanger()
421 if ( !::SetStretchBltMode(m_hdc, m_modeOld) ) in ~StretchBltModeChanger()
430 int m_modeOld; member in StretchBltModeChanger
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/msw/
H A Ddc.cpp181 m_modeOld = ::SetStretchBltMode(m_hdc, mode); in StretchBltModeChanger()
182 if ( !m_modeOld ) in StretchBltModeChanger()
190 if ( !::SetStretchBltMode(m_hdc, m_modeOld) ) in ~StretchBltModeChanger()
198 int m_modeOld; member in StretchBltModeChanger
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/msw/
H A Ddc.cpp181 m_modeOld = ::SetStretchBltMode(m_hdc, mode); in StretchBltModeChanger()
182 if ( !m_modeOld ) in StretchBltModeChanger()
190 if ( !::SetStretchBltMode(m_hdc, m_modeOld) ) in ~StretchBltModeChanger()
198 int m_modeOld; member in StretchBltModeChanger
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/msw/
H A Ddc.cpp181 m_modeOld = ::SetStretchBltMode(m_hdc, mode); in StretchBltModeChanger()
182 if ( !m_modeOld ) in StretchBltModeChanger()
190 if ( !::SetStretchBltMode(m_hdc, m_modeOld) ) in ~StretchBltModeChanger()
198 int m_modeOld; member in StretchBltModeChanger
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/msw/
H A Ddc.cpp181 m_modeOld = ::SetStretchBltMode(m_hdc, mode); in StretchBltModeChanger()
182 if ( !m_modeOld ) in StretchBltModeChanger()
190 if ( !::SetStretchBltMode(m_hdc, m_modeOld) ) in ~StretchBltModeChanger()
198 int m_modeOld; member in StretchBltModeChanger