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

Lines Matching defs:wxMacCGContext

146 // the appropricate wxMacCGContext, but we will have to do that step by step
224 wxMacCGContext::wxMacCGContext( CGrafPtr port )
232 wxMacCGContext::wxMacCGContext( CGContextRef cgcontext )
242 wxMacCGContext::wxMacCGContext()
250 wxMacCGContext::~wxMacCGContext()
265 void wxMacCGContext::Clip( const wxRegion &region )
270 void wxMacCGContext::StrokePath( const wxGraphicPath *p )
292 void wxMacCGContext::DrawPath( const wxGraphicPath *p , int fillStyle )
323 void wxMacCGContext::FillPath( const wxGraphicPath *p , const wxColor &fillColor , int fillStyle )
343 wxGraphicPath* wxMacCGContext::CreatePath()
355 CGContextRef wxMacCGContext::GetNativeContext()
380 void wxMacCGContext::SetNativeContext( CGContextRef cg )
390 void wxMacCGContext::Translate( wxCoord dx , wxCoord dy )
395 void wxMacCGContext::Scale( wxCoord xScale , wxCoord yScale )
400 void wxMacCGContext::DrawBitmap( const wxBitmap &bmp, wxCoord x, wxCoord y, wxCoord w, wxCoord h )
418 void wxMacCGContext::DrawIcon( const wxIcon &icon, wxCoord x, wxCoord y, wxCoord w, wxCoord h )
429 void wxMacCGContext::PushState()
434 void wxMacCGContext::PopState()
439 void wxMacCGContext::SetTextColor( const wxColour &col )
648 void wxMacCGContext::SetPen( const wxPen &pen )
825 void wxMacCGContext::SetBrush( const wxBrush &brush )
886 void wxMacCGContext::DrawText( const wxString &str, wxCoord x, wxCoord y, double angle )
1014 void wxMacCGContext::GetTextExtent( const wxString &str, wxCoord *width, wxCoord *height,
1074 void wxMacCGContext::GetPartialTextExtents(const wxString& text, wxArrayInt& widths) const
1134 void wxMacCGContext::SetFont( const wxFont &font )
1273 CGContextRef cgContext = ((wxMacCGContext*)(m_graphicContext))->GetNativeContext() ;
1348 CGContextRef cgContext = ((wxMacCGContext*)(m_graphicContext))->GetNativeContext() ;
1576 CGContextRef cgContext = ((wxMacCGContext*)(m_graphicContext))->GetNativeContext() ;
2203 CGContextRef cg = ((wxMacCGContext*)(m_graphicContext))->GetNativeContext() ;