Home
last modified time | relevance | path

Searched refs:hDC (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebKit/wince/
DWebView.cpp233 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()
DWebView.h89 void paint(HDC hDC, const WebCore::IntRect& clipRect);
/external/skia/legacy/include/utils/
DSkWGL.h81 typedef HGLRC (WINAPI *CreateContextAttribsProc)(HDC hDC, HGLRC, const int *);
/external/quake/quake/src/QW/client/
Dgl_vidnt.c784 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/
Dgl_vidnt.cpp784 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/
DSkWGL.h100 typedef HGLRC (WINAPI *CreateContextAttribsProc)(HDC hDC, HGLRC, const int *);
/external/skia/src/utils/win/
DSkWGL_win.cpp71 HGLRC SkWGLExtensions::createContextAttribs(HDC hDC, in createContextAttribs() argument
74 return fCreateContextAttribs(hDC, hShareContext, attribList); in createContextAttribs()
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebInspectorDelegate.h306 /* [in] */ HDC hDC, in paintCustomScrollbar() argument
318 /* [in] */ HDC hDC, in paintCustomScrollCorner() argument
/external/webkit/Tools/WinLauncher/
DWinLauncher.cpp296 static BOOL CALLBACK AbortProc(HDC hDC, int Error) in AbortProc() argument
316 return pdlg.hDC; in getPrinterDC()
/external/webkit/Tools/DumpRenderTree/win/
DUIDelegate.h313 /* [in] */ HDC hDC,
325 /* [in] */ HDC hDC,
DUIDelegate.cpp396 /* [in] */ HDC hDC, in paintCustomScrollbar() argument
411 /* [in] */ HDC hDC, in paintCustomScrollCorner() argument
/external/webkit/Source/WebKit/win/Interfaces/
DIWebUIDelegate.idl755 …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);