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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGradientElement.h 35 enum SVGSpreadMethodType {
41 template<> const SVGEnumerationStringEntries& getStaticStringEntries<SVGSpreadMethodType>();
57 SVGAnimatedEnumeration<SVGSpreadMethodType>* spreadMethod() { return m_spreadMethod.get(); }
73 RefPtr<SVGAnimatedEnumeration<SVGSpreadMethodType> > m_spreadMethod;
GradientAttributes.h 38 SVGSpreadMethodType spreadMethod() const { return static_cast<SVGSpreadMethodType>(m_spreadMethod); }
43 void setSpreadMethod(SVGSpreadMethodType value)
SVGGradientElement.cpp 37 template<> const SVGEnumerationStringEntries& getStaticStringEntries<SVGSpreadMethodType>()
52 , m_spreadMethod(SVGAnimatedEnumeration<SVGSpreadMethodType>::create(this, SVGNames::spreadMethodAttr, SVGSpreadMethodPad))
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceGradient.h 62 GradientSpreadMethod platformSpreadMethodFromSVGType(SVGSpreadMethodType) const;
RenderSVGResourceGradient.cpp 146 GradientSpreadMethod RenderSVGResourceGradient::platformSpreadMethodFromSVGType(SVGSpreadMethodType method) const
SVGRenderTreeAsText.cpp 243 static TextStream& operator<<(TextStream& ts, const SVGSpreadMethodType& type)
245 ts << SVGEnumerationToString<SVGSpreadMethodType>(type).upper();
481 static inline void writeCommonGradientProperties(TextStream& ts, SVGSpreadMethodType spreadMethod, const AffineTransform& gradientTransform, SVGUnitTypes::SVGUnitType gradientUnits)

Completed in 431 milliseconds