Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/
DGraphicsContext.h357 …HDC getWindowsContext(const IntRect&, bool supportAlphaBlend = false, bool mayCreateBitmap = true)…
358 …void releaseWindowsContext(HDC, const IntRect&, bool supportAlphaBlend = false, bool mayCreateBitm…
363 …HDC getWindowsContext(const IntRect&, bool supportAlphaBlend = true, bool mayCreateBitmap = true);…
364 …void releaseWindowsContext(HDC, const IntRect&, bool supportAlphaBlend = true, bool mayCreateBitma…
403 … HDC getWindowsContext(const IntRect&, bool supportAlphaBlend = true, bool mayCreateBitmap = true);
404 …void releaseWindowsContext(HDC, const IntRect&, bool supportAlphaBlend = true, bool mayCreateBitma…
/external/webkit/WebCore/platform/graphics/wx/
DGraphicsContextWx.cpp575 HDC GraphicsContext::getWindowsContext(const IntRect& dstRect, bool supportAlphaBlend, bool mayCrea… in getWindowsContext() argument
606 if (supportAlphaBlend) { in getWindowsContext()
615 void GraphicsContext::releaseWindowsContext(HDC hdc, const IntRect& dstRect, bool supportAlphaBlend in releaseWindowsContext() argument
629 if (supportAlphaBlend) in releaseWindowsContext()
632 m_data->context->DrawBitmap(bmp, dstRect.x(), dstRect.y(), supportAlphaBlend); in releaseWindowsContext()
/external/webkit/WebCore/platform/graphics/win/
DGraphicsContextWin.cpp103 HDC GraphicsContext::getWindowsContext(const IntRect& dstRect, bool supportAlphaBlend, bool mayCrea… in getWindowsContext() argument
122 if (supportAlphaBlend) in getWindowsContext()
DGraphicsContextCGWin.cpp80 void GraphicsContext::releaseWindowsContext(HDC hdc, const IntRect& dstRect, bool supportAlphaBlend in releaseWindowsContext() argument
97 … (supportAlphaBlend ? kCGImageAlphaPremultipliedFirst : kCGImageAlphaNoneSkipFirst)); in releaseWindowsContext()
DGraphicsContextCairoWin.cpp87 void GraphicsContext::releaseWindowsContext(HDC hdc, const IntRect& dstRect, bool supportAlphaBlend in releaseWindowsContext() argument
/external/webkit/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp1156 HDC GraphicsContext::getWindowsContext(const IntRect& dstRect, bool supportAlphaBlend, bool mayCrea… in getWindowsContext() argument
1190 if (supportAlphaBlend) { in getWindowsContext()
1215 void GraphicsContext::releaseWindowsContext(HDC hdc, const IntRect& dstRect, bool supportAlphaBlend in releaseWindowsContext() argument
1229 …QPixmap pixmap = QPixmap::fromWinHBITMAP(bitmap, supportAlphaBlend ? QPixmap::PremultipliedAlpha :… in releaseWindowsContext()
/external/webkit/WebCore/platform/graphics/wince/
DGraphicsContextWince.cpp607 HDC GraphicsContext::getWindowsContext(const IntRect& dstRect, bool supportAlphaBlend, bool mayCrea… in getWindowsContext() argument
614 void GraphicsContext::releaseWindowsContext(HDC hdc, const IntRect& dstRect, bool supportAlphaBlend in releaseWindowsContext() argument