Home
last modified time | relevance | path

Searched refs:GetBackgroundBrush (Results 1 – 25 of 134) sorted by relevance

123456

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Label.cpp144 VERIFY(::FillRect (hDC, &r, GetBackgroundBrush())); in DoPaint()
199 ::FillRect(hDC, &r, this->GetBackgroundBrush()); in WmEraseBkgnd()
H A Dawt_Canvas.cpp180 ::FillRect(hDC, &rc, this->GetBackgroundBrush()); in WmEraseBkgnd()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Label.cpp144 VERIFY(::FillRect (hDC, &r, GetBackgroundBrush())); in DoPaint()
199 ::FillRect(hDC, &r, this->GetBackgroundBrush()); in WmEraseBkgnd()
H A Dawt_Canvas.cpp180 ::FillRect(hDC, &rc, this->GetBackgroundBrush()); in WmEraseBkgnd()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/windows/
H A Dawt_Label.cpp144 VERIFY(::FillRect (hDC, &r, GetBackgroundBrush())); in DoPaint()
199 ::FillRect(hDC, &r, this->GetBackgroundBrush()); in WmEraseBkgnd()
H A Dawt_Canvas.cpp180 ::FillRect(hDC, &rc, this->GetBackgroundBrush()); in WmEraseBkgnd()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Label.cpp144 VERIFY(::FillRect (hDC, &r, GetBackgroundBrush())); in DoPaint()
199 ::FillRect(hDC, &r, this->GetBackgroundBrush()); in WmEraseBkgnd()
H A Dawt_Canvas.cpp180 ::FillRect(hDC, &rc, this->GetBackgroundBrush()); in WmEraseBkgnd()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Label.cpp144 VERIFY(::FillRect (hDC, &r, GetBackgroundBrush())); in DoPaint()
199 ::FillRect(hDC, &r, this->GetBackgroundBrush()); in WmEraseBkgnd()
H A Dawt_Canvas.cpp180 ::FillRect(hDC, &rc, this->GetBackgroundBrush()); in WmEraseBkgnd()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Label.cpp144 VERIFY(::FillRect (hDC, &r, GetBackgroundBrush())); in DoPaint()
199 ::FillRect(hDC, &r, this->GetBackgroundBrush()); in WmEraseBkgnd()
H A Dawt_Canvas.cpp180 ::FillRect(hDC, &rc, this->GetBackgroundBrush()); in WmEraseBkgnd()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Label.cpp144 VERIFY(::FillRect (hDC, &r, GetBackgroundBrush())); in DoPaint()
199 ::FillRect(hDC, &r, this->GetBackgroundBrush()); in WmEraseBkgnd()
H A Dawt_Canvas.cpp180 ::FillRect(hDC, &rc, this->GetBackgroundBrush()); in WmEraseBkgnd()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Label.cpp144 VERIFY(::FillRect (hDC, &r, GetBackgroundBrush())); in DoPaint()
199 ::FillRect(hDC, &r, this->GetBackgroundBrush()); in WmEraseBkgnd()
H A Dawt_Canvas.cpp180 ::FillRect(hDC, &rc, this->GetBackgroundBrush()); in WmEraseBkgnd()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Label.cpp144 VERIFY(::FillRect (hDC, &r, GetBackgroundBrush())); in DoPaint()
199 ::FillRect(hDC, &r, this->GetBackgroundBrush()); in WmEraseBkgnd()
H A Dawt_Canvas.cpp180 ::FillRect(hDC, &rc, this->GetBackgroundBrush()); in WmEraseBkgnd()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/windows/
H A Dawt_Label.cpp144 VERIFY(::FillRect (hDC, &r, GetBackgroundBrush())); in DoPaint()
199 ::FillRect(hDC, &r, this->GetBackgroundBrush()); in WmEraseBkgnd()
/dports/math/vtk9/VTK-9.1.0/Charts/Core/
H A DvtkChart.h363 vtkBrush* GetBackgroundBrush();
/dports/math/vtk8/VTK-8.2.0/Charts/Core/
H A DvtkChart.h361 vtkBrush* GetBackgroundBrush();
/dports/math/vtk6/VTK-6.2.0/Charts/Core/
H A DvtkChart.h288 vtkBrush* GetBackgroundBrush();
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/generic/
H A Dtabg.cpp85 if(m_view->GetBackgroundBrush()) in OnDraw()
86 dc.SetBrush(*m_view->GetBackgroundBrush()); in OnDraw()
798 if(GetBackgroundBrush()) in Draw()
799 dc.SetBrush(*GetBackgroundBrush()); in Draw()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/generic/
H A Dtabg.cpp82 if(m_view->GetBackgroundBrush()) in OnDraw()
83 dc.SetBrush(*m_view->GetBackgroundBrush()); in OnDraw()
795 if(GetBackgroundBrush()) in Draw()
796 dc.SetBrush(*GetBackgroundBrush()); in Draw()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/generic/
H A Dtabg.cpp85 if(m_view->GetBackgroundBrush()) in OnDraw()
86 dc.SetBrush(*m_view->GetBackgroundBrush()); in OnDraw()
798 if(GetBackgroundBrush()) in Draw()
799 dc.SetBrush(*GetBackgroundBrush()); in Draw()

123456