/external/webkit/Source/WebCore/platform/graphics/cg/ |
D | GraphicsContextPlatformPrivateCG.h | 71 void beginTransparencyLayer() {} in beginTransparencyLayer() function 87 void beginTransparencyLayer() { m_transparencyCount++; } in beginTransparencyLayer() function
|
D | GraphicsContextCG.cpp | 892 void GraphicsContext::beginTransparencyLayer(float opacity) in beginTransparencyLayer() function in WebCore::GraphicsContext 900 m_data->beginTransparencyLayer(); in beginTransparencyLayer()
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
D | GraphicsContextPlatformPrivateCairo.h | 81 void beginTransparencyLayer() { m_transparencyCount++; } in beginTransparencyLayer() function 96 void beginTransparencyLayer() {} in beginTransparencyLayer() function
|
D | GraphicsContextCairo.cpp | 924 void GraphicsContext::beginTransparencyLayer(float opacity) in beginTransparencyLayer() function in WebCore::GraphicsContext 932 m_data->beginTransparencyLayer(); in beginTransparencyLayer()
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
D | PageOverlay.cpp | 108 graphicsContext.beginTransparencyLayer(1); in drawRect()
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | SVGRenderSupport.cpp | 98 paintInfo.context->beginTransparencyLayer(opacity); in prepareToRenderSVGContent() 104 paintInfo.context->beginTransparencyLayer(1); in prepareToRenderSVGContent()
|
D | RenderSVGForeignObject.cpp | 61 childPaintInfo.context->beginTransparencyLayer(opacity); in paint()
|
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
D | GraphicsContextAndroid.cpp | 320 void GraphicsContext::beginTransparencyLayer(float opacity) in beginTransparencyLayer() function in WebCore::GraphicsContext 325 platformContext()->beginTransparencyLayer(opacity); in beginTransparencyLayer()
|
D | PlatformGraphicsContextSkia.h | 50 virtual void beginTransparencyLayer(float opacity);
|
D | PlatformGraphicsContextRecording.h | 75 virtual void beginTransparencyLayer(float opacity);
|
D | PlatformGraphicsContext.h | 57 virtual void beginTransparencyLayer(float opacity) = 0;
|
D | PlatformGraphicsContextRecording.cpp | 177 context->beginTransparencyLayer(m_opacity); in enterState() 536 void PlatformGraphicsContextRecording::beginTransparencyLayer(float opacity) in beginTransparencyLayer() function in WebCore::PlatformGraphicsContextRecording
|
D | PlatformGraphicsContextSkia.cpp | 94 void PlatformGraphicsContextSkia::beginTransparencyLayer(float opacity) in beginTransparencyLayer() function in WebCore::PlatformGraphicsContextSkia
|
/external/webkit/Source/WebKit/chromium/tests/ |
D | TransparencyWinTest.cpp | 316 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/ |
D | FontChromiumWin.cpp | 141 m_graphicsContext->beginTransparencyLayer(layerAlpha); in initializeForGDI() 154 m_graphicsContext->beginTransparencyLayer(layerAlpha); in initializeForGDI()
|
/external/webkit/Source/WebCore/svg/graphics/ |
D | SVGImage.cpp | 189 context->beginTransparencyLayer(1); in draw()
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
D | GraphicsContextHaiku.cpp | 252 void GraphicsContext::beginTransparencyLayer(float opacity) in beginTransparencyLayer() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
D | GraphicsContextOpenVG.cpp | 288 void GraphicsContext::beginTransparencyLayer(float opacity) in beginTransparencyLayer() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext.h | 405 void beginTransparencyLayer(float opacity);
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
D | GraphicsContextWx.cpp | 560 void GraphicsContext::beginTransparencyLayer(float) in beginTransparencyLayer() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | GraphicsContextSkia.cpp | 266 void GraphicsContext::beginTransparencyLayer(float opacity) in beginTransparencyLayer() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsContextQt.cpp | 958 void GraphicsContext::beginTransparencyLayer(float opacity) in beginTransparencyLayer() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/rendering/ |
D | InlineFlowBox.cpp | 1202 paintInfo.context->beginTransparencyLayer(1.0f); in paintMask()
|
D | RenderBoxModelObject.cpp | 1319 graphicsContext->beginTransparencyLayer(static_cast<float>(commonColor.alpha()) / 255); in paintTranslucentBorderSides()
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | GraphicsContextWinCE.cpp | 1116 void GraphicsContext::beginTransparencyLayer(float opacity) in beginTransparencyLayer() function in WebCore::GraphicsContext
|