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

Lines Matching refs:wxSVGFileDC

67             wxASSERT_MSG(FALSE, wxT("wxSVGFileDC::Requested Brush Style not available")) ;
75 void wxSVGFileDC::Init (wxString f, int Width, int Height, float dpi)
144 wxSVGFileDC::wxSVGFileDC (wxString f)
150 wxSVGFileDC::wxSVGFileDC (wxString f, int Width, int Height)
155 wxSVGFileDC::wxSVGFileDC (wxString f, int Width, int Height, float dpi)
160 wxSVGFileDC::~wxSVGFileDC()
170 void wxSVGFileDC::DoDrawLine (wxCoord x1, wxCoord y1, wxCoord x2, wxCoord y2)
179 wxASSERT_MSG(!wxSVG_DEBUG, wxT("wxSVGFileDC::DrawLine Call executed")) ;
185 void wxSVGFileDC::DoDrawLines(int n, wxPoint points[], wxCoord xoffset , wxCoord yoffset )
195 void wxSVGFileDC::DoDrawPoint (wxCoord x1, wxCoord y1)
207 void wxSVGFileDC::DoDrawCheckMark(wxCoord x1, wxCoord y1, wxCoord width, wxCoord height)
213 void wxSVGFileDC::DoDrawText(const wxString& text, wxCoord x1, wxCoord y1)
216 wxASSERT_MSG(!wxSVG_DEBUG, wxT("wxSVGFileDC::DrawText Call executed")) ;
220 void wxSVGFileDC::DoDrawRotatedText(const wxString& sText, wxCoord x, wxCoord y, double angle)
247 wxASSERT_MSG(!wxSVG_DEBUG, wxT("wxSVGFileDC::Draw Rotated Text Call plotting text background")) ;
277 wxASSERT_MSG(!wxSVG_DEBUG, wxT("wxSVGFileDC::DrawRotatedText Call executed")) ;
282 void wxSVGFileDC::DoDrawRectangle(wxCoord x, wxCoord y, wxCoord width, wxCoord height)
288 void wxSVGFileDC::DoDrawRoundedRectangle(wxCoord x, wxCoord y, wxCoord width, wxCoord height, double radius )
300 wxASSERT_MSG(!wxSVG_DEBUG, wxT("wxSVGFileDC::DoDrawRoundedRectangle Call executed")) ;
307 void wxSVGFileDC::DoDrawPolygon(int n, wxPoint points[], wxCoord xoffset, wxCoord yoffset,int fillStyle)
329 wxASSERT_MSG(!wxSVG_DEBUG, wxT("wxSVGFileDC::DoDrawPolygon Call executed")) ;
333 void wxSVGFileDC::DoDrawEllipse (wxCoord x, wxCoord y, wxCoord width, wxCoord height)
347 wxASSERT_MSG(!wxSVG_DEBUG, wxT("wxSVGFileDC::DoDrawEllipse Call executed")) ;
353 void wxSVGFileDC::DoDrawArc(wxCoord x1, wxCoord y1, wxCoord x2, wxCoord y2, wxCoord xc, wxCoord yc)
371 wxASSERT_MSG( (fabs ( r2-r1 ) <= 3), wxT("wxSVGFileDC::DoDrawArc Error in getting radii of circle")) ;
374 s = wxT("<!--- wxSVGFileDC::DoDrawArc Error in getting radii of circle --> \n") ;
401 wxASSERT_MSG(!wxSVG_DEBUG, wxT("wxSVGFileDC::DoDrawArc Call executed")) ;
405 void wxSVGFileDC::DoDrawEllipticArc(wxCoord x,wxCoord y,wxCoord w,wxCoord h,double sa,double ea)
465 wxASSERT_MSG(!wxSVG_DEBUG, wxT("wxSVGFileDC::DoDrawEllipticArc Call executed")) ;
469 void wxSVGFileDC::DoGetTextExtent(const wxString& string, wxCoord *w, wxCoord *h, wxCoord *descent , wxCoord *externalLeading , wxFont *font) const
477 wxASSERT_MSG(!wxSVG_DEBUG, wxT("wxSVGFileDC::GetTextExtent Call executed")) ;
481 wxCoord wxSVGFileDC::GetCharHeight() const
487 wxASSERT_MSG(!wxSVG_DEBUG, wxT("wxSVGFileDC::GetCharHeight Call executing")) ;
493 wxCoord wxSVGFileDC::GetCharWidth() const
498 wxASSERT_MSG(!wxSVG_DEBUG, wxT("wxSVGFileDC::GetCharWidth Call executing")) ;
505 void wxSVGFileDC::SetBackground( const wxBrush &brush )
513 void wxSVGFileDC::SetBackgroundMode( int mode )
520 void wxSVGFileDC::SetBrush(const wxBrush& brush)
526 wxASSERT_MSG(!wxSVG_DEBUG, wxT("wxSVGFileDC::SetBrush Call executed")) ;
530 void wxSVGFileDC::SetPen(const wxPen& pen)
537 wxASSERT_MSG(!wxSVG_DEBUG, wxT("wxSVGFileDC::SetPen Call executed")) ;
540 void wxSVGFileDC::NewGraphics ()
585 wxASSERT_MSG(FALSE, wxT("wxSVGFileDC::SetPen Call called to set a Style which is not available")) ;
586 sWarn = sWarn + wxT("<!--- wxSVGFileDC::SetPen Call called to set a Style which is not available --> \n") ;
595 wxASSERT_MSG(!wxSVG_DEBUG, wxT("wxSVGFileDC::NewGraphics Call executed")) ;
599 void wxSVGFileDC::SetTextForeground ( const wxColour& textForegroundColour )
603 wxASSERT_MSG(!wxSVG_DEBUG, wxT("wxSVGFileDC::SetSetTextForeground Call executed")) ;
606 void wxSVGFileDC::DoDrawSpline(wxList *points)
613 void wxSVGFileDC::SetFont(const wxFont& font)
618 wxASSERT_MSG(!wxSVG_DEBUG, wxT("wxSVGFileDC::SetFont Call executed")) ;
622 void wxSVGFileDC::ComputeScaleAndOrigin()
632 int wxSVGFileDC::GetMapMode()
638 void wxSVGFileDC::SetMapMode( int mode )
671 void wxSVGFileDC::GetUserScale(double *x, double *y) const
678 void wxSVGFileDC::SetUserScale( double x, double y )
687 void wxSVGFileDC::SetLogicalScale( double x, double y )
696 void wxSVGFileDC::SetLogicalOrigin( wxCoord x, wxCoord y )
705 void wxSVGFileDC::SetDeviceOrigin( wxCoord x, wxCoord y )
714 void wxSVGFileDC::SetAxisOrientation( bool xLeftRight, bool yBottomUp )
724 bool wxSVGFileDC::DoBlit(wxCoord xdest, wxCoord ydest, wxCoord width, wxCoord height,
731 wxASSERT_MSG(FALSE, wxT("wxSVGFileDC::DoBlit Call requested nonCopy mode; this is not possible")) ;
736 wxASSERT_MSG(FALSE, wxT("wxSVGFileDC::DoBlit Call requested False mask ; this is not possible")) ;
745 wxASSERT_MSG(!wxSVG_DEBUG, wxT("wxSVGFileDC::DoBlit Call executed")) ;
750 void wxSVGFileDC::DoDrawIcon(const class wxIcon & myIcon, wxCoord x, wxCoord y)
758 wxASSERT_MSG(!wxSVG_DEBUG, wxT("wxSVGFileDC::DoDrawIcon Call executed")) ;
764 void wxSVGFileDC::DoDrawBitmap(const class wxBitmap & bmp, wxCoord x, wxCoord y , bool WXUNUSED(bTransparent) /*=0*/ )
802 wxASSERT_MSG(!wxSVG_DEBUG, wxT("wxSVGFileDC::DoDrawBitmap Call executed")) ;
812 wxCoord wxSVGFileDC::DeviceToLogicalX(wxCoord x) const
818 wxCoord wxSVGFileDC::DeviceToLogicalY(wxCoord y) const
824 wxCoord wxSVGFileDC::DeviceToLogicalXRel(wxCoord x) const
830 wxCoord wxSVGFileDC::DeviceToLogicalYRel(wxCoord y) const
836 wxCoord wxSVGFileDC::LogicalToDeviceX(wxCoord x) const
842 wxCoord wxSVGFileDC::LogicalToDeviceY(wxCoord y) const
848 wxCoord wxSVGFileDC::LogicalToDeviceXRel(wxCoord x) const
854 wxCoord wxSVGFileDC::LogicalToDeviceYRel(wxCoord y) const
859 void wxSVGFileDC::write(const wxString &s)