Searched refs:supportAlphaBlend (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | LocalWindowsContext.h | 37 …Context(GraphicsContext* graphicsContext, const IntRect& rect, bool supportAlphaBlend = true, bool… 40 , m_supportAlphaBlend(supportAlphaBlend) in m_graphicsContext()
|
D | GraphicsContextCairoWin.cpp | 123 void GraphicsContext::releaseWindowsContext(HDC hdc, const IntRect& dstRect, bool supportAlphaBlend… in releaseWindowsContext() argument 143 if (!supportAlphaBlend) in releaseWindowsContext()
|
D | GraphicsContextWin.cpp | 100 HDC GraphicsContext::getWindowsContext(const IntRect& dstRect, bool supportAlphaBlend, bool mayCrea… in getWindowsContext() argument 119 if (supportAlphaBlend) in getWindowsContext()
|
D | GraphicsContextCGWin.cpp | 90 void GraphicsContext::releaseWindowsContext(HDC hdc, const IntRect& dstRect, bool supportAlphaBlend… in releaseWindowsContext() argument 109 … (supportAlphaBlend ? kCGImageAlphaPremultipliedFirst : kCGImageAlphaNoneSkipFirst)); in releaseWindowsContext()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext.h | 465 …HDC getWindowsContext(const IntRect&, bool supportAlphaBlend = false, bool mayCreateBitmap = true)… 466 …void releaseWindowsContext(HDC, const IntRect&, bool supportAlphaBlend = false, bool mayCreateBitm… 471 …HDC getWindowsContext(const IntRect&, bool supportAlphaBlend = true, bool mayCreateBitmap = true);… 472 …void releaseWindowsContext(HDC, const IntRect&, bool supportAlphaBlend = true, bool mayCreateBitma… 511 … HDC getWindowsContext(const IntRect&, bool supportAlphaBlend = true, bool mayCreateBitmap = true); 512 …void releaseWindowsContext(HDC, const IntRect&, bool supportAlphaBlend = true, bool mayCreateBitma…
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
D | GraphicsContextWx.cpp | 611 HDC GraphicsContext::getWindowsContext(const IntRect& dstRect, bool supportAlphaBlend, bool mayCrea… in getWindowsContext() argument 642 if (supportAlphaBlend) { in getWindowsContext() 651 void GraphicsContext::releaseWindowsContext(HDC hdc, const IntRect& dstRect, bool supportAlphaBlend… in releaseWindowsContext() argument 665 if (supportAlphaBlend) in releaseWindowsContext() 668 m_data->context->DrawBitmap(bmp, dstRect.x(), dstRect.y(), supportAlphaBlend); in releaseWindowsContext()
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsContextQt.cpp | 1287 HDC GraphicsContext::getWindowsContext(const IntRect& dstRect, bool supportAlphaBlend, bool mayCrea… in getWindowsContext() argument 1321 if (supportAlphaBlend) { in getWindowsContext() 1346 void GraphicsContext::releaseWindowsContext(HDC hdc, const IntRect& dstRect, bool supportAlphaBlend… in releaseWindowsContext() argument 1360 …QPixmap pixmap = QPixmap::fromWinHBITMAP(bitmap, supportAlphaBlend ? QPixmap::PremultipliedAlpha :… in releaseWindowsContext()
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | GraphicsContextWinCE.cpp | 604 HDC GraphicsContext::getWindowsContext(const IntRect& dstRect, bool supportAlphaBlend, bool mayCrea… in getWindowsContext() argument 607 ASSERT(!supportAlphaBlend); in getWindowsContext() 611 void GraphicsContext::releaseWindowsContext(HDC hdc, const IntRect& dstRect, bool supportAlphaBlend… in releaseWindowsContext() argument
|