Home
last modified time | relevance | path

Searched defs:paintType (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/svg/
DSVGPaint.cpp38 SVGPaint::SVGPaint(SVGPaintType paintType) in SVGPaint()
43 SVGPaint::SVGPaint(SVGPaintType paintType, const String& uri, const String& rgbPaint, const String&) in SVGPaint()
89 void SVGPaint::setPaint(SVGPaintType paintType, const String& uri, const String& rgbPaint, const St… in setPaint()
DSVGPaint.h70 SVGPaintType paintType() const { return m_paintType; } in paintType() function
/external/webkit/WebCore/svg/graphics/
DSVGPaintServer.cpp84 SVGPaint::SVGPaintType paintType = fill->paintType(); in fillPaintServer() local
125 SVGPaint::SVGPaintType paintType = stroke->paintType(); in strokePaintServer() local