Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DSVGPaint.cpp33 static inline SVGColor::SVGColorType colorTypeForPaintType(const SVGPaint::SVGPaintType& paintType) in colorTypeForPaintType()
56 SVGPaint::SVGPaint(const SVGPaintType& paintType, String uri) in SVGPaint()
85 void SVGPaint::setPaint(unsigned short paintType, const String& uri, const String& rgbColor, const … in setPaint()
DSVGPaint.h82 const SVGPaintType& paintType() const { return m_paintType; } in paintType() function
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResource.cpp57 SVGPaint::SVGPaintType paintType = paint->paintType(); in requestPaintingResource() local
DSVGResources.cpp159 SVGPaint::SVGPaintType paintType = paint->paintType(); in paintingResourceFromSVGPaint() local