Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/web/tests/
DGraphicsContextTest.cpp241 context.beginTransparencyLayer(1); in TEST()
245 context.beginTransparencyLayer(1); in TEST()
279 context.beginTransparencyLayer(1); in TEST()
283 context.beginTransparencyLayer(1); in TEST()
942 context.beginTransparencyLayer(0.5); in TEST()
952 context.beginTransparencyLayer(0.5); in TEST()
1038 context.beginTransparencyLayer(0.5); in TEST()
1042 context.beginTransparencyLayer(0.5); in TEST()
1060 context.beginTransparencyLayer(0.5); in TEST()
1072 context.beginTransparencyLayer(0.5); in TEST()
DTransparencyWinTest.cpp274 src->context()->beginTransparencyLayer(0.5); in TEST()
440 src->context()->beginTransparencyLayer(0.5); in TEST()
606 src->context()->beginTransparencyLayer(0.5); in TEST()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DCrossfadeGeneratedImage.cpp60 context->beginTransparencyLayer(1); in drawCrossfade()
DGraphicsContext.h305 void beginTransparencyLayer(float opacity, const FloatRect* = 0);
DGraphicsContext.cpp472 void GraphicsContext::beginTransparencyLayer(float opacity, const FloatRect* bounds) in beginTransparencyLayer() function in WebCore::GraphicsContext
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceMasker.cpp74 context->beginTransparencyLayer(1, &repaintRect); in applyResource()
DSVGRenderingContext.cpp130 m_paintInfo->context->beginTransparencyLayer(opacity); in prepareToRenderSVGContent()
DRenderSVGResourceClipper.cpp180 context->beginTransparencyLayer(1, &repaintRect); in applyClippingToContext()
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
DSVGImage.cpp246 context->beginTransparencyLayer(1); in draw()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBoxModelObject.cpp656 context->beginTransparencyLayer(1); in paintFillLayerExtended()
750 context->beginTransparencyLayer(1); in paintFillLayerExtended()
1721 graphicsContext->beginTransparencyLayer(static_cast<float>(commonColor.alpha()) / 255); in paintTranslucentBorderSides()
DRenderBox.cpp1287 paintInfo.context->beginTransparencyLayer(1); in paintBoxDecorationsWithRect()
1528 paintInfo.context->beginTransparencyLayer(1); in paintMaskImages()
1593 context->beginTransparencyLayer(1); in paintFillLayers()
DRenderInline.cpp1441 graphicsContext->beginTransparencyLayer(static_cast<float>(outlineColor.alpha()) / 255); in paintOutline()
DInlineFlowBox.cpp1356 paintInfo.context->beginTransparencyLayer(1.0f); in paintMask()
DRenderObject.cpp1231 graphicsContext->beginTransparencyLayer(static_cast<float>(outlineColor.alpha()) / 255); in paintOutline()
DRenderLayer.cpp1356 context->beginTransparencyLayer(renderer()->opacity()); in beginTransparencyLayers()