Searched refs:CreateCompatible (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Ddcmemory.h20 wxMemoryDC() { CreateCompatible(NULL); Init(); }
21 wxMemoryDC(wxBitmap& bitmap) { CreateCompatible(NULL); Init(); SelectObject(bitmap); }
32 bool CreateCompatible(wxDC* pDC);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Ddcmemory.h20 wxMemoryDC() { CreateCompatible(NULL); Init(); }
21 wxMemoryDC(wxBitmap& bitmap) { CreateCompatible(NULL); Init(); SelectObject(bitmap); }
35 bool CreateCompatible(wxDC *dc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Ddcmemory.cpp56 bool wxMemoryDC::CreateCompatible(wxDC *dc) function in class:wxMemoryDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Ddcmemory.h31 bool CreateCompatible(wxDC *dc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Ddcmemory.cpp35 CreateCompatible(pOldDC);
53 bool wxMemoryDC::CreateCompatible( wxDC* WXUNUSED(pDC) )
113 } // end of wxMemoryDC::CreateCompatible
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Doverlay.cpp67 dc->GetDirectFBSurface()->CreateCompatible
H A Dwrapdfb.cpp124 wxIDirectFBSurface::CreateCompatible(const wxSize& sz, int flags) function in class:wxIDirectFBSurface
173 wxIDirectFBSurfacePtr snew(CreateCompatible());
H A Ddcclient.cpp78 return win->GetDfbSurface()->CreateCompatible
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddcmemory.cpp54 CreateCompatible(dc);
72 bool wxMemoryDC::CreateCompatible(wxDC *dc) function in class:wxMemoryDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/
H A Dwrapdfb.h296 @see CreateCompatible
300 /// Flags for CreateCompatible()
315 wxIDirectFBSurfacePtr CreateCompatible(const wxSize& size = wxDefaultSize,

Completed in 59 milliseconds