• 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 refs:m_graphicContext

974         wxGraphicPath* path = m_graphicContext->CreatePath() ;
986 m_graphicContext->FillPath( path , m_textBackgroundColour ) ;
1208 m_graphicContext = NULL ;
1219 delete m_graphicContext ;
1236 wxGraphicPath* path = m_graphicContext->CreatePath() ;
1238 m_graphicContext->FillPath( path , m_textBackgroundColour, wxODDEVEN_RULE) ;
1240 m_graphicContext->DrawBitmap( bmp, xx , yy , ww , hh ) ;
1244 m_graphicContext->DrawBitmap( bmp, xx , yy , ww , hh ) ;
1260 m_graphicContext->DrawIcon( icon , xx, yy, ww, hh ) ;
1273 CGContextRef cgContext = ((wxMacCGContext*)(m_graphicContext))->GetNativeContext() ;
1348 CGContextRef cgContext = ((wxMacCGContext*)(m_graphicContext))->GetNativeContext() ;
1352 m_graphicContext->SetPen( m_pen ) ;
1353 m_graphicContext->SetBrush( m_brush ) ;
1376 m_graphicContext->SetTextColor( col );
1378 m_graphicContext->SetFont(m_font);
1503 if ( m_graphicContext )
1504 m_graphicContext->SetFont( font ) ;
1513 if ( m_graphicContext )
1517 m_graphicContext->SetPen( m_pen ) ;
1525 m_graphicContext->Translate( origX , origY ) ;
1526 m_graphicContext->SetPen( m_pen ) ;
1527 m_graphicContext->Translate( -origX , -origY ) ;
1538 if ( m_graphicContext )
1542 m_graphicContext->SetBrush( m_brush ) ;
1550 m_graphicContext->Translate( origX , origY ) ;
1551 m_graphicContext->SetBrush( m_brush ) ;
1552 m_graphicContext->Translate( -origX , -origY ) ;
1576 CGContextRef cgContext = ((wxMacCGContext*)(m_graphicContext))->GetNativeContext() ;
1628 wxGraphicPath* path = m_graphicContext->CreatePath() ;
1632 m_graphicContext->StrokePath( path ) ;
1652 wxGraphicPath* path = m_graphicContext->CreatePath() ;
1659 m_graphicContext->StrokePath( path ) ;
1708 wxGraphicPath* path = m_graphicContext->CreatePath() ;
1709 m_graphicContext->PushState() ;
1710 m_graphicContext->Translate( xxc, yyc ) ;
1711 m_graphicContext->Scale( 1, -1 ) ;
1717 m_graphicContext->DrawPath( path ) ;
1718 m_graphicContext->PopState() ;
1749 wxGraphicPath* path = m_graphicContext->CreatePath() ;
1750 m_graphicContext->PushState() ;
1751 m_graphicContext->Translate( xx + ww / 2, yy + hh / 2 ) ;
1752 m_graphicContext->Scale( 1 * ww / 2 , -1 * hh / 2 ) ;
1758 m_graphicContext->DrawPath( path ) ;
1759 m_graphicContext->PopState() ;
1783 wxGraphicPath* path = m_graphicContext->CreatePath() ;
1793 m_graphicContext->StrokePath( path ) ;
1805 wxGraphicPath* path = m_graphicContext->CreatePath() ;
1852 m_graphicContext->StrokePath( path ) ;
1872 wxGraphicPath* path = m_graphicContext->CreatePath() ;
1886 m_graphicContext->DrawPath( path , fillStyle ) ;
1927 wxGraphicPath* path = m_graphicContext->CreatePath() ;
1934 m_graphicContext->DrawPath( path ) ;
1970 wxGraphicPath* path = m_graphicContext->CreatePath() ;
1974 m_graphicContext->DrawPath( path ) ;
1984 m_graphicContext->DrawPath( path ) ;
2017 wxGraphicPath* path = m_graphicContext->CreatePath() ;
2018 m_graphicContext->PushState() ;
2019 m_graphicContext->Translate(xx + ww / 2, yy + hh / 2);
2020 m_graphicContext->Scale(ww / 2 , hh / 2);
2022 m_graphicContext->DrawPath( path ) ;
2023 m_graphicContext->PopState() ;
2096 m_graphicContext->DrawBitmap( blit, xxdest , yydest , wwdest , hhdest ) ;
2122 m_graphicContext->DrawText( str, drawX ,drawY , angle ) ;
2147 m_graphicContext->SetFont( *theFont ) ;
2152 m_graphicContext->GetTextExtent( str, &w, &h, &d, &e ) ;
2165 m_graphicContext->SetFont( m_font ) ;
2173 m_graphicContext->GetPartialTextExtents( text, widths ) ;
2203 CGContextRef cg = ((wxMacCGContext*)(m_graphicContext))->GetNativeContext() ;