Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/css/
DSVGCSSComputedStyleDeclaration.cpp88 return CSSPrimitiveValue::create(svgStyle->colorInterpolation()); in getSVGPropertyCSSValue()
DSVGCSSStyleSelector.cpp177 HANDLE_INHERIT_AND_INITIAL(colorInterpolation, ColorInterpolation) in applySVGProperty()
/external/webkit/Source/WebCore/rendering/style/
DSVGRenderStyle.h284 …EColorInterpolation colorInterpolation() const { return (EColorInterpolation) svg_inherited_flags.… in colorInterpolation() function