Searched refs:hdc_ (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/modules/desktop_capture/ |
D | screen_drawer_win.cc | 100 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/ |
D | wgl.c | 66 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()
|
D | wgl.h | 34 const char *wglGetExtensionsStringARB(HDC hdc_); 35 HGLRC wglCreateContextAttribsARB(HDC hdc_, HGLRC hShareContext_,
|