HomeSort by relevance Sort by last modified time
    Searched refs:HDC (Results 76 - 100 of 182) sorted by null

1 2 34 5 6 7 8

  /external/webkit/Source/WebKit2/UIProcess/
BackingStore.h 61 typedef HDC PlatformGraphicsContext;
ChunkedUpdateDrawingAreaProxy.h 98 OwnPtr<HDC> m_backingStoreDC;
DrawingAreaProxy.h 60 typedef HDC PlatformDrawingContext;
  /external/webkit/Source/WebCore/platform/graphics/wince/
FontCacheWinCE.cpp 44 extern HDC g_screenDC;
77 static bool currentFontContainsCharacter(IMLangFontLink2* langFontLink, HDC hdc, UChar character)
80 if (S_OK != langFontLink->GetFontUnicodeRanges(hdc, &unicodeRanges, 0))
86 if (S_OK != langFontLink->GetFontUnicodeRanges(hdc, &unicodeRanges, glyphsetBuffer.data()))
98 static bool currentFontContainsCharacter(IMLangFontLink* langFontLink, HDC hdc, HFONT hfont, UChar character, const wchar_t* faceName)
101 HRESULT result = langFontLink->GetFontCodePages(hdc, hfont, &fontCodePages);
117 static HFONT createMLangFont(IMLangFontLink2* langFontLink, HDC hdc, DWORD codePageMask, UChar character = 0
    [all...]
PlatformPathWinCE.h 149 void strokePath(HDC, const AffineTransform* tr) const;
150 void fillPath(HDC, const AffineTransform* tr) const;
SharedBitmap.cpp 204 OwnPtr<HDC> bmpDC = adoptPtr(CreateCompatibleDC(0));
246 void SharedBitmap::draw(HDC hdc, const IntRect& dstRect, const IntRect& srcRect, CompositeOperator compositeOp)
275 StretchDIBits(hdc, dstRect.x(), dstRect.y(), dstRect.width(), dstRect.height(),
280 OwnPtr<HDC> hmemdc = adoptPtr(CreateCompatibleDC(hdc));
285 bool success = alphaBlendIfSupported(hdc, dstRect.x(), dstRect.y(), dstRect.width(), dstRect.height(), hmemdc.get(),
289 TransparentBlt(hdc, dstRect.x(), dstRect.y(), dstRect.width(), dstRect.height(), hmemdc.get(),
314 OwnPtr<HDC> dcNew = adoptPtr(CreateCompatibleDC(0));
346 static void drawPatternSimple(HDC hdc, const RECT& destRect, HBITMAP hbmp, const POINT& phase
    [all...]
GraphicsContextWinCE.cpp 41 typedef void (*FuncGradientFillRectLinear)(HDC hdc, const IntRect& r, const IntPoint& p0, const IntPoint& p1, const Vector<Gradient::ColorStop>& stops);
42 typedef void (*FuncGradientFillRectRadial)(HDC hdc, const IntRect& r, const IntPoint& p0, const IntPoint& p1, float r0, float r1, const Vector<Gradient::ColorStop>& stops);
184 GraphicsContextPlatformPrivate(HDC dc)
319 void paintBackTransparentLayerBitmap(HDC hdc, SharedBitmap* bmp, const IntRect& origRect, AlphaPaintType alphaPaint, const RECT& bmpRect)
321 if (hdc == m_dc)
337 bool success = alphaBlendIfSupported(m_dc, origRect.x(), origRect.y(), origRect.width(), origRect.height(), hdc, 0, 0, bmpRect.right, bmpRect.bottom, blend);
340 StretchBlt(m_dc, origRect.x(), origRect.y(), origRect.width(), origRect.height(), hdc, 0, 0, bmpRect.right, bmpRect.bottom, SRCCOPY)
451 HDC hdc() const { return m_memDc; } function in class:WebCore::TransparentLayerDC
    [all...]
  /external/icu4c/samples/layout/
GDIFontInstance.cpp 24 GDISurface::GDISurface(HDC theHDC)
35 void GDISurface::setHDC(HDC theHDC)
113 HDC hdc = surface->getHDC(); local
119 SaveDC(hdc);
121 SetGraphicsMode(hdc, GM_ADVANCED);
122 ModifyWorldTransform(hdc, NULL, MWT_IDENTITY);
123 SetViewportOrgEx(hdc, 0, 0, NULL);
124 SetWindowOrgEx(hdc, 0, 0, NULL);
126 dpiX = (FLOAT) GetDeviceCaps(hdc, LOGPIXELSX)
198 HDC hdc = surface->getHDC(); local
344 HDC hdc = fSurface->getHDC(); local
370 HDC hdc = fSurface->getHDC(); local
    [all...]
  /external/webkit/Source/WebKit/win/
WebFrame.h 195 /* [in] */ HDC printDC);
198 /* [in] */ HDC printDC,
202 /* [in] */ HDC printDC,
389 const Vector<WebCore::IntRect>& computePageRects(HDC printDC);
392 WebCore::IntRect printerMarginRect(HDC);
393 void spoolPage (PlatformGraphicsContext* pctx, WebCore::GraphicsContext* spoolCtx, HDC printDC, IWebUIDelegate*, float headerHeight, float footerHeight, UINT page, UINT pageCount);
WebScrollBar.h 83 /* [in] */ HDC dc,
  /external/chromium/webkit/glue/
webthemeengine_impl_win.cc 386 HDC hdc = skia::BeginPlatformPaint(canvas); local
390 hdc, part, state, classic_state, &native_rect);
398 HDC hdc = skia::BeginPlatformPaint(canvas); local
402 hdc, state, classic_state, &native_rect);
410 HDC hdc = skia::BeginPlatformPaint(canvas); local
414 hdc, part, state, classic_state, &native_rect);
422 HDC hdc = skia::BeginPlatformPaint(canvas) local
436 HDC hdc = skia::BeginPlatformPaint(canvas); local
449 HDC hdc = skia::BeginPlatformPaint(canvas); local
464 HDC hdc = skia::BeginPlatformPaint(canvas); local
477 HDC hdc = skia::BeginPlatformPaint(canvas); local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCacheWin.cpp 73 static int CALLBACK metaFileEnumProc(HDC hdc, HANDLETABLE* table, CONST ENHMETARECORD* record, int tableEntries, LPARAM logFont)
160 static bool currentFontContainsCharacter(HDC hdc, UChar character)
163 glyphsetBuffer.resize(GetFontUnicodeRanges(hdc, 0));
165 GetFontUnicodeRanges(hdc, glyphset);
175 static HFONT createMLangFont(IMLangFontLink2* langFontLink, HDC hdc, DWORD codePageMask, UChar character = 0)
179 if (SUCCEEDED(langFontLink->MapFont(hdc, codePageMask, character, &MLangFont)) && MLangFont) {
192 HDC hdc = GetDC(0) local
450 HDC hdc = GetDC(0); local
537 HDC hdc = GetDC(0); local
    [all...]
FontPlatformDataCGWin.cpp 41 static CFStringRef getPostScriptName(CFStringRef faceName, HDC dc)
110 void FontPlatformData::platformDataInit(HFONT font, float size, HDC hdc, WCHAR* faceName)
FontPlatformDataCairoWin.cpp 41 void FontPlatformData::platformDataInit(HFONT font, float size, HDC hdc, WCHAR* faceName)
  /external/webkit/Source/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 158 HDC dc = (HDC)m_data->context->GetHDC();
184 HDC dc = (HDC)m_data->context->GetHDC();
611 HDC GraphicsContext::getWindowsContext(const IntRect& dstRect, bool supportAlphaBlend, bool mayCreateBitmap)
635 HDC displayDC = ::GetDC(0);
636 HDC bitmapDC = ::CreateCompatibleDC(displayDC);
651 void GraphicsContext::releaseWindowsContext(HDC hdc, const IntRect& dstRect, bool supportAlphaBlend, bool mayCreateBitmap)
653 if (hdc) {
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebScrollBarPrivate.idl 57 HRESULT paint([in] HDC dc, [in] RECT damageRect);
  /external/chromium/chrome/browser/ui/views/
theme_helpers.cc 35 HDC dc = canvas.beginPlatformPaint();
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_lowvideo.h 106 extern void (*WIN_WinPAINT)(_THIS, HDC hdc);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontPlatformDataChromiumWin.cpp 134 HDC dc = GetDC(0);
FontUtilsChromiumWin.cpp 53 HDC dc = GetDC(0);
244 HDC dc = GetDC(0);
255 HDC dc = GetDC(0);
  /external/webkit/Source/WebCore/platform/graphics/skia/
SkiaFontWin.cpp 145 static bool getPathForGlyph(HDC dc, WORD glyph, SkPath* path)
182 const SkPath* SkiaWinOutlineCache::lookupOrCreatePathForGlyph(HDC hdc, HFONT font, WORD glyph)
195 if (!getPathForGlyph(hdc, glyph, key.path))
280 HDC dc,
357 HDC dc = GetDC(0);
  /external/webkit/Source/WebCore/platform/win/
CursorWin.cpp 51 HDC dc = GetDC(0);
52 HDC workingDC = CreateCompatibleDC(dc);
77 HDC andMaskDC = CreateCompatibleDC(dc);
78 HDC xorMaskDC = CreateCompatibleDC(dc);
DragImageWin.cpp 46 HBITMAP allocImage(HDC, IntSize, PlatformGraphicsContext** targetRef);
184 HDC dc = GetDC(0);
185 HDC workingDC = CreateCompatibleDC(dc);
  /external/webkit/Tools/DumpRenderTree/win/
PixelDumpSupportWin.cpp 64 HDC memoryDC = CreateCompatibleDC(0);
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_win.h 296 void OnPaint(HDC bogus_hdc);
366 void DrawSlashForInsecureScheme(HDC hdc,
371 void DrawDropHighlight(HDC hdc,

Completed in 580 milliseconds

1 2 34 5 6 7 8