Searched refs:m_backgroundBrush (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/forty/
H A Dforty.cpp57 wxBrush* FortyApp::m_backgroundBrush = 0; member in class:FortyApp
63 delete m_backgroundBrush;
116 if (!m_backgroundBrush)
118 m_backgroundBrush = new wxBrush(BackgroundColour(), wxSOLID);
121 return *m_backgroundBrush;
H A Dforty.h31 static wxBrush* m_backgroundBrush; member in class:FortyApp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddcclient.cpp378 m_backgroundBrush = *wxWHITE_BRUSH;
379 m_backgroundBrush.GetColour().CalcPixel( m_cmap );
381 const GdkColor *bg_col = m_backgroundBrush.GetColour().GetColor();
383 GdkColor *bg_col = m_backgroundBrush.GetColour().GetColor();
2115 if (m_backgroundBrush == brush) return;
2117 m_backgroundBrush = brush;
2119 if (!m_backgroundBrush.Ok()) return;
2123 m_backgroundBrush.GetColour().CalcPixel( m_cmap );
2124 gdk_gc_set_background( m_brushGC, m_backgroundBrush.GetColour().GetColor() );
2125 gdk_gc_set_background( m_penGC, m_backgroundBrush
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Ddcclient.cpp368 m_backgroundBrush = *wxWHITE_BRUSH;
369 m_backgroundBrush.GetColour().CalcPixel( m_cmap );
370 GdkColor *bg_col = m_backgroundBrush.GetColour().GetColor();
1844 if (m_backgroundBrush == brush) return;
1846 m_backgroundBrush = brush;
1848 if (!m_backgroundBrush.Ok()) return;
1852 m_backgroundBrush.GetColour().CalcPixel( m_cmap );
1853 gdk_gc_set_background( m_brushGC, m_backgroundBrush.GetColour().GetColor() );
1854 gdk_gc_set_background( m_penGC, m_backgroundBrush.GetColour().GetColor() );
1855 gdk_gc_set_background( m_bgGC, m_backgroundBrush
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Ddcclient.cpp261 m_backgroundBrush = *wxWHITE_BRUSH;
262 m_backgroundBrush.GetColour().CalcPixel( m_cmap );
263 unsigned long bg_col = m_backgroundBrush.GetColour().GetPixel();
1966 if (m_backgroundBrush == brush) return;
1968 m_backgroundBrush = brush;
1970 if (!m_backgroundBrush.Ok()) return;
1974 m_backgroundBrush.GetColour().CalcPixel( m_cmap );
1975 XSetBackground( (Display*) m_display, (GC) m_brushGC, m_backgroundBrush.GetColour().GetPixel() );
1976 XSetBackground( (Display*) m_display, (GC) m_penGC, m_backgroundBrush.GetColour().GetPixel() );
1977 XSetBackground( (Display*) m_display, (GC) m_bgGC, m_backgroundBrush
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dtabg.h154 inline const wxBrush *GetBackgroundBrush(void) const { return m_backgroundBrush; }
259 const wxBrush* m_backgroundBrush; member in class:wxTabView
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Ddc.cpp142 if ( m_backgroundBrush.GetStyle() == wxTRANSPARENT )
145 wxColour clr = m_backgroundBrush.GetColour();
417 m_backgroundBrush = brush;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddcgraph.cpp422 if (m_backgroundBrush == brush)
425 m_backgroundBrush = brush;
426 if (!m_backgroundBrush.Ok())
943 m_graphicContext->SetBrush( m_backgroundBrush );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddccg.cpp1559 if (m_backgroundBrush == brush)
1562 m_backgroundBrush = brush;
1563 if (!m_backgroundBrush.Ok())
2200 if (m_backgroundBrush.Ok() && m_backgroundBrush.GetStyle() != wxTRANSPARENT)
2204 switch ( m_backgroundBrush.MacGetBrushKind() )
2211 HIThemeSetFill( m_backgroundBrush.MacGetTheme(), NULL, cg, kHIThemeOrientationNormal );
2219 GetThemeBrushAsColor( m_backgroundBrush.MacGetTheme(), 32, true, &color );
2241 drawInfo.kind = m_backgroundBrush.MacGetThemeBackground( NULL ) ;
2257 RGBColor col = MAC_WXCOLORREF( m_backgroundBrush
[all...]
H A Ddc.cpp710 if (m_backgroundBrush == brush)
713 m_backgroundBrush = brush;
714 if (m_backgroundBrush.Ok())
1771 if ( m_backgroundBrush.Ok() && m_backgroundBrush.GetStyle() != wxTRANSPARENT)
1774 MacSetupBackgroundForCurrentPort( m_backgroundBrush ) ;
1787 MacSetupBackgroundForCurrentPort(m_backgroundBrush) ;
1933 RGBColor backcolor = MAC_WXCOLORREF( m_backgroundBrush.GetColour().GetPixel());
2074 ::RGBBackColor( &MAC_WXCOLORREF( m_backgroundBrush.GetColour().GetPixel()) );
H A Ddcprint.cpp373 m_backgroundBrush = *wxWHITE_BRUSH;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddc.cpp699 if (m_backgroundBrush == brush)
701 m_backgroundBrush = brush;
702 if (!m_backgroundBrush.Ok())
1802 if (m_backgroundBrush.GetStyle() != wxTRANSPARENT)
1806 MacSetupBackgroundForCurrentPort( m_backgroundBrush ) ;
1817 MacSetupBackgroundForCurrentPort(m_backgroundBrush) ;
1988 RGBColor backcolor = MAC_WXCOLORREF( m_backgroundBrush.GetColour().GetPixel());
2110 ::RGBBackColor( &MAC_WXCOLORREF( m_backgroundBrush.GetColour().GetPixel()) );
H A Ddcprint.cpp381 m_backgroundBrush = *wxWHITE_BRUSH;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Ddc.cpp309 if ( m_backgroundBrush.GetStyle() != wxTRANSPARENT )
313 SetBrush(m_backgroundBrush);
1061 bg = m_backgroundBrush.GetColour();
1128 m_backgroundBrush = brush;
1129 wxColour &clr = m_backgroundBrush.GetColour();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/drawing/
H A Ddrawing.cpp155 wxBrush m_backgroundBrush; member in class:MyFrame
1215 if ( m_owner->m_backgroundBrush.Ok() )
1216 dc.SetBackground( m_owner->m_backgroundBrush );
1223 if ( ! m_owner->m_backgroundBrush.Ok() ) {
1557 m_backgroundBrush.SetColour(col);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddc.h123 , m_backgroundBrush(*wxTRANSPARENT_BRUSH)
532 virtual const wxBrush& GetBackground() const { return m_backgroundBrush; }
848 wxBrush m_backgroundBrush; member in class:wxDCBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/svg/
H A Ddcsvg.cpp102 m_backgroundBrush = *wxTRANSPARENT_BRUSH;
508 m_backgroundBrush = brush;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Ddcclient.cpp1382 SetBrush (m_backgroundBrush);
1900 m_backgroundBrush = brush;
1902 if (!m_backgroundBrush.Ok())
1905 m_backgroundPixel = m_backgroundBrush.GetColour().AllocColour(m_display);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddc.cpp380 m_backgroundBrush = wxNullBrush;
1637 m_backgroundBrush = brush; local
1639 if ( m_backgroundBrush.Ok() )
1641 (void)SetBkColor(GetHdc(), m_backgroundBrush.GetColour().GetPixel());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Ddc.cpp420 m_backgroundBrush = wxNullBrush;
2025 m_backgroundBrush = rBrush;
2027 if (m_backgroundBrush.Ok())
2029 (void)::GpiSetBackColor((HPS)m_hPS, m_backgroundBrush.GetColour().GetPixel());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dtabg.cpp1025 m_backgroundBrush = wxTheBrushList->FindOrCreateBrush(col, wxSOLID);
H A Ddcpsg.cpp1395 m_backgroundBrush = brush;

Completed in 309 milliseconds