Home
last modified time | relevance | path

Searched refs:mayCreateBitmap (Results 1 – 8 of 8) sorted by relevance

/external/webkit/WebCore/platform/graphics/
DGraphicsContext.h357 …HDC getWindowsContext(const IntRect&, bool supportAlphaBlend = false, bool mayCreateBitmap = true)…
358 …owsContext(HDC, const IntRect&, bool supportAlphaBlend = false, bool mayCreateBitmap = true); /…
363 …HDC getWindowsContext(const IntRect&, bool supportAlphaBlend = true, bool mayCreateBitmap = true);…
364 …dowsContext(HDC, const IntRect&, bool supportAlphaBlend = true, bool mayCreateBitmap = true); /…
403 … HDC getWindowsContext(const IntRect&, bool supportAlphaBlend = true, bool mayCreateBitmap = true);
404 …aseWindowsContext(HDC, const IntRect&, bool supportAlphaBlend = true, bool mayCreateBitmap = true);
/external/webkit/WebCore/platform/graphics/win/
DGraphicsContextCairoWin.cpp87 …eleaseWindowsContext(HDC hdc, const IntRect& dstRect, bool supportAlphaBlend, bool mayCreateBitmap) in releaseWindowsContext() argument
89 if (!mayCreateBitmap || !hdc || !inTransparencyLayer()) { in releaseWindowsContext()
DGraphicsContextWin.cpp103 …icsContext::getWindowsContext(const IntRect& dstRect, bool supportAlphaBlend, bool mayCreateBitmap) in getWindowsContext() argument
106 if (mayCreateBitmap && inTransparencyLayer()) { in getWindowsContext()
DGraphicsContextCGWin.cpp80 …eleaseWindowsContext(HDC hdc, const IntRect& dstRect, bool supportAlphaBlend, bool mayCreateBitmap) in releaseWindowsContext() argument
82 if (mayCreateBitmap && hdc && inTransparencyLayer()) { in releaseWindowsContext()
/external/webkit/WebCore/platform/graphics/wx/
DGraphicsContextWx.cpp575 …icsContext::getWindowsContext(const IntRect& dstRect, bool supportAlphaBlend, bool mayCreateBitmap) in getWindowsContext() argument
615 …eleaseWindowsContext(HDC hdc, const IntRect& dstRect, bool supportAlphaBlend, bool mayCreateBitmap) in releaseWindowsContext() argument
/external/webkit/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp1156 …icsContext::getWindowsContext(const IntRect& dstRect, bool supportAlphaBlend, bool mayCreateBitmap) in getWindowsContext() argument
1159 Q_ASSERT(mayCreateBitmap); in getWindowsContext()
1215 …eleaseWindowsContext(HDC hdc, const IntRect& dstRect, bool supportAlphaBlend, bool mayCreateBitmap) in releaseWindowsContext() argument
1218 Q_ASSERT(mayCreateBitmap); in releaseWindowsContext()
/external/webkit/WebCore/platform/graphics/wince/
DGraphicsContextWince.cpp607 …icsContext::getWindowsContext(const IntRect& dstRect, bool supportAlphaBlend, bool mayCreateBitmap) in getWindowsContext() argument
614 …eleaseWindowsContext(HDC hdc, const IntRect& dstRect, bool supportAlphaBlend, bool mayCreateBitmap) in releaseWindowsContext() argument
/external/webkit/WebCore/
DChangeLog-2008-08-1038512 (WebCore::GraphicsContext::getWindowsContext): Added a mayCreateBitmap
38516 mayCreateBitmap parameter to match getWindowsContext().