Home
last modified time | relevance | path

Searched refs:_colorInterpolation (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DSVGRenderStyle.h135 …void setColorInterpolation(EColorInterpolation val) { svg_inherited_flags._colorInterpolation = va… in setColorInterpolation()
284 …olorInterpolation() const { return (EColorInterpolation) svg_inherited_flags._colorInterpolation; } in colorInterpolation()
340 && (_colorInterpolation == other._colorInterpolation)
360 unsigned _colorInterpolation : 2; // EColorInterpolation member
414 svg_inherited_flags._colorInterpolation = initialColorInterpolation(); in setBitDefaults()
DSVGRenderStyle.cpp207 || svg_inherited_flags._colorInterpolation != other->svg_inherited_flags._colorInterpolation in diff()