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

  /external/webkit/Source/WebCore/rendering/style/
SVGRenderStyle.h 62 static EColorInterpolation initialColorInterpolation() { return CI_SRGB; }
63 static EColorInterpolation initialColorInterpolationFilters() { return CI_LINEARRGB; }
135 void setColorInterpolation(EColorInterpolation val) { svg_inherited_flags._colorInterpolation = val; }
136 void setColorInterpolationFilters(EColorInterpolation val) { svg_inherited_flags._colorInterpolationFilters = val; }
284 EColorInterpolation colorInterpolation() const { return (EColorInterpolation) svg_inherited_flags._colorInterpolation; }
285 EColorInterpolation colorInterpolationFilters() const { return (EColorInterpolation) svg_inherited_flags._colorInterpolationFilters; }
360 unsigned _colorInterpolation : 2; // EColorInterpolation
361 unsigned _colorInterpolationFilters : 2; // EColorInterpolation
    [all...]
SVGRenderStyleDefs.h 51 enum EColorInterpolation {
  /external/webkit/Source/WebCore/css/
CSSPrimitiveValueMappings.h     [all...]

Completed in 277 milliseconds