HomeSort by relevance Sort by last modified time
    Searched refs:_colorInterpolation (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.h 134 void setColorInterpolation(EColorInterpolation val) { svg_inherited_flags._colorInterpolation = val; }
311 EColorInterpolation colorInterpolation() const { return (EColorInterpolation) svg_inherited_flags._colorInterpolation; }
379 && (_colorInterpolation == other._colorInterpolation)
399 unsigned _colorInterpolation : 2; // EColorInterpolation
454 svg_inherited_flags._colorInterpolation = initialColorInterpolation();
SVGRenderStyle.cpp 210 || svg_inherited_flags._colorInterpolation != other->svg_inherited_flags._colorInterpolation

Completed in 25 milliseconds