EColorInterpolation 4254 Source/core/css/CSSPrimitiveValueMappings.h template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EColorInterpolation e)
EColorInterpolation 4271 Source/core/css/CSSPrimitiveValueMappings.h template<> inline CSSPrimitiveValue::operator EColorInterpolation() const
EColorInterpolation   64 Source/core/rendering/style/SVGRenderStyle.h     static EColorInterpolation initialColorInterpolation() { return CI_SRGB; }
EColorInterpolation   65 Source/core/rendering/style/SVGRenderStyle.h     static EColorInterpolation initialColorInterpolationFilters() { return CI_LINEARRGB; }
EColorInterpolation  134 Source/core/rendering/style/SVGRenderStyle.h     void setColorInterpolation(EColorInterpolation val) { svg_inherited_flags._colorInterpolation = val; }
EColorInterpolation  135 Source/core/rendering/style/SVGRenderStyle.h     void setColorInterpolationFilters(EColorInterpolation val) { svg_inherited_flags._colorInterpolationFilters = val; }
EColorInterpolation  311 Source/core/rendering/style/SVGRenderStyle.h     EColorInterpolation colorInterpolation() const { return (EColorInterpolation) svg_inherited_flags._colorInterpolation; }
EColorInterpolation  312 Source/core/rendering/style/SVGRenderStyle.h     EColorInterpolation colorInterpolationFilters() const { return (EColorInterpolation) svg_inherited_flags._colorInterpolationFilters; }
EColorInterpolation   80 Source/core/rendering/svg/ReferenceFilterBuilder.cpp     EColorInterpolation eColorInterpolation = CI_AUTO;
EColorInterpolation   91 Source/core/rendering/svg/ReferenceFilterBuilder.cpp             eColorInterpolation = (EColorInterpolation)primitiveValue;