HomeSort by relevance Sort by last modified time
    Searched refs:m_hdc (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/win/
HWndDC.h 39 , m_hdc(0)
45 , m_hdc(::GetDC(hwnd))
51 , m_hdc(::GetDCEx(hwnd, hrgnClip, flags))
64 m_hdc = ::GetDC(hwnd);
65 return m_hdc;
70 if (!m_hdc)
72 ::ReleaseDC(m_hwnd, m_hdc);
74 m_hdc = 0;
79 return m_hdc;
84 HDC m_hdc; member in class:WebCore::HWndDC
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp 107 HDC getDC(){ return m_hdc;};
115 HDC m_hdc; member in class:SrfcInfo
121 m_hdc(NULL),
130 m_hdc = GetDC(wnd);
138 m_hdc = s_wglExtProcs->wglGetPbufferDCARB(pb);
144 ReleaseDC(m_hwnd,m_hdc);

Completed in 49 milliseconds