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

  /external/webkit/WebCore/svg/
SVGPaint.h 33 enum SVGPaintType {
50 static PassRefPtr<SVGPaint> create(SVGPaintType type)
58 static PassRefPtr<SVGPaint> create(SVGPaintType type, const String& uri)
70 SVGPaintType paintType() const { return m_paintType; }
74 void setPaint(SVGPaintType, const String& uri, const String& rgbPaint, const String& iccPaint, ExceptionCode&);
84 SVGPaint(SVGPaintType);
85 SVGPaint(SVGPaintType, const String& uri, const String& rgbPaint, const String& iccPaint);
91 SVGPaintType m_paintType;
SVGPaint.idl 29 // SVGPaintType
41 readonly attribute SVGPaintType paintType;
45 void setPaint(in SVGPaintType paintType,
SVGPaint.cpp 38 SVGPaint::SVGPaint(SVGPaintType paintType)
43 SVGPaint::SVGPaint(SVGPaintType paintType, const String& uri, const String& rgbPaint, const String&)
89 void SVGPaint::setPaint(SVGPaintType paintType, const String& uri, const String& rgbPaint, const String&, ExceptionCode&)
  /external/webkit/WebCore/svg/graphics/
SVGPaintServer.cpp 84 SVGPaint::SVGPaintType paintType = fill->paintType();
125 SVGPaint::SVGPaintType paintType = stroke->paintType();

Completed in 204 milliseconds