• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/

Lines Matching defs:wxGraphicsContext

499 // wxGraphicsContext Convenience Methods
502 IMPLEMENT_ABSTRACT_CLASS(wxGraphicsContext, wxObject)
505 wxGraphicsContext::wxGraphicsContext(wxGraphicsRenderer* renderer) : wxGraphicsObject(renderer)
510 wxGraphicsContext::~wxGraphicsContext()
515 void wxGraphicsContext::SetPen( const wxGraphicsPen& pen )
520 void wxGraphicsContext::SetPen( const wxPen& pen )
529 void wxGraphicsContext::SetBrush( const wxGraphicsBrush& brush )
534 void wxGraphicsContext::SetBrush( const wxBrush& brush )
543 void wxGraphicsContext::SetFont( const wxGraphicsFont& font )
548 bool wxGraphicsContext::SetLogicalFunction( int function )
558 void wxGraphicsContext::SetFont( const wxFont& font, const wxColour& colour )
566 void wxGraphicsContext::DrawPath( const wxGraphicsPath& path, int fillStyle )
572 void wxGraphicsContext::DrawText( const wxString &str, wxDouble x, wxDouble y, wxDouble angle )
581 void wxGraphicsContext::DrawText( const wxString &str, wxDouble x, wxDouble y, const wxGraphicsBrush& backgroundBrush )
603 void wxGraphicsContext::DrawText( const wxString &str, wxDouble x, wxDouble y, wxDouble angle, const wxGraphicsBrush& backgroundBrush )
630 void wxGraphicsContext::StrokeLine( wxDouble x1, wxDouble y1, wxDouble x2, wxDouble y2)
638 void wxGraphicsContext::DrawRectangle( wxDouble x, wxDouble y, wxDouble w, wxDouble h)
645 void wxGraphicsContext::DrawEllipse( wxDouble x, wxDouble y, wxDouble w, wxDouble h)
652 void wxGraphicsContext::DrawRoundedRectangle( wxDouble x, wxDouble y, wxDouble w, wxDouble h, wxDouble radius)
659 void wxGraphicsContext::StrokeLines( size_t n, const wxPoint2DDouble *points)
669 void wxGraphicsContext::DrawLines( size_t n, const wxPoint2DDouble *points, int fillStyle)
679 void wxGraphicsContext::StrokeLines( size_t n, const wxPoint2DDouble *beginPoints, const wxPoint2DDouble *endPoints)
692 wxGraphicsMatrix wxGraphicsContext::CreateMatrix( wxDouble a, wxDouble b, wxDouble c, wxDouble d,
698 wxGraphicsPath wxGraphicsContext::CreatePath() const
703 wxGraphicsPen wxGraphicsContext::CreatePen(const wxPen& pen) const
708 wxGraphicsBrush wxGraphicsContext::CreateBrush(const wxBrush& brush ) const
714 wxGraphicsBrush wxGraphicsContext::CreateLinearGradientBrush( wxDouble x1, wxDouble y1, wxDouble x2, wxDouble y2,
722 wxGraphicsBrush wxGraphicsContext::CreateRadialGradientBrush( wxDouble xo, wxDouble yo, wxDouble xc, wxDouble yc, wxDouble radius,
729 wxGraphicsFont wxGraphicsContext::CreateFont( const wxFont &font , const wxColour &col ) const
734 wxGraphicsBitmap wxGraphicsContext::CreateBitmap( const wxBitmap& bmp ) const
739 wxGraphicsContext* wxGraphicsContext::Create( const wxWindowDC& dc)
744 wxGraphicsContext* wxGraphicsContext::Create( const wxMemoryDC& dc)
750 wxGraphicsContext* wxGraphicsContext::CreateFromNative( void * context )
755 wxGraphicsContext* wxGraphicsContext::CreateFromNativeWindow( void * window )
760 wxGraphicsContext* wxGraphicsContext::Create( wxWindow* window )
765 wxGraphicsContext* wxGraphicsContext::Create()