WebBlendModeNormal 3676 Source/core/css/CSSPrimitiveValueMappings.h     case blink::WebBlendModeNormal:
WebBlendModeNormal 3732 Source/core/css/CSSPrimitiveValueMappings.h         return blink::WebBlendModeNormal;
WebBlendModeNormal 3768 Source/core/css/CSSPrimitiveValueMappings.h     return blink::WebBlendModeNormal;
WebBlendModeNormal  327 Source/core/html/HTMLCanvasElement.cpp                 context->drawImageBuffer(imageBuffer, pixelSnappedIntRect(r), compositeOperator, blink::WebBlendModeNormal);
WebBlendModeNormal  171 Source/core/html/HTMLImageElement.cpp         blink::WebBlendMode blendOp = blink::WebBlendModeNormal;
WebBlendModeNormal  240 Source/core/html/canvas/CanvasRenderingContext2D.cpp     , m_globalBlend(blink::WebBlendModeNormal)
WebBlendModeNormal  666 Source/core/html/canvas/CanvasRenderingContext2D.cpp     blink::WebBlendMode blendMode = blink::WebBlendModeNormal;
WebBlendModeNormal 1511 Source/core/html/canvas/CanvasRenderingContext2D.cpp     blink::WebBlendMode blendMode = c ? c->blendModeOperation() : blink::WebBlendModeNormal;
WebBlendModeNormal 1606 Source/core/html/canvas/CanvasRenderingContext2D.cpp     blink::WebBlendMode blendOp = blink::WebBlendModeNormal;
WebBlendModeNormal 1607 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (!parseCompositeAndBlendOperator(compositeOperation, op, blendOp) || blendOp != blink::WebBlendModeNormal)
WebBlendModeNormal 2443 Source/core/html/canvas/CanvasRenderingContext2D.cpp     c->setCompositeOperation(CompositeSourceOver, blink::WebBlendModeNormal);
WebBlendModeNormal 1509 Source/core/rendering/RenderBox.cpp         if (!shouldDrawBackgroundInSeparateBuffer && curLayer->blendMode() != blink::WebBlendModeNormal)
WebBlendModeNormal 1513 Source/core/rendering/RenderBox.cpp         if (curLayer->clipOccludesNextLayers(curLayer == fillLayer) && curLayer->hasOpaqueImage(this) && curLayer->image()->canRender(this, style()->effectiveZoom()) && curLayer->hasRepeatXY() && curLayer->blendMode() == blink::WebBlendModeNormal && !boxShadowShouldBeAppliedToBackground(bleedAvoidance))
WebBlendModeNormal 1392 Source/core/rendering/RenderLayer.cpp             context->setCompositeOperation(context->compositeOperation(), blink::WebBlendModeNormal);
WebBlendModeNormal   55 Source/core/rendering/RenderLayerBlendInfo.cpp     , m_blendMode(blink::WebBlendModeNormal)
WebBlendModeNormal   75 Source/core/rendering/RenderLayerBlendInfo.cpp     bool hadBlendMode = m_blendMode != blink::WebBlendModeNormal;
WebBlendModeNormal 1803 Source/core/rendering/compositing/CompositedLayerMapping.cpp         m_graphicsLayer->setBlendMode(blink::WebBlendModeNormal);
WebBlendModeNormal  364 Source/core/rendering/style/FillLayer.cpp     if (m_blendMode != blink::WebBlendModeNormal)
WebBlendModeNormal  185 Source/core/rendering/style/FillLayer.h     static blink::WebBlendMode initialFillBlendMode(EFillLayerType) { return blink::WebBlendModeNormal; }
WebBlendModeNormal  799 Source/core/rendering/style/RenderStyle.cpp     return blink::WebBlendModeNormal;
WebBlendModeNormal  811 Source/core/rendering/style/RenderStyle.cpp         return static_cast<blink::WebBlendMode>(rareNonInheritedData->m_effectiveBlendMode) != blink::WebBlendModeNormal;
WebBlendModeNormal 1697 Source/core/rendering/style/RenderStyle.h     static blink::WebBlendMode initialBlendMode() { return blink::WebBlendModeNormal; }
WebBlendModeNormal  135 Source/core/rendering/svg/SVGRenderingContext.cpp             m_paintInfo->context->setCompositeOperation(CompositeSourceOver, blink::WebBlendModeNormal);
WebBlendModeNormal  208 Source/core/svg/graphics/SVGImage.cpp     drawForContainer(buffer->context(), size(), 1, rect(), rect(), CompositeSourceOver, blink::WebBlendModeNormal);
WebBlendModeNormal  236 Source/core/svg/graphics/SVGImage.cpp     drawForContainer(buffer->context(), containerSize, zoom, imageBufferSize, zoomedContainerRect, CompositeSourceOver, blink::WebBlendModeNormal);
WebBlendModeNormal  255 Source/core/svg/graphics/SVGImage.cpp     bool compositingRequiresTransparencyLayer = compositeOp != CompositeSourceOver || blendMode != blink::WebBlendModeNormal;
WebBlendModeNormal  261 Source/core/svg/graphics/SVGImage.cpp             context->setCompositeOperation(CompositeSourceOver, blink::WebBlendModeNormal);
WebBlendModeNormal 1037 Source/platform/graphics/GraphicsContext.cpp     drawImage(image, dest, src, op, blink::WebBlendModeNormal, shouldRespectImageOrientation);
WebBlendModeNormal  169 Source/platform/graphics/GraphicsContext.h     void setCompositeOperation(CompositeOperator, blink::WebBlendMode = blink::WebBlendModeNormal);
WebBlendModeNormal  260 Source/platform/graphics/GraphicsContext.h         CompositeOperator = CompositeSourceOver, blink::WebBlendMode = blink::WebBlendModeNormal, const IntSize& repeatSpacing = IntSize());
WebBlendModeNormal  265 Source/platform/graphics/GraphicsContext.h     void drawImageBuffer(ImageBuffer*, const IntPoint&, CompositeOperator = CompositeSourceOver, blink::WebBlendMode = blink::WebBlendModeNormal);
WebBlendModeNormal  266 Source/platform/graphics/GraphicsContext.h     void drawImageBuffer(ImageBuffer*, const IntRect&, CompositeOperator = CompositeSourceOver, blink::WebBlendMode = blink::WebBlendModeNormal);
WebBlendModeNormal  267 Source/platform/graphics/GraphicsContext.h     void drawImageBuffer(ImageBuffer*, const IntPoint& destPoint, const IntRect& srcRect, CompositeOperator = CompositeSourceOver, blink::WebBlendMode = blink::WebBlendModeNormal);
WebBlendModeNormal  268 Source/platform/graphics/GraphicsContext.h     void drawImageBuffer(ImageBuffer*, const IntRect& destRect, const IntRect& srcRect, CompositeOperator = CompositeSourceOver, blink::WebBlendMode = blink::WebBlendModeNormal);
WebBlendModeNormal  270 Source/platform/graphics/GraphicsContext.h     void drawImageBuffer(ImageBuffer*, const FloatRect& destRect, const FloatRect& srcRect, CompositeOperator = CompositeSourceOver, blink::WebBlendMode = blink::WebBlendModeNormal);
WebBlendModeNormal   17 Source/platform/graphics/GraphicsContextState.cpp     , m_blendMode(blink::WebBlendModeNormal)
WebBlendModeNormal   84 Source/platform/graphics/GraphicsLayer.cpp     , m_blendMode(blink::WebBlendModeNormal)
WebBlendModeNormal  569 Source/platform/graphics/GraphicsLayer.cpp     if (m_blendMode != blink::WebBlendModeNormal) {
WebBlendModeNormal   76 Source/platform/graphics/GraphicsTypes.cpp             blendOp = blink::WebBlendModeNormal;
WebBlendModeNormal  101 Source/platform/graphics/GraphicsTypes.cpp     if (blendOp != blink::WebBlendModeNormal)
WebBlendModeNormal  118 Source/platform/graphics/Image.h         const FloatRect&, blink::WebBlendMode = blink::WebBlendModeNormal, const IntSize& repeatSpacing = IntSize());
WebBlendModeNormal  130 Source/platform/graphics/ImageBuffer.h     void draw(GraphicsContext*, const FloatRect&, const FloatRect& = FloatRect(0, 0, -1, -1), CompositeOperator = CompositeSourceOver, blink::WebBlendMode = blink::WebBlendModeNormal);
WebBlendModeNormal   83 Source/platform/graphics/skia/SkiaUtils.cpp     if (blendMode != blink::WebBlendModeNormal) {
WebBlendModeNormal   54 Source/platform/graphics/skia/SkiaUtils.h PassRefPtr<SkXfermode> WebCoreCompositeToSkiaComposite(CompositeOperator, blink::WebBlendMode = blink::WebBlendModeNormal);