Searched refs:beginTransparencyLayer (Results 1 - 20 of 20) sorted by relevance

/external/webkit/WebCore/platform/graphics/cg/
H A DGraphicsContextPlatformPrivateCG.h64 void beginTransparencyLayer() {} function in class:WebCore::GraphicsContextPlatformPrivate
79 void beginTransparencyLayer() { m_transparencyCount++; } function in class:WebCore::GraphicsContextPlatformPrivate
H A DGraphicsContextCG.cpp744 void GraphicsContext::beginTransparencyLayer(float opacity) function in class:WebCore::GraphicsContext
752 m_data->beginTransparencyLayer();
/external/webkit/WebCore/platform/graphics/cairo/
H A DGraphicsContextPlatformPrivateCairo.h76 void beginTransparencyLayer() { m_transparencyCount++; } function in class:WebCore::GraphicsContextPlatformPrivate
91 void beginTransparencyLayer() {} function in class:WebCore::GraphicsContextPlatformPrivate
H A DGraphicsContextCairo.cpp885 void GraphicsContext::beginTransparencyLayer(float opacity) function in class:WebCore::GraphicsContext
893 m_data->beginTransparencyLayer();
/external/webkit/WebCore/rendering/
H A DRenderForeignObject.cpp60 childPaintInfo.context->beginTransparencyLayer(opacity);
H A DSVGRenderSupport.cpp101 paintInfo.context->beginTransparencyLayer(opacity);
107 paintInfo.context->beginTransparencyLayer(1.0f);
H A DInlineFlowBox.cpp854 paintInfo.context->beginTransparencyLayer(1.0f);
H A DRenderBox.cpp720 paintInfo.context->beginTransparencyLayer(1.0f);
H A DRenderLayer.cpp844 p->beginTransparencyLayer(renderer()->opacity());
/external/webkit/WebKit/chromium/tests/
H A DTransparencyWinTest.cpp319 src->context()->beginTransparencyLayer(0.5);
425 src->context()->beginTransparencyLayer(0.5);
593 src->context()->beginTransparencyLayer(0.5);
/external/webkit/WebCore/platform/graphics/chromium/
H A DFontChromiumWin.cpp140 m_graphicsContext->beginTransparencyLayer(layerAlpha);
153 m_graphicsContext->beginTransparencyLayer(layerAlpha);
/external/webkit/WebCore/svg/graphics/
H A DSVGImage.cpp188 context->beginTransparencyLayer(1);
/external/webkit/WebCore/platform/graphics/haiku/
H A DGraphicsContextHaiku.cpp254 void GraphicsContext::beginTransparencyLayer(float opacity) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/openvg/
H A DGraphicsContextOpenVG.cpp307 void GraphicsContext::beginTransparencyLayer(float opacity) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/
H A DGraphicsContext.h298 void beginTransparencyLayer(float opacity);
/external/webkit/WebCore/platform/graphics/wx/
H A DGraphicsContextWx.cpp529 void GraphicsContext::beginTransparencyLayer(float) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/android/
H A DGraphicsContextAndroid.cpp825 void GraphicsContext::beginTransparencyLayer(float opacity) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/skia/
H A DGraphicsContextSkia.cpp261 void GraphicsContext::beginTransparencyLayer(float opacity) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/qt/
H A DGraphicsContextQt.cpp788 void GraphicsContext::beginTransparencyLayer(float opacity) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/wince/
H A DGraphicsContextWince.cpp1135 void GraphicsContext::beginTransparencyLayer(float opacity) function in class:WebCore::GraphicsContext

Completed in 997 milliseconds