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

  /external/webkit/Source/WebCore/svg/
SVGColor.h 36 enum SVGColorType {
63 const SVGColorType& colorType() const { return m_colorType; }
75 SVGColor(const SVGColorType&);
80 void setColorType(const SVGColorType& type) { m_colorType = type; }
86 SVGColorType m_colorType;
SVGColor.cpp 33 SVGColor::SVGColor(const SVGColorType& colorType)
91 SVGColorType type = static_cast<SVGColorType>(colorType);
SVGPaint.cpp 33 static inline SVGColor::SVGColorType colorTypeForPaintType(const SVGPaint::SVGPaintType& paintType)
120 SVGColor::SVGColorType colorType = colorTypeForPaintType(type);

Completed in 1061 milliseconds