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:blink::HWndDC
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp 104 HDC getDC(){ return m_hdc;};
112 HDC m_hdc; member in class:SrfcInfo
118 m_hdc(NULL),
127 m_hdc = GetDC(wnd);
135 m_hdc = s_wglExtProcs->wglGetPbufferDCARB(pb);
141 ReleaseDC(m_hwnd,m_hdc);

Completed in 2258 milliseconds