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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.h 60 static EColorInterpolation initialColorInterpolation() { return CI_SRGB; }
61 static EColorInterpolation initialColorInterpolationFilters() { return CI_LINEARRGB; }
123 void setColorInterpolation(EColorInterpolation val) { svg_inherited_flags._colorInterpolation = val; }
124 void setColorInterpolationFilters(EColorInterpolation val) { svg_inherited_flags._colorInterpolationFilters = val; }
294 EColorInterpolation colorInterpolation() const { return (EColorInterpolation) svg_inherited_flags._colorInterpolation; }
295 EColorInterpolation colorInterpolationFilters() const { return (EColorInterpolation) svg_inherited_flags._colorInterpolationFilters; }
381 unsigned _colorInterpolation : 2; // EColorInterpolation
382 unsigned _colorInterpolationFilters : 2; // EColorInterpolation
    [all...]
SVGRenderStyleDefs.h 58 enum EColorInterpolation {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
ReferenceFilterBuilder.cpp 80 EColorInterpolation eColorInterpolation = CI_AUTO;
83 eColorInterpolation = svgStyle->colorInterpolationFilters();
91 eColorInterpolation = (EColorInterpolation)primitiveValue;
97 switch (eColorInterpolation) {
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValueMappings.h     [all...]

Completed in 289 milliseconds