Home
last modified time | relevance | path

Searched refs:IsExposed (Results 1 – 25 of 84) sorted by relevance

1234

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/
H A Ddocument_name_collection.cc30 (html_embed_element && html_embed_element->IsExposed())) in ElementMatches()
34 if (html_image_element && html_image_element->IsExposed()) in ElementMatches()
H A Dhtml_embed_element.cc220 bool HTMLEmbedElement::IsExposed() const { in IsExposed() function in blink::HTMLEmbedElement
225 if (object->IsExposed()) in IsExposed()
H A Dhtml_embed_element.h41 bool IsExposed() const;
H A Dhtml_object_element.h85 bool IsExposed() const;
H A Dhtml_object_element.cc365 bool HTMLObjectElement::IsExposed() const { in IsExposed() function in blink::HTMLObjectElement
371 if (ancestor->IsExposed()) in IsExposed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/
H A Ddocument_name_collection.cc30 (html_embed_element && html_embed_element->IsExposed())) in ElementMatches()
34 if (html_image_element && html_image_element->IsExposed()) in ElementMatches()
H A Dhtml_embed_element.cc219 bool HTMLEmbedElement::IsExposed() const { in IsExposed() function in blink::HTMLEmbedElement
224 if (object->IsExposed()) in IsExposed()
H A Dhtml_embed_element.h41 bool IsExposed() const;
H A Dhtml_object_element.cc364 bool HTMLObjectElement::IsExposed() const { in IsExposed() function in blink::HTMLObjectElement
370 if (ancestor->IsExposed()) in IsExposed()
H A Dhtml_object_element.h84 bool IsExposed() const;
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/demos/forty/
H A Dpile.cpp82 …if ((canvas) && (canvas->IsExposed(m_x,m_y,(int)(Card::GetScale()*60),(int)(Card::GetScale()*200))… in Redraw()
91 … if ((canvas) && (canvas->IsExposed(x,y,(int)(Card::GetScale()*60),(int)(Card::GetScale()*200)))) in Redraw()
100 …if ((canvas) && (canvas->IsExposed(m_x,m_y,(int)(Card::GetScale()*60),(int)(Card::GetScale()*200))… in Redraw()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/demos/forty/
H A Dpile.cpp78 …if ((canvas) && (canvas->IsExposed(m_x,m_y,(int)(Card::GetScale()*60),(int)(Card::GetScale()*200))… in Redraw()
87 … if ((canvas) && (canvas->IsExposed(x,y,(int)(Card::GetScale()*60),(int)(Card::GetScale()*200)))) in Redraw()
96 …if ((canvas) && (canvas->IsExposed(m_x,m_y,(int)(Card::GetScale()*60),(int)(Card::GetScale()*200))… in Redraw()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/demos/forty/
H A Dpile.cpp83 …if ((canvas) && (canvas->IsExposed(m_x,m_y,(int)(Card::GetScale()*60),(int)(Card::GetScale()*200))… in Redraw()
92 … if ((canvas) && (canvas->IsExposed(x,y,(int)(Card::GetScale()*60),(int)(Card::GetScale()*200)))) in Redraw()
101 …if ((canvas) && (canvas->IsExposed(m_x,m_y,(int)(Card::GetScale()*60),(int)(Card::GetScale()*200))… in Redraw()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/demos/forty/
H A Dpile.cpp83 …if ((canvas) && (canvas->IsExposed(m_x,m_y,(int)(Card::GetScale()*60),(int)(Card::GetScale()*200))… in Redraw()
92 … if ((canvas) && (canvas->IsExposed(x,y,(int)(Card::GetScale()*60),(int)(Card::GetScale()*200)))) in Redraw()
101 …if ((canvas) && (canvas->IsExposed(m_x,m_y,(int)(Card::GetScale()*60),(int)(Card::GetScale()*200))… in Redraw()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/demos/forty/
H A Dpile.cpp83 …if ((canvas) && (canvas->IsExposed(m_x,m_y,(int)(Card::GetScale()*60),(int)(Card::GetScale()*200))… in Redraw()
92 … if ((canvas) && (canvas->IsExposed(x,y,(int)(Card::GetScale()*60),(int)(Card::GetScale()*200)))) in Redraw()
101 …if ((canvas) && (canvas->IsExposed(m_x,m_y,(int)(Card::GetScale()*60),(int)(Card::GetScale()*200))… in Redraw()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/demos/forty/
H A Dpile.cpp83 …if ((canvas) && (canvas->IsExposed(m_x,m_y,(int)(Card::GetScale()*60),(int)(Card::GetScale()*200))… in Redraw()
92 … if ((canvas) && (canvas->IsExposed(x,y,(int)(Card::GetScale()*60),(int)(Card::GetScale()*200)))) in Redraw()
101 …if ((canvas) && (canvas->IsExposed(m_x,m_y,(int)(Card::GetScale()*60),(int)(Card::GetScale()*200))… in Redraw()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/demos/forty/
H A Dpile.cpp82 …if ((canvas) && (canvas->IsExposed(m_x,m_y,(int)(Card::GetScale()*60),(int)(Card::GetScale()*200))… in Redraw()
91 … if ((canvas) && (canvas->IsExposed(x,y,(int)(Card::GetScale()*60),(int)(Card::GetScale()*200)))) in Redraw()
100 …if ((canvas) && (canvas->IsExposed(m_x,m_y,(int)(Card::GetScale()*60),(int)(Card::GetScale()*200))… in Redraw()
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/
H A Dwindow.h599 bool IsExposed( int x, int y ) const;
600 bool IsExposed( int x, int y, int w, int h ) const;
602 bool IsExposed( const wxPoint& pt ) const in IsExposed() function
603 { return IsExposed(pt.x, pt.y); } in IsExposed()
604 bool IsExposed( const wxRect& rect ) const in IsExposed() function
605 { return IsExposed(rect.x, rect.y, rect.width, rect.height); } in IsExposed()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv2/GKWordsCloudPlugin/WordsCloud/
H A DWord.cs23 public bool IsExposed { get; internal set; } property in GKWordsCloudPlugin.WordsCloud.Word
H A DCloudModel.cs49 word.IsExposed = true; in Arrange()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/interface/wx/
H A Dwindow.h2511 bool IsExposed(int x, int y) const;
2516 bool IsExposed(wxPoint& pt) const;
2521 bool IsExposed(int x, int y, int w, int h) const;
2526 bool IsExposed(wxRect& rect) const;
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/interface/wx/
H A Dwindow.h2511 bool IsExposed(int x, int y) const;
2516 bool IsExposed(wxPoint& pt) const;
2521 bool IsExposed(int x, int y, int w, int h) const;
2526 bool IsExposed(wxRect& rect) const;
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/interface/wx/
H A Dwindow.h2879 bool IsExposed(int x, int y) const;
2884 bool IsExposed(wxPoint& pt) const;
2889 bool IsExposed(int x, int y, int w, int h) const;
2894 bool IsExposed(wxRect& rect) const;
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/scrollsub/
H A Dscrollsub.cpp345 if (IsExposed(0,0,100,25)) in OnPaint()
360 if (IsExposed(200,0,100,25)) in OnPaint()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/samples/scrollsub/
H A Dscrollsub.cpp345 if (IsExposed(0,0,100,25)) in OnPaint()
360 if (IsExposed(200,0,100,25)) in OnPaint()

1234