Searched defs:hDC (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/wince/
H A DWebView.cpp233 void WebView::paint(HDC hDC, const IntRect& clipRect) argument
240 SelectClipRgn(hDC, clipRgn.get());
244 GraphicsContext gc(hDC);
255 HDC hDC = BeginPaint(m_windowHandle, &ps); local
264 m_doubleBufferDC = adoptPtr(CreateCompatibleDC(hDC));
265 m_doubleBufferBitmap = adoptPtr(CreateCompatibleBitmap(hDC, rcClient.right, rcClient.bottom));
271 BitBlt(hDC, clipRect.x(), clipRect.y(), clipRect.width(), clipRect.height(), m_doubleBufferDC.get(), clipRect.x(), clipRect.y(), SRCCOPY);
273 paint(hDC, clipRect);
/external/webkit/Tools/WinLauncher/
H A DWinLauncher.cpp296 static BOOL CALLBACK AbortProc(HDC hDC, int Error) argument
316 return pdlg.hDC;
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebInspectorDelegate.h306 /* [in] */ HDC hDC,
318 /* [in] */ HDC hDC,
304 paintCustomScrollbar( IWebView *webView, HDC hDC, RECT rect, WebScrollBarControlSize size, WebScrollbarControlState state, WebScrollbarControlPart pressedPart, BOOL vertical, float value, float proportion, WebScrollbarControlPartMask parts) argument
316 paintCustomScrollCorner( IWebView *webView, HDC hDC, RECT rect) argument
/external/webkit/Tools/DumpRenderTree/win/
H A DUIDelegate.cpp396 /* [in] */ HDC hDC,
411 /* [in] */ HDC hDC,
394 paintCustomScrollbar( IWebView *webView, HDC hDC, RECT rect, WebScrollBarControlSize size, WebScrollbarControlState state, WebScrollbarControlPart pressedPart, BOOL vertical, float value, float proportion, WebScrollbarControlPartMask parts) argument
409 paintCustomScrollCorner( IWebView *webView, HDC hDC, RECT rect) argument
/external/quake/quake/src/QW/client/
H A Dgl_vidnt.c784 HDC hDC; local
790 hDC = wglGetCurrentDC();
797 if (hDC && dibwindow)
798 ReleaseDC(dibwindow, hDC);
814 BOOL bSetupPixelFormat(HDC hDC) argument
838 if ( (pixelformat = ChoosePixelFormat(hDC, &pfd)) == 0 )
844 if (SetPixelFormat(hDC, pixelformat, &pfd) == FALSE)
/external/quake/quake/src/WinQuake/
H A Dgl_vidnt.cpp784 HDC hDC; local
790 hDC = wglGetCurrentDC();
797 if (hDC && dibwindow)
798 ReleaseDC(dibwindow, hDC);
814 BOOL bSetupPixelFormat(HDC hDC) argument
838 if ( (pixelformat = ChoosePixelFormat(hDC, &pfd)) == 0 )
844 if (SetPixelFormat(hDC, pixelformat, &pfd) == FALSE)

Completed in 196 milliseconds