Searched refs:wxMacCGContext (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddccg.cpp146 // the appropricate wxMacCGContext, but we will have to do that step by step
224 wxMacCGContext::wxMacCGContext( CGrafPtr port ) function in class:wxMacCGContext
232 wxMacCGContext::wxMacCGContext( CGContextRef cgcontext ) function in class:wxMacCGContext
242 wxMacCGContext::wxMacCGContext() function in class:wxMacCGContext
250 wxMacCGContext::~wxMacCGContext()
265 void wxMacCGContext
[all...]
H A Ddcclient.cpp340 m_graphicContext = new wxMacCGContext( (CGContextRef) window->MacGetCGContextRef() ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dprivate.h1181 class WXDLLEXPORT wxMacCGContext : public wxGraphicContext class in inherits:wxGraphicContext
1183 DECLARE_NO_COPY_CLASS(wxMacCGContext)
1186 wxMacCGContext( CGrafPtr port );
1187 wxMacCGContext( CGContextRef cgcontext );
1188 wxMacCGContext();
1189 virtual ~wxMacCGContext();

Completed in 77 milliseconds