Searched defs:hasBlendMode (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGRenderingContext.cpp114 bool hasBlendMode = style->hasBlendMode() && !isRenderingMask; local
116 if (opacity < 1 || hasBlendMode || style->hasIsolation()) {
120 if (hasBlendMode) {
130 if (hasBlendMode)
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.cpp828 bool RenderStyle::hasBlendMode() const function in class:blink::RenderStyle
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.cpp2761 bool RenderObject::hasBlendMode() const function in class:blink::RenderObject
2763 return RuntimeEnabledFeatures::cssCompositingEnabled() && style() && style()->hasBlendMode();

Completed in 675 milliseconds