Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/win/
DLocalWindowsContext.h37 …Context(GraphicsContext* graphicsContext, const IntRect& rect, bool supportAlphaBlend = true, bool…
40 , m_supportAlphaBlend(supportAlphaBlend) in m_graphicsContext()
DGraphicsContextCairoWin.cpp123 void GraphicsContext::releaseWindowsContext(HDC hdc, const IntRect& dstRect, bool supportAlphaBlend in releaseWindowsContext() argument
143 if (!supportAlphaBlend) in releaseWindowsContext()
DGraphicsContextWin.cpp100 HDC GraphicsContext::getWindowsContext(const IntRect& dstRect, bool supportAlphaBlend, bool mayCrea… in getWindowsContext() argument
119 if (supportAlphaBlend) in getWindowsContext()
DGraphicsContextCGWin.cpp90 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/
DGraphicsContext.h465 …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/
DGraphicsContextWx.cpp611 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/
DGraphicsContextQt.cpp1287 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/
DGraphicsContextWinCE.cpp604 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