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

12

/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DGraphicsContextPlatformPrivateCairo.h81 void beginTransparencyLayer() { m_transparencyCount++; } function in class:WebCore::GraphicsContextPlatformPrivate
96 void beginTransparencyLayer() {} function in class:WebCore::GraphicsContextPlatformPrivate
H A DGraphicsContextCairo.cpp924 void GraphicsContext::beginTransparencyLayer(float opacity) function in class:WebCore::GraphicsContext
932 m_data->beginTransparencyLayer();
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DGraphicsContextPlatformPrivateCG.h71 void beginTransparencyLayer() {} function in class:WebCore::GraphicsContextPlatformPrivate
87 void beginTransparencyLayer() { m_transparencyCount++; } function in class:WebCore::GraphicsContextPlatformPrivate
H A DGraphicsContextCG.cpp892 void GraphicsContext::beginTransparencyLayer(float opacity) function in class:WebCore::GraphicsContext
900 m_data->beginTransparencyLayer();
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGForeignObject.cpp61 childPaintInfo.context->beginTransparencyLayer(opacity);
H A DSVGRenderSupport.cpp98 paintInfo.context->beginTransparencyLayer(opacity);
104 paintInfo.context->beginTransparencyLayer(1);
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DPageOverlay.cpp108 graphicsContext.beginTransparencyLayer(1);
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContextSkia.h50 virtual void beginTransparencyLayer(float opacity);
H A DGraphicsContextAndroid.cpp322 void GraphicsContext::beginTransparencyLayer(float opacity) function in class:WebCore::GraphicsContext
327 platformContext()->beginTransparencyLayer(opacity);
H A DPlatformGraphicsContext.h57 virtual void beginTransparencyLayer(float opacity) = 0;
H A DPlatformGraphicsContextRecording.h72 virtual void beginTransparencyLayer(float opacity);
H A DPlatformGraphicsContextRecording.cpp176 context->beginTransparencyLayer(m_opacity);
535 void PlatformGraphicsContextRecording::beginTransparencyLayer(float opacity) function in class:WebCore::PlatformGraphicsContextRecording
H A DPlatformGraphicsContextSkia.cpp93 void PlatformGraphicsContextSkia::beginTransparencyLayer(float opacity) function in class:WebCore::PlatformGraphicsContextSkia
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontChromiumWin.cpp141 m_graphicsContext->beginTransparencyLayer(layerAlpha);
154 m_graphicsContext->beginTransparencyLayer(layerAlpha);
/external/webkit/Source/WebCore/svg/graphics/
H A DSVGImage.cpp189 context->beginTransparencyLayer(1);
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DGraphicsContextHaiku.cpp252 void GraphicsContext::beginTransparencyLayer(float opacity) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DGraphicsContextOpenVG.cpp288 void GraphicsContext::beginTransparencyLayer(float opacity) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebKit/chromium/tests/
H A DTransparencyWinTest.cpp316 src->context()->beginTransparencyLayer(0.5);
422 src->context()->beginTransparencyLayer(0.5);
588 src->context()->beginTransparencyLayer(0.5);
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext.h405 void beginTransparencyLayer(float opacity);
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DGraphicsContextWx.cpp560 void GraphicsContext::beginTransparencyLayer(float) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DGraphicsContextSkia.cpp266 void GraphicsContext::beginTransparencyLayer(float opacity) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContextQt.cpp958 void GraphicsContext::beginTransparencyLayer(float opacity) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/rendering/
H A DInlineFlowBox.cpp1202 paintInfo.context->beginTransparencyLayer(1.0f);
H A DRenderBoxModelObject.cpp1319 graphicsContext->beginTransparencyLayer(static_cast<float>(commonColor.alpha()) / 255);
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DGraphicsContextWinCE.cpp1116 void GraphicsContext::beginTransparencyLayer(float opacity) function in class:WebCore::GraphicsContext

Completed in 320 milliseconds

12