Home
last modified time | relevance | path

Searched refs:EColorInterpolation (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DSVGRenderStyle.h62 static EColorInterpolation initialColorInterpolation() { return CI_SRGB; } in initialColorInterpolation()
63 static EColorInterpolation initialColorInterpolationFilters() { return CI_LINEARRGB; } in initialColorInterpolationFilters()
135 …void setColorInterpolation(EColorInterpolation val) { svg_inherited_flags._colorInterpolation = va… in setColorInterpolation()
136 …void setColorInterpolationFilters(EColorInterpolation val) { svg_inherited_flags._colorInterpolati… in setColorInterpolationFilters()
284EColorInterpolation colorInterpolation() const { return (EColorInterpolation) svg_inherited_flags.… in colorInterpolation()
285EColorInterpolation colorInterpolationFilters() const { return (EColorInterpolation) svg_inherited… in colorInterpolationFilters()
DSVGRenderStyleDefs.h51 enum EColorInterpolation { enum
/external/webkit/Source/WebCore/css/
DCSSPrimitiveValueMappings.h2645 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EColorInterpolation e) in CSSPrimitiveValue()
2662 template<> inline CSSPrimitiveValue::operator EColorInterpolation() const in EColorInterpolation() function
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1081291 (WebCore::CSSPrimitiveValue::operator EColorInterpolation):