Searched refs:brush (Results 76 - 100 of 139) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddc.tex150 Clears the device context using the current background brush.
240 and the current brush for filling the shape.
290 outline and the current brush for filling the shape.
303 the current brush is used for drawing the pie.
387 The current pen is used for drawing the outline, and the current brush
388 for filling the shape. Using a transparent brush suppresses filling.
420 The current pen is used for drawing the outline, and the current brush for
421 filling the shape. Using a transparent brush suppresses filling.
445 size. The current pen is used for the outline and the current brush
471 current pen is used for the outline and the current brush fo
[all...]
H A Danimation.tex154 \func{wxAnimation\&}{operator $=$}{\param{const wxAnimation\& }{brush}}
H A Dtcommdlg.tex75 wxBrush brush(col, wxSOLID);
76 myWindow->SetBackground(brush);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddc.cpp252 const wxBrush& brush = dc.GetBrush(); local
253 if ( brush.Ok() && brush.GetStyle() == wxSTIPPLE_MASK_OPAQUE )
579 HBRUSH brush = ::CreateSolidBrush(colour); local
580 ::FillRect(GetHdc(), &rect, brush); local
581 ::DeleteObject(brush);
1578 void wxDC::SetBrush(const wxBrush& brush) argument
1582 if ( brush == m_brush )
1585 if ( brush.Ok() )
1587 // we must make sure the brush i
1633 SetBackground(const wxBrush& brush) argument
[all...]
H A Dnotebook.cpp817 // need to update the bg brush when the first page is added
936 // if there is no special brush just use the solid background colour
942 wxBrush brush; local
945 brush = wxBrush(GetBackgroundColour());
946 hbr = GetHbrushOf(brush);
1038 // background bitmap size has changed, update the brush using it too
1263 // before drawing with the background brush, we need to position it
1272 wxLogLastError(_T("SetBrushOrgEx(notebook bg brush)"));
1302 wxBrush brush(GetBackgroundColour());
1303 HBRUSH hbr = GetHbrushOf(brush);
[all...]
H A Dmakefile.sl115 brush.obj \
240 brush.obj: $(MSWDIR)\brush.cpp
241 $(CCC) $(CPPFLAGS) $(IFLAGS) $(MSWDIR)\brush.cpp /BINARY brush.obj
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dbuttonbar.cpp510 wxBrush brush(wxColour(219, 219, 219));
512 dc.SetBrush(brush);
H A Ddcpsg.cpp1108 void wxPostScriptDC::SetBrush( const wxBrush& brush )
1112 if (!brush.Ok()) return;
1114 m_brush = brush;
1393 void wxPostScriptDC::SetBackground (const wxBrush& brush)
1395 m_backgroundBrush = brush;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/forty/
H A Dcard.cpp172 wxBrush* brush = wxTheBrushList->FindOrCreateBrush( local
175 dc.SetBrush(* brush);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/gnome/
H A Dgprint.h207 void SetBrush( const wxBrush& brush );
209 void SetBackground( const wxBrush& brush );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/svg/
H A Ddcsvg.cpp357 and the current brush for filling the shape.
409 and the current brush is used for drawing the pie. This function is
505 void wxSVGFileDC::SetBackground( const wxBrush &brush )
508 m_backgroundBrush = brush;
520 void wxSVGFileDC::SetBrush(const wxBrush& brush) argument
523 m_brush = brush ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dcalctrl.h265 // Highlight the [fromdate : todate] range using pen and brush
266 void HighlightRange(wxPaintDC* dc, const wxDateTime& fromdate, const wxDateTime& todate, const wxPen* pen, const wxBrush* brush);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dgraphics.h457 virtual wxGraphicsBrush CreateBrush(const wxBrush& brush ) const;
459 // sets the brush to a linear gradient, starting at (x1,y1) with color c1 to (x2,y2) with color c2
463 // sets the brush to a radial gradient originating at (xo,yc) with color oColor and ends on a circle around (xc,yc)
535 // sets the brush for filling
536 virtual void SetBrush( const wxGraphicsBrush& brush );
538 void SetBrush( const wxBrush& brush );
549 // fills a path with the current brush
710 virtual wxGraphicsBrush CreateBrush(const wxBrush& brush ) = 0 ;
712 // sets the brush to a linear gradient, starting at (x1,y1) with color c1 to (x2,y2) with color c2
716 // sets the brush t
[all...]
H A Ddc.h26 #include "wx/brush.h"
334 //! Generic method to draw ellipses, circles and arcs with current pen and brush.
402 virtual void SetBrush(const wxBrush& brush) = 0;
403 virtual void SetBackground(const wxBrush& brush) = 0;
959 // helper class: you can use it to temporarily change the DC brush and
966 wxDCBrushChanger(wxDC& dc, const wxBrush& brush) : m_dc(dc), m_brushOld(dc.GetBrush()) argument
968 m_dc.SetBrush(brush);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dtorrent-delegate-min.cc101 painter->fillRect(option.rect, option.palette.brush(cg, QPalette::Highlight));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Ddc.cpp872 // to 0th slot and brush to 1st slot.
1081 void wxDC::SetBrush(const wxBrush& brush) argument
1083 if ( !brush.Ok() ) return;
1084 if ( m_brush == brush ) return;
1085 m_brush = brush;
1122 void wxDC::SetBackground(const wxBrush& brush) argument
1126 if (!brush.Ok()) return;
1128 m_backgroundBrush = brush;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dwindow.cpp1340 wxBrush brush ;
1344 brush.MacSetTheme( kThemeBrushDocumentWindowBackground ) ;
1346 brush.MacSetTheme( kThemeBrushDialogBackgroundActive ) ;
1348 brush.SetColour( newCol ) ;
1350 MacSetBackgroundBrush( brush ) ;
1356 void wxWindowMac::MacSetBackgroundBrush( const wxBrush &brush )
1358 m_macBackgroundBrush = brush ;
1361 m_peer->SetBackground( brush ) ;
H A Dtextctrl.cpp181 virtual void SetBackground( const wxBrush &brush ) ;
255 virtual void SetBackground( const wxBrush &brush) ;
1852 void wxMacMLTEControl::SetBackground( const wxBrush &brush )
1858 tback.bg.color = MAC_WXCOLORREF( brush.GetColour().GetPixel() );
3207 void wxMacMLTEHIViewControl::SetBackground( const wxBrush &brush )
3212 RGBColor col = MAC_WXCOLORREF(brush.GetColour().GetPixel()) ;
3227 wxMacMLTEControl::SetBackground( brush ) ;
H A Ddc.cpp699 void wxDC::SetBrush( const wxBrush &brush )
701 if (m_brush == brush)
704 m_brush = brush;
708 void wxDC::SetBackground( const wxBrush &brush )
710 if (m_backgroundBrush == brush)
713 m_backgroundBrush = brush;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Dwindow.cpp624 wxBrush brush(GetBackgroundColour(), wxSOLID);
625 dc.SetBackground(brush);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dprivate.h736 #define GetHbrushOf(brush) ((HBRUSH)(brush).GetResourceHandle())
891 // fill the client rect of the given window on the provided dc using this brush
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dwindow.h15 #include "wx/brush.h"
202 virtual void MacSetBackgroundBrush( const wxBrush &brush ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/dbbrowse/
H A Dtabpgwin.cpp772 wxBrush& brush, wxPen& pen, wxDC& dc )
791 dc.SetBrush( brush );
800 dc.SetTextBackground( brush.GetColour() );
771 DrawPaperBar( twTabInfo& tab, int x, int y, wxBrush& brush, wxPen& pen, wxDC& dc ) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Ddrawn.cpp59 // Pass pen and brush in case we have force outline
369 void wxDrawnShape::SetDrawnBrush(const wxBrush* brush, bool isFill) argument
371 m_metafiles[m_currentAngle].SetBrush(brush, isFill);
401 * Set font, brush, text colour
444 // Need to construct a brush to match the outline pen's colour
464 wxBrush *brush = (wxBrush *)node->GetData(); local
465 if (brush)
466 dc.SetBrush(* brush);
2003 // The pen, brush etc. has already been created when the metafile
2435 void wxPseudoMetaFile::SetBrush(const wxBrush* brush, boo argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddc.cpp689 void wxDC::SetBrush( const wxBrush &brush )
691 if (m_brush == brush)
693 m_brush = brush;
697 void wxDC::SetBackground( const wxBrush &brush )
699 if (m_backgroundBrush == brush)
701 m_backgroundBrush = brush;

Completed in 150 milliseconds

123456