Searched refs:m_graphicContext (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddcgraph.cpp65 delete m_graphicContext;
66 m_graphicContext = ctx;
67 if ( m_graphicContext )
69 m_matrixOriginal = m_graphicContext->GetTransform();
73 m_graphicContext->SetFont( m_font , m_textForegroundColour );
74 m_graphicContext->SetPen( m_pen );
75 m_graphicContext->SetBrush( m_brush);
112 m_graphicContext = NULL;
119 delete m_graphicContext;
129 m_graphicContext
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddcmemory.cpp47 delete m_graphicContext ;
48 m_graphicContext = NULL ;
61 delete m_graphicContext ;
62 m_graphicContext = NULL ;
86 m_ok = (m_graphicContext != NULL) ;
H A Ddccg.cpp974 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))
[all...]
H A Ddcscreen.cpp71 delete m_graphicContext;
72 m_graphicContext = NULL;
H A Ddcclient.cpp340 m_graphicContext = new wxMacCGContext( (CGContextRef) window->MacGetCGContextRef() ) ;
341 m_graphicContext->SetPen( m_pen ) ;
342 m_graphicContext->SetBrush( m_brush ) ;
349 m_graphicContext = NULL ;
H A Dmetafile.cpp356 m_ok = (m_graphicContext != NULL) ;
386 delete m_graphicContext;
387 m_graphicContext = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddcgraph.h94 wxGraphicsContext* GetGraphicsContext() { return m_graphicContext; }
185 wxGraphicsContext* m_graphicContext; member in class:wxGCDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Ddc.h203 wxGraphicsContext* GetGraphicsContext() { return m_graphicContext; }
304 wxGraphicsContext *m_graphicContext; member in class:wxDC

Completed in 282 milliseconds