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

  /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...]
  /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/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 263 milliseconds