• 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/ogl/

Lines Matching refs:wxPseudoMetaFile

405 wxOpSetGDI::wxOpSetGDI(int theOp, wxPseudoMetaFile *theImage, int theGdiIndex, int theMode):
504 wxDrawOp *wxOpSetGDI::Copy(wxPseudoMetaFile *newImage)
514 wxExpr *wxOpSetGDI::WriteExpr(wxPseudoMetaFile *WXUNUSED(image))
546 void wxOpSetGDI::ReadExpr(wxPseudoMetaFile *WXUNUSED(image), wxExpr *expr)
590 wxDrawOp *wxOpSetClipping::Copy(wxPseudoMetaFile *WXUNUSED(newImage))
630 wxExpr *wxOpSetClipping::WriteExpr(wxPseudoMetaFile *WXUNUSED(image))
650 void wxOpSetClipping::ReadExpr(wxPseudoMetaFile *WXUNUSED(image), wxExpr *expr)
690 wxDrawOp *wxOpDraw::Copy(wxPseudoMetaFile *WXUNUSED(newImage))
874 wxExpr *wxOpDraw::WriteExpr(wxPseudoMetaFile *WXUNUSED(image))
931 void wxOpDraw::ReadExpr(wxPseudoMetaFile *WXUNUSED(image), wxExpr *expr)
1002 wxDrawOp *wxOpPolyDraw::Copy(wxPseudoMetaFile *WXUNUSED(newImage))
1098 wxExpr *wxOpPolyDraw::WriteExpr(wxPseudoMetaFile *WXUNUSED(image))
1139 void wxOpPolyDraw::ReadExpr(wxPseudoMetaFile *WXUNUSED(image), wxExpr *expr)
1353 IMPLEMENT_DYNAMIC_CLASS(wxPseudoMetaFile, wxObject)
1355 wxPseudoMetaFile::wxPseudoMetaFile()
1366 wxPseudoMetaFile::wxPseudoMetaFile(wxPseudoMetaFile& mf):wxObject()
1371 wxPseudoMetaFile::~wxPseudoMetaFile()
1376 void wxPseudoMetaFile::Clear()
1392 void wxPseudoMetaFile::Draw(wxDC& dc, double xoffset, double yoffset)
1403 void wxPseudoMetaFile::Scale(double sx, double sy)
1416 void wxPseudoMetaFile::Translate(double x, double y)
1427 void wxPseudoMetaFile::Rotate(double x, double y, double theta)
1445 void wxPseudoMetaFile::WriteAttributes(wxExpr *clause, int whichAngle)
1572 void wxPseudoMetaFile::ReadAttributes(wxExpr *clause, int whichAngle)
1762 void wxPseudoMetaFile::Copy(wxPseudoMetaFile& copy)
1813 bool wxPseudoMetaFile::LoadFromMetaFile(const wxString& filename, double *rwidth, double *rheight)
2164 void wxPseudoMetaFile::ScaleTo(double w, double h)
2173 void wxPseudoMetaFile::GetBounds(double *boundMinX, double *boundMinY, double *boundMaxX, double *boundMaxY)
2266 void wxPseudoMetaFile::CalculateSize(wxDrawnShape* shape)
2285 void wxPseudoMetaFile::DrawLine(const wxPoint& pt1, const wxPoint& pt2)
2293 void wxPseudoMetaFile::DrawRectangle(const wxRect& rect)
2301 void wxPseudoMetaFile::DrawRoundedRectangle(const wxRect& rect, double radius)
2311 void wxPseudoMetaFile::DrawEllipse(const wxRect& rect)
2319 void wxPseudoMetaFile::DrawArc(const wxPoint& centrePt, const wxPoint& startPt, const wxPoint& endPt)
2330 void wxPseudoMetaFile::DrawEllipticArc(const wxRect& rect, double startAngle, double endAngle)
2346 void wxPseudoMetaFile::DrawPoint(const wxPoint& pt)
2354 void wxPseudoMetaFile::DrawText(const wxString& text, const wxPoint& pt)
2364 void wxPseudoMetaFile::DrawLines(int n, wxPoint pts[])
2377 void wxPseudoMetaFile::DrawPolygon(int n, wxPoint pts[], int flags)
2393 void wxPseudoMetaFile::DrawSpline(int n, wxPoint pts[])
2406 void wxPseudoMetaFile::SetClippingRect(const wxRect& rect)
2412 void wxPseudoMetaFile::DestroyClippingRect()
2420 void wxPseudoMetaFile::SetPen(const wxPen* pen, bool isOutline)
2435 void wxPseudoMetaFile::SetBrush(const wxBrush* brush, bool isFill)
2450 void wxPseudoMetaFile::SetFont(wxFont* font)
2460 void wxPseudoMetaFile::SetTextColour(const wxColour& colour)
2470 void wxPseudoMetaFile::SetBackgroundColour(const wxColour& colour)
2480 void wxPseudoMetaFile::SetBackgroundMode(int mode)