Searched refs:rBrush (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dbrush.h57 bool operator == (const wxBrush& rBrush) const;
58 inline bool operator != (const wxBrush& rBrush) const { return !(*this == rBrush); }
H A Ddc.h118 virtual void SetBrush(const wxBrush& rBrush);
119 virtual void SetBackground(const wxBrush& rBrush);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Ddc.cpp1988 const wxBrush& rBrush
1995 m_brush = rBrush;
1997 if (m_brush == rBrush)
2023 void wxDC::SetBackground(const wxBrush& rBrush) argument
2025 m_backgroundBrush = rBrush;

Completed in 81 milliseconds