Home
last modified time | relevance | path

Searched refs:IsTransparentBackgroundSupported (Results 1 – 25 of 35) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/ozone/platform/x11/
H A Dgl_egl_utility_x11.cc27 bool GLEGLUtilityX11::IsTransparentBackgroundSupported() const { in IsTransparentBackgroundSupported() function in ui::GLEGLUtilityX11
28 return ui::IsTransparentBackgroundSupported(); in IsTransparentBackgroundSupported()
H A Dgl_egl_utility_x11.h26 bool IsTransparentBackgroundSupported() const override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/x/
H A Dx11_gl_egl_utility.h23 bool IsTransparentBackgroundSupported();
H A Dx11_gl_egl_utility.cc64 bool IsTransparentBackgroundSupported() { in IsTransparentBackgroundSupported() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/ozone/public/
H A Dplatform_gl_egl_utility.h34 virtual bool IsTransparentBackgroundSupported() const = 0; in COMPONENT_EXPORT()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/qt/
H A Dwindow.h130 virtual bool IsTransparentBackgroundSupported(wxString* reason = NULL) const wxOVERRIDE;
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/erase/
H A Derase.cpp151 if ( parent->IsTransparentBackgroundSupported(&reason) ) in ControlWithTransparency()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/erase/
H A Derase.cpp148 if ( parent->IsTransparentBackgroundSupported(&reason) ) in ControlWithTransparency()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/erase/
H A Derase.cpp151 if ( parent->IsTransparentBackgroundSupported(&reason) ) in ControlWithTransparency()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/shaped/
H A Dshaped.cpp278 if (IsTransparentBackgroundSupported(&reason)) in OnShowTransparent()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/shaped/
H A Dshaped.cpp281 if (IsTransparentBackgroundSupported()) in OnShowTransparent()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/gtk/
H A Dwindow.h89 virtual bool IsTransparentBackgroundSupported(wxString* reason = NULL) const;
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/shaped/
H A Dshaped.cpp281 if (IsTransparentBackgroundSupported()) in OnShowTransparent()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/gtk/
H A Dwindow.h89 virtual bool IsTransparentBackgroundSupported(wxString* reason = NULL) const;
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/gtk/
H A Dwindow.h95 virtual bool IsTransparentBackgroundSupported(wxString* reason = NULL) const wxOVERRIDE;
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/osx/
H A Dwindow.h92 virtual bool IsTransparentBackgroundSupported(wxString* reason = NULL) const wxOVERRIDE;
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/interface/wx/
H A Dwindow.h1999 virtual bool IsTransparentBackgroundSupported(wxString *reason = NULL) const;
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/interface/wx/
H A Dwindow.h1999 virtual bool IsTransparentBackgroundSupported(wxString *reason = NULL) const;
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/qt/
H A Dwindow.cpp1167 bool wxWindowQt::IsTransparentBackgroundSupported(wxString* WXUNUSED(reason)) const in IsTransparentBackgroundSupported() function in wxWindowQt
1254 if (IsTransparentBackgroundSupported()) in QtHandlePaintEvent()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/interface/wx/
H A Dwindow.h2344 virtual bool IsTransparentBackgroundSupported(wxString *reason = NULL) const;
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/gtk/
H A Dwindow.cpp2161 if (IsTransparentBackgroundSupported()) in GTKHandleRealized()
2615 IsTransparentBackgroundSupported() ) in PostCreation()
4187 if (IsTransparentBackgroundSupported()) in GTKSendPaintEvents()
4292 if (IsTransparentBackgroundSupported()) in GTKSendPaintEvents()
4667 bool wxWindowGTK::IsTransparentBackgroundSupported(wxString* reason) const in IsTransparentBackgroundSupported() function in wxWindowGTK
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/gtk/
H A Dwindow.cpp2161 if (IsTransparentBackgroundSupported()) in GTKHandleRealized()
2615 IsTransparentBackgroundSupported() ) in PostCreation()
4186 if (IsTransparentBackgroundSupported()) in GTKSendPaintEvents()
4291 if (IsTransparentBackgroundSupported()) in GTKSendPaintEvents()
4659 bool wxWindowGTK::IsTransparentBackgroundSupported(wxString* reason) const in IsTransparentBackgroundSupported() function in wxWindowGTK
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk/
H A Dwindow.cpp2366 if (IsTransparentBackgroundSupported()) in GTKHandleRealized()
2818 IsTransparentBackgroundSupported() ) in PostCreation()
5150 if (IsTransparentBackgroundSupported()) in GTKSendPaintEvents()
5253 if (IsTransparentBackgroundSupported()) in GTKSendPaintEvents()
5642 bool wxWindowGTK::IsTransparentBackgroundSupported(wxString* reason) const in IsTransparentBackgroundSupported() function in wxWindowGTK
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Dwindow.h1116 virtual bool IsTransparentBackgroundSupported(wxString* reason = NULL) const;
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Dwindow.h1116 virtual bool IsTransparentBackgroundSupported(wxString* reason = NULL) const;

12