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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGradientElement.h 57 SVGAnimatedEnumeration<SVGSpreadMethodType>* spreadMethod() { return m_spreadMethod.get(); }
GradientAttributes.h 38 SVGSpreadMethodType spreadMethod() const { return static_cast<SVGSpreadMethodType>(m_spreadMethod); }
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Gradient.h 118 GradientSpreadMethod spreadMethod() { return m_spreadMethod; }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderTreeAsText.cpp 481 static inline void writeCommonGradientProperties(TextStream& ts, SVGSpreadMethodType spreadMethod, const AffineTransform& gradientTransform, SVGUnitTypes::SVGUnitType gradientUnits)
485 if (spreadMethod != SVGSpreadMethodPad)
486 ts << " [spreadMethod=" << spreadMethod << "]";
555 writeCommonGradientProperties(ts, attributes.spreadMethod(), attributes.gradientTransform(), attributes.gradientUnits());
565 writeCommonGradientProperties(ts, attributes.spreadMethod(), attributes.gradientTransform(), attributes.gradientUnits());

Completed in 2696 milliseconds