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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGradientElement.h 57 SVGAnimatedEnumeration<SVGSpreadMethodType>* spreadMethod() { return m_spreadMethod.get(); }
73 RefPtr<SVGAnimatedEnumeration<SVGSpreadMethodType> > m_spreadMethod;
GradientAttributes.h 29 : m_spreadMethod(SVGSpreadMethodPad)
38 SVGSpreadMethodType spreadMethod() const { return static_cast<SVGSpreadMethodType>(m_spreadMethod); }
45 m_spreadMethod = value;
77 unsigned m_spreadMethod : 2;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Gradient.h 118 GradientSpreadMethod spreadMethod() { return m_spreadMethod; }
139 GradientSpreadMethod m_spreadMethod;

Completed in 212 milliseconds