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

  /external/webkit/Source/WebCore/svg/
SVGPaint.h 34 enum SVGPaintType {
82 const SVGPaintType& paintType() const { return m_paintType; }
96 static PassRefPtr<SVGPaint> create(const SVGPaintType& type, const String& uri, const Color& color)
104 SVGPaint(const SVGPaintType&, String uri = String());
109 SVGPaintType m_paintType;
SVGPaint.cpp 33 static inline SVGColor::SVGColorType colorTypeForPaintType(const SVGPaint::SVGPaintType& paintType)
56 SVGPaint::SVGPaint(const SVGPaintType& paintType, String uri)
94 SVGPaintType type = static_cast<SVGPaintType>(paintType);
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResource.cpp 57 SVGPaint::SVGPaintType paintType = paint->paintType();
SVGResources.cpp 159 SVGPaint::SVGPaintType paintType = paint->paintType();

Completed in 199 milliseconds