HomeSort by relevance Sort by last modified time
    Searched refs:HDC (Results 126 - 150 of 173) sorted by null

1 2 3 4 56 7

  /external/quake/quake/src/QW/client/
in_win.c 424 HDC hdc; local
583 HDC hdc; local
753 HDC hdc; local
vid_win.c 662 HDC hdc; local
725 hdc = GetDC(NULL);
727 if ((GetDeviceCaps(hdc, HORZRES) > 640) && !COM_CheckParm("-noautostretch"))
738 ReleaseDC(NULL,hdc);
1258 HDC hdc; local
1379 hdc = GetDC(mainwindow);
1380 PatBlt(hdc,0,0,WindowRect.right,WindowRect.bottom,BLACKNESS);
1381 ReleaseDC(mainwindow, hdc);
1465 HDC hdc; local
1610 HDC hdc; local
1860 HDC hdc; local
2222 HDC hdc; local
2684 HDC hdc; local
2864 HDC hdc; local
    [all...]
  /external/quake/quake/src/WinQuake/
in_win.cpp 425 HDC hdc; local
584 HDC hdc; local
757 HDC hdc; local
vid_win.cpp 621 HDC hdc; local
684 hdc = GetDC(NULL);
686 if ((GetDeviceCaps(hdc, HORZRES) > 640) && !COM_CheckParm("-noautostretch"))
697 ReleaseDC(NULL,hdc);
1217 HDC hdc; local
1338 hdc = GetDC(mainwindow);
1339 PatBlt(hdc,0,0,WindowRect.right,WindowRect.bottom,BLACKNESS);
1340 ReleaseDC(mainwindow, hdc);
1424 HDC hdc; local
1569 HDC hdc; local
1819 HDC hdc; local
2183 HDC hdc; local
2644 HDC hdc; local
2823 HDC hdc; local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
UniscribeHelper.cpp 267 HDC dc, int x, int y, int from, int to)
523 HDC tempDC = 0;
722 HDC tempDC = 0;
    [all...]
  /external/openssl/crypto/rand/
rand_win.c 741 HDC hScrDC; /* screen DC */
742 HDC hMemDC; /* memory DC */
  /external/webkit/Source/WebCore/platform/graphics/win/
