Searched refs:hDC (Results 1 - 11 of 11) 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);
H A DWebView.h89 void paint(HDC hDC, const WebCore::IntRect& clipRect);
/external/skia/include/utils/
H A DSkWGL.h81 typedef HGLRC (WINAPI *CreateContextAttribsProc)(HDC hDC, HGLRC, const int *);
/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)
/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
H A DUIDelegate.h313 /* [in] */ HDC hDC,
325 /* [in] */ HDC hDC,
/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/Interfaces/
H A DIWebUIDelegate.idl755 HRESULT paintCustomScrollbar([in] IWebView* webView, [in] HDC hDC, [in] RECT rect, [in] WebScrollBarControlSize size, [in] WebScrollbarControlState state,
757 HRESULT paintCustomScrollCorner([in] IWebView* webView, [in] HDC hDC, [in] RECT rect);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 143 milliseconds