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

1 2 34 5 6 7

  /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/wince/
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/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.12/src/video/wincommon/
SDL_lowvideo.h 97 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);
UniscribeHelper.h 193 void draw(GraphicsContext* graphicsContext, HDC dc, int x, int y, int from,
  /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);
PasteboardWin.cpp 221 HDC dc = GetDC(0);
222 HDC compatibleDC = CreateCompatibleDC(0);
223 HDC sourceDC = CreateCompatibleDC(0);
ScrollbarThemeWin.cpp 72 SOFT_LINK(uxtheme, DrawThemeBackground, HRESULT, WINAPI, (HANDLE hTheme, HDC hdc, int iPartId, int iStateId, const RECT* pRect, const RECT* pClipRect), (hTheme, hdc, iPartId, iStateId, pRect, pClipRect))
249 DrawThemeBackground(scrollbarTheme, windowsContext.hdc(), part, state, &themeRect, 0);
254 HDC hdc = windowsContext.hdc(); local
256 ::FillRect(hdc, &themeRect, HBRUSH(COLOR_SCROLLBAR+1));
261 SaveDC(hdc);
262 ::SetTextColor(hdc, ::GetSysColor(COLOR_3DHILIGHT))
368 HDC hdc = context->getWindowsContext(rect, alphaBlend); local
    [all...]
  /external/webkit/Source/WebKit/win/
WebScrollBar.h 83 /* [in] */ HDC 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,
  /external/chromium/chrome/browser/ui/
window_sizer_win.cc 60 HDC monitor_dc,
  /external/openssl/apps/
winrand.c 118 HDC hdc; local
126 hdc = BeginPaint(hwnd, &ps);
128 DrawText(hdc, "Seeding the PRNG. Please move the mouse!", -1,
  /external/webkit/Source/WebCore/page/win/
FrameCGWin.cpp 59 HDC hdc = CreateCompatibleDC(0); local
65 HBITMAP hbmpOld = static_cast<HBITMAP>(SelectObject(hdc, hbmp));
75 SelectObject(hdc, hbmpOld);
76 DeleteDC(hdc);

Completed in 1878 milliseconds

1 2 34 5 6 7