Home
last modified time | relevance | path

Searched refs:hdc_ (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/desktop_capture/
Dscreen_drawer_win.cc100 HDC hdc_; member in webrtc::__anon2ceeccb70111::ScreenDrawerWin
107 hdc_(GetWindowDC(window_)) { in ScreenDrawerWin()
113 SelectObject(hdc_, GetStockObject(DC_PEN)); in ScreenDrawerWin()
114 SelectObject(hdc_, GetStockObject(DC_BRUSH)); in ScreenDrawerWin()
119 ReleaseDC(NULL, hdc_); in ~ScreenDrawerWin()
142 SetDCBrushColor(hdc_, ColorToRef(color)); in DrawRectangle()
143 SetDCPenColor(hdc_, ColorToRef(color)); in DrawRectangle()
144 Rectangle(hdc_, rect.left(), rect.top(), rect.right(), rect.bottom()); in DrawRectangle()
174 SetDCPenColor(hdc_, ColorToRef(color)); in DrawLine()
175 Polyline(hdc_, points, 2); in DrawLine()
[all …]
/external/mesa3d/src/glx/windows/
Dwgl.c66 const char *wglGetExtensionsStringARB(HDC hdc_) in wglGetExtensionsStringARB() argument
69 return RESOLVED_PROC(PFNWGLGETEXTENSIONSSTRINGARBPROC)(hdc_); in wglGetExtensionsStringARB()
72 HGLRC wglCreateContextAttribsARB(HDC hdc_, HGLRC hShareContext_, in wglCreateContextAttribsARB() argument
76 return RESOLVED_PROC(PFNWGLCREATECONTEXTATTRIBSARBPROC)(hdc_, hShareContext_, attribList_); in wglCreateContextAttribsARB()
Dwgl.h34 const char *wglGetExtensionsStringARB(HDC hdc_);
35 HGLRC wglCreateContextAttribsARB(HDC hdc_, HGLRC hShareContext_,