/external/webkit/Source/WebKit/wince/ |
D | WebView.cpp | 233 void WebView::paint(HDC hDC, const IntRect& clipRect) in paint() argument 240 SelectClipRgn(hDC, clipRgn.get()); in paint() 244 GraphicsContext gc(hDC); in paint() 255 HDC hDC = BeginPaint(m_windowHandle, &ps); in handlePaint() local 264 m_doubleBufferDC = adoptPtr(CreateCompatibleDC(hDC)); in handlePaint() 265 … m_doubleBufferBitmap = adoptPtr(CreateCompatibleBitmap(hDC, rcClient.right, rcClient.bottom)); in handlePaint() 271 …BitBlt(hDC, clipRect.x(), clipRect.y(), clipRect.width(), clipRect.height(), m_doubleBufferDC.get(… in handlePaint() 273 paint(hDC, clipRect); in handlePaint()
|
D | WebView.h | 89 void paint(HDC hDC, const WebCore::IntRect& clipRect);
|
/external/skia/legacy/include/utils/ |
D | SkWGL.h | 81 typedef HGLRC (WINAPI *CreateContextAttribsProc)(HDC hDC, HGLRC, const int *);
|
/external/quake/quake/src/QW/client/ |
D | gl_vidnt.c | 784 HDC hDC; in VID_Shutdown() local 790 hDC = wglGetCurrentDC(); in VID_Shutdown() 797 if (hDC && dibwindow) in VID_Shutdown() 798 ReleaseDC(dibwindow, hDC); in VID_Shutdown() 814 BOOL bSetupPixelFormat(HDC hDC) in bSetupPixelFormat() argument 838 if ( (pixelformat = ChoosePixelFormat(hDC, &pfd)) == 0 ) in bSetupPixelFormat() 844 if (SetPixelFormat(hDC, pixelformat, &pfd) == FALSE) in bSetupPixelFormat()
|
/external/quake/quake/src/WinQuake/ |
D | gl_vidnt.cpp | 784 HDC hDC; in VID_Shutdown() local 790 hDC = wglGetCurrentDC(); in VID_Shutdown() 797 if (hDC && dibwindow) in VID_Shutdown() 798 ReleaseDC(dibwindow, hDC); in VID_Shutdown() 814 BOOL bSetupPixelFormat(HDC hDC) in bSetupPixelFormat() argument 838 if ( (pixelformat = ChoosePixelFormat(hDC, &pfd)) == 0 ) in bSetupPixelFormat() 844 if (SetPixelFormat(hDC, pixelformat, &pfd) == FALSE) in bSetupPixelFormat()
|
/external/skia/include/utils/ |
D | SkWGL.h | 100 typedef HGLRC (WINAPI *CreateContextAttribsProc)(HDC hDC, HGLRC, const int *);
|
/external/skia/src/utils/win/ |
D | SkWGL_win.cpp | 71 HGLRC SkWGLExtensions::createContextAttribs(HDC hDC, in createContextAttribs() argument 74 return fCreateContextAttribs(hDC, hShareContext, attribList); in createContextAttribs()
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | WebInspectorDelegate.h | 306 /* [in] */ HDC hDC, in paintCustomScrollbar() argument 318 /* [in] */ HDC hDC, in paintCustomScrollCorner() argument
|
/external/webkit/Tools/WinLauncher/ |
D | WinLauncher.cpp | 296 static BOOL CALLBACK AbortProc(HDC hDC, int Error) in AbortProc() argument 316 return pdlg.hDC; in getPrinterDC()
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | UIDelegate.h | 313 /* [in] */ HDC hDC, 325 /* [in] */ HDC hDC,
|
D | UIDelegate.cpp | 396 /* [in] */ HDC hDC, in paintCustomScrollbar() argument 411 /* [in] */ HDC hDC, in paintCustomScrollCorner() argument
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebUIDelegate.idl | 755 …HRESULT paintCustomScrollbar([in] IWebView* webView, [in] HDC hDC, [in] RECT rect, [in] WebScrollB… 757 HRESULT paintCustomScrollCorner([in] IWebView* webView, [in] HDC hDC, [in] RECT rect);
|