UniscribeController.cpp 251 HDC hdc = GetDC(0); local
253 HFONT oldFont = (HFONT)SelectObject(hdc, hfont);
254 placeResult = ScriptPlace(hdc, fontData->scriptCache(), glyphs.data(), glyphs.size(), visualAttributes.data(),
256 SelectObject(hdc, oldFont);
257 ReleaseDC(0, hdc);
383 HDC hdc = 0; local
388 shapeResult = ScriptShape(hdc, fontData->scriptCache(), str, len, glyphs.size(), &item.a,
393 ASSERT(!hdc);
    [all...]
FontCGWin.cpp 50 static CGPathRef createPathForGlyph(HDC hdc, Glyph glyph)
58 DWORD outlineLength = GetGlyphOutline(hdc, glyph, GGO_GLYPH_INDEX | GGO_NATIVE, &glyphMetrics, 0, 0, &identity);
64 GetGlyphOutline(hdc, glyph, GGO_GLYPH_INDEX | GGO_NATIVE, &glyphMetrics, outlineLength, outline.data(), &identity);
161 HDC hdc = 0; local
165 hdc = graphicsContext->getWindowsContext(textRect, true, false);
166 if (!hdc) {
178 hdc = bitmap->hdc();
    [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...]
  /external/webkit/Source/WebKit2/UIProcess/win/
WebView.cpp 619 static void drawPageBackground(HDC dc, const RECT& rect)
627 void WebView::paint(HDC hdc, const IntRect& dirtyRect)
634 drawingArea->paint(hdc, dirtyRect, unpaintedRegion);
639 drawPageBackground(hdc, unpaintedRects[i]);
642 drawPageBackground(hdc, dirtyRect);
646 if (m_page->isValid() && m_page->drawingArea() && m_page->drawingArea()->paint(dirtyRect, hdc))
649 drawPageBackground(hdc, dirtyRect);
653 static void flashRects(HDC dc, const IntRect rects[], size_t rectCount, HBRUSH brush)
672 HDC hdc = ::BeginPaint(m_window, &paintStruct) local
690 HDC hdc = reinterpret_cast<HDC>(wParam); local
1402 HDC hdc = ::CreateCompatibleDC(0); local
    [all...]
WebPopupMenuProxyWin.cpp 755 paint(paintStruct.rcPaint, paintStruct.hdc);
765 HDC hdc = reinterpret_cast<HDC>(wParam); local
766 paint(clientRect(), hdc); local
805 void WebPopupMenuProxyWin::paint(const IntRect& damageRect, HDC hdc)
851 HDC localDC = hdc ? hdc : ::GetDC(m_popup)
    [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);
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-win32.c 104 HDC dc;
  /external/opencv/otherlibs/highgui/
image.cpp 206 void CImage::DrawToHDC( HDC hDCDst, RECT* pDstRect )
  /external/webkit/Source/WebCore/platform/graphics/wince/
ImageWinCE.cpp 73 OwnPtr<HDC> hdc(CreateCompatibleDC(0));
74 HGDIOBJ hOldBmp = SelectObject(hdc.get(), bmp);
77 GraphicsContext gc(hdc.get());
86 SelectObject(hdc.get(), hOldBmp);
  /external/webkit/Source/WebCore/platform/wince/
PasteboardWinCE.cpp 53 extern HDC hScreenDC;
  /external/webkit/Source/WebKit/win/Interfaces/
IWebUIDelegate.idl     [all...]
  /external/webkit/Source/WebKit/win/
WebNodeHighlight.cpp 137 HDC hdc = ::CreateCompatibleDC(::GetDC(m_overlay)); local
138 if (!hdc)
151 OwnPtr<HBITMAP> hbmp(::CreateDIBSection(hdc, &bitmapInfo, DIB_RGB_COLORS, &pixels, 0, 0));
153 ::SelectObject(hdc, hbmp.get());
155 GraphicsContext context(hdc);
173 ::UpdateLayeredWindow(m_overlay, ::GetDC(0), &dstPoint, &size, hdc, &srcPoint, 0, &bf, ULW_ALPHA);
175 ::DeleteDC(hdc);
WebScrollBar.cpp 160 /* [in] */ HDC dc,
FullscreenVideoController.cpp 484 HDC windowDC = GetDC(m_hudWindow);
485 HDC bitmapDC = CreateCompatibleDC(windowDC);
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.cc 169 HDC backing_store_dc,
170 HDC paint_dc) {
172 HDC dc = canvas.beginPlatformPaint();
832 void RenderWidgetHostViewWin::OnPaint(HDC unused_dc) {
891 backing_store->hdc(),
899 backing_store->hdc(),
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_sysevents.c 90 void (*WIN_WinPAINT)(_THIS, HDC hdc);
718 HDC hdc; local
721 hdc = BeginPaint(SDL_Window, &ps);
724 WIN_WinPAINT(current_video, hdc);
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
libEGL.cpp 104 return new egl::Display((HDC)NULL);
110 return new egl::Display((HDC)display_id);
  /external/icu4c/samples/layout/
clayout.c 120 HDC hdc; local
133 hdc = GetDC(hwnd);
135 surface = rs_gdiRenderingSurfaceOpen(hdc);
141 ReleaseDC(hwnd, hdc);
154 ReleaseDC(hwnd, hdc);
235 hdc = BeginPaint(hwnd, &ps);
236 SetBkMode(hdc, TRANSPARENT);
247 rs_gdiRenderingSurfaceSetHDC(surface, hdc);
296 hdc = GetDC(hwnd)
    [all...]

Completed in 1160 milliseconds

1 2 3 4 56 7