HomeSort by relevance Sort by last modified time
    Searched refs:hDC (Results 1 - 14 of 14) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/include/GL/
wglext.h 453 extern HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
458 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
471 extern const char * WINAPI wglGetExtensionsStringARB (HDC hdc);
473 typedef const char * (WINAPI * PFNWGLGETEXTENSIONSSTRINGARBPROC) (HDC hdc);
479 extern BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues)
    [all...]
  /external/webkit/Source/WebKit/wince/
WebView.cpp 233 void WebView::paint(HDC hDC, const IntRect& clipRect)
240 SelectClipRgn(hDC, clipRgn.get());
244 GraphicsContext gc(hDC);
255 HDC hDC = BeginPaint(m_windowHandle, &ps);
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)
    [all...]
WebView.h 89 void paint(HDC hDC, const WebCore::IntRect& clipRect);
96 OwnPtr<HDC> m_doubleBufferDC;
  /external/skia/include/utils/
SkWGL.h 68 bool hasExtension(HDC dc, const char* ext) const;
70 const char* getExtensionsString(HDC hdc) const;
71 BOOL choosePixelFormat(HDC hdc, const int*, const FLOAT*, UINT, int*, UINT*) const;
72 BOOL getPixelFormatAttribiv(HDC, int, int, UINT, const int*, int*) const;
73 BOOL getPixelFormatAttribfv(HDC hdc, int, int, UINT, const int*, FLOAT*) const;
74 HGLRC createContextAttribs(HDC, HGLRC, const int *) const;
77 typedef const char* (WINAPI *GetExtensionsStringProc)(HDC hdc)
    [all...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorDelegate.h 306 /* [in] */ HDC hDC,
318 /* [in] */ HDC hDC,
  /external/quake/quake/src/QW/client/
gl_vidnt.c 102 HDC maindc;
208 HDC hdc; local
262 hdc = GetDC(dibwindow);
263 PatBlt(hdc,0,0,WindowRect.right,WindowRect.bottom,BLACKNESS);
264 ReleaseDC(dibwindow, hdc);
286 HDC hdc; local
347 hdc = GetDC(dibwindow);
348 PatBlt(hdc,0,0,WindowRect.right,WindowRect.bottom,BLACKNESS);
378 HDC hdc; local
957 HDC hdc; local
1311 HDC hdc; local
1579 HDC hdc; local
    [all...]
  /external/quake/quake/src/WinQuake/
gl_vidnt.cpp 102 HDC maindc;
208 HDC hdc; local
262 hdc = GetDC(dibwindow);
263 PatBlt(hdc,0,0,WindowRect.right,WindowRect.bottom,BLACKNESS);
264 ReleaseDC(dibwindow, hdc);
286 HDC hdc; local
347 hdc = GetDC(dibwindow);
348 PatBlt(hdc,0,0,WindowRect.right,WindowRect.bottom,BLACKNESS);
378 HDC hdc; local
957 HDC hdc; local
1311 HDC hdc; local
1579 HDC hdc; local
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
UIDelegate.cpp 396 /* [in] */ HDC hDC,
411 /* [in] */ HDC hDC,
647 HRESULT STDMETHODCALLTYPE UIDelegate::drawBackground(IWebView* sender, OLE_HANDLE hdc, const RECT* dirtyRect)
UIDelegate.h 313 /* [in] */ HDC hDC,
325 /* [in] */ HDC hDC,
330 virtual HRESULT STDMETHODCALLTYPE drawBackground(IWebView* sender, OLE_HANDLE hdc, const RECT* dirtyRect);
  /external/webkit/Tools/WinLauncher/
WinLauncher.cpp 296 static BOOL CALLBACK AbortProc(HDC hDC, int Error)
307 static HDC getPrinterDC()
316 return pdlg.hDC;
328 HDC printDC = getPrinterDC();
  /external/webkit/Source/WebKit/win/Interfaces/
IWebUIDelegate.idl     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 4521 milliseconds