Searched refs:GetHDC (Results 1 - 25 of 25) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Ddcmemory.h32 { return subrect == NULL ? GetSelectedBitmap() : GetSelectedBitmap().GetSubBitmapOfHDC(*subrect, GetHDC() );}
H A Dglcanvas.h106 inline WXHDC GetHDC() const { return m_hDC; } function in class:wxGLCanvas
H A Dprivate.h723 #define GetHdc() ((HDC)GetHDC())
724 #define GetHdcOf(dc) ((HDC)(dc).GetHDC())
H A Ddc.h107 WXHDC GetHDC() const { return m_hDC; } function in class:wxDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dglcanvas.h45 inline WXHDC GetHDC() const { return m_hDC; } function in class:wxGLContext
111 inline WXHDC GetHDC() const { return m_hDC; } function in class:wxGLCanvas
H A Ddc.h112 WXHDC GetHDC() const { return m_hDC; } function in class:wxDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Ddcclient.cpp44 hdc = dc->GetHDC();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dprintwin.cpp133 int logPPIPrinterX = ::GetDeviceCaps((HDC) dc->GetHDC(), LOGPIXELSX);
134 int logPPIPrinterY = ::GetDeviceCaps((HDC) dc->GetHDC(), LOGPIXELSY);
182 ::SetAbortProc((HDC) dc->GetHDC(), (ABORTPROC) m_lpAbortProc);
184 ::SetAbortProc((HDC) dc->GetHDC(), (FARPROC) m_lpAbortProc);
187 ::SetAbortProc((HDC) dc->GetHDC(), (int (_stdcall *)
H A Dglcanvas.cpp190 m_glContext = wglCreateContext((HDC) win->GetHDC());
205 wglMakeCurrent((HDC) win.GetHDC(), m_glContext);
593 ::SelectPalette((HDC) GetHDC(), (HPALETTE) GetPalette()->GetHPALETTE(), FALSE);
594 ::RealizePalette((HDC) GetHDC());
610 ::SelectPalette((HDC) GetHDC(), (HPALETTE) GetPalette()->GetHPALETTE(), FALSE);
611 ::RealizePalette((HDC) GetHDC());
H A Ddcclient.cpp46 hdc = dc->GetHDC();
243 if (GetHDC())
H A Ddcmemory.cpp162 ::FillRect((HDC) dc.GetHDC(), &rect, hBrush);
H A Dmetafile.cpp125 if (dc->GetHDC() && M_METAFILEDATA->m_metafile)
H A Ddc.cpp72 #define WXMICROWIN_CHECK_HDC if ( !GetHDC() ) return;
73 #define WXMICROWIN_CHECK_HDC_RET(x) if ( !GetHDC() ) return x;
1747 if (!GetHDC())
2178 wxDCCacheEntry* dcCacheEntry1 = FindDCInCache(NULL, source->GetHDC());
2181 wxDCCacheEntry* dcCacheEntry2 = FindDCInCache(dcCacheEntry1, GetHDC());
2184 wxDCCacheEntry* bitmapCacheEntry = FindBitmapInCache(GetHDC(),
H A Dchecklst.cpp187 HDC hdc = (HDC)dc.GetHDC();
H A Drenderer.cpp129 m_hdc = m_graphics->GetHDC();
H A Dstatbox.cpp371 HBRUSH hbr = (HBRUSH)parent->MSWGetBgBrush(dc.GetHDC(), GetHWND());
H A Dbitmap.cpp524 return DoCreate(width, height, -1, dc.GetHDC());
795 return CreateFromImage(image, -1, dc.GetHDC());
H A Dgraphics.cpp1531 return new wxGDIPlusContext(this,(HDC) dc.GetHDC());
1537 return new wxGDIPlusContext(this,(HDC) dc.GetHDC());
H A Dnotebook.cpp951 MSWDefWindowProc(WM_PAINT, (WPARAM)memdc.GetHDC(), 0);
H A Dtbar95.cpp1724 HRESULT hr = theme->DrawThemeBackground(hTheme, (HDC) dc.GetHDC(), 0, 0, & r, & clipRect);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dprivate.h267 #define GetHdc() ((HDC)GetHDC())
268 #define GetHdcOf(dc) ((HDC)(dc).GetHDC())
H A Ddc.h169 WXHDC GetHDC(void) const { return m_hDC; } function in class:wxDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Ddcclient.cpp45 m_hDC = pDC->GetHDC();
H A Ddc.cpp510 ::DevQueryCaps(GetHDC(), CAPS_TECHNOLOGY, 1L, &lTechnology);
519 if(::DevQueryCaps( GetHDC()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/ole/
H A Dactivex.cpp1127 (HDC)dc.GetHDC(), prcBounds, NULL, NULL, 0);

Completed in 139 milliseconds