Home
last modified time | relevance | path

Searched refs:colorInterpolation (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceMasker.cpp91 ColorFilter maskContentFilter = svgStyle.colorInterpolation() == CI_LINEARRGB in postApplyResource()
/external/chromium_org/third_party/WebKit/Source/core/css/
DSVGCSSComputedStyleDeclaration.cpp135 return CSSPrimitiveValue::create(svgStyle.colorInterpolation()); in getSVGPropertyCSSValue()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DSVGRenderStyle.h294 …EColorInterpolation colorInterpolation() const { return (EColorInterpolation) svg_inherited_flags.… in colorInterpolation() function