Searched refs:hasBlendMode (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerBlendInfo.cpp61 bool RenderLayerBlendInfo::hasBlendMode() const function in class:WebCore::RenderLayerBlendInfo
63 return RuntimeEnabledFeatures::cssCompositingEnabled() && m_renderer.hasBlendMode();
80 if (layer->parent() && (!hadBlendMode || !hasBlendMode()))
H A DRenderLayerBlendInfo.h61 bool hasBlendMode() const;
H A DRenderObject.h567 bool hasBlendMode() const;
969 bool createsGroup() const { return isTransparent() || hasMask() || hasFilter() || hasBlendMode(); }
H A DRenderLayer.cpp828 bool childLayerHasBlendMode = childLayerHadBlendMode || child->blendInfo().hasBlendMode();
1403 if (child->blendInfo().hasBlendMode() || child->blendInfo().childLayerHasBlendMode())
1441 if (oldChild->m_blendInfo.hasBlendMode() || oldChild->blendInfo().childLayerHasBlendMode())
3548 return m_blendInfo.hasBlendMode() && compositingState() != PaintsIntoOwnBacking;
H A DRenderTreeAsText.cpp554 if (l.blendInfo().hasBlendMode())
H A DRenderObject.cpp3154 bool RenderObject::hasBlendMode() const function in class:WebCore::RenderObject
3156 return RuntimeEnabledFeatures::cssCompositingEnabled() && style() && style()->hasBlendMode();
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGRenderingContext.cpp119 bool hasBlendMode = style->hasBlendMode() && !isRenderingMask; local
121 if (opacity < 1 || hasBlendMode || style->hasIsolation()) {
125 if (hasBlendMode) {
135 if (hasBlendMode)
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DCompositingRequirementsUpdater.cpp186 ASSERT((renderer->isTransparent() || renderer->hasMask() || renderer->hasFilter() || renderer->hasBlendMode()) == renderer->createsGroup());
193 if (renderer->hasBlendMode())
434 if (willBeCompositedOrSquashed && layer->blendInfo().hasBlendMode())
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleAdjuster.cpp230 || style->hasBlendMode()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.cpp855 bool RenderStyle::hasBlendMode() const function in class:WebCore::RenderStyle
H A DRenderStyle.h952 bool hasBlendMode() const;

Completed in 208 milliseconds