Home
last modified time | relevance | path

Searched refs:beginTransparencyLayer (Results 1 – 25 of 40) sorted by relevance

12

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

12