Searched defs:paintType (Results 1 – 4 of 4) sorted by relevance
33 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()
82 const SVGPaintType& paintType() const { return m_paintType; } in paintType() function
57 SVGPaint::SVGPaintType paintType = paint->paintType(); in requestPaintingResource() local
159 SVGPaint::SVGPaintType paintType = paint->paintType(); in paintingResourceFromSVGPaint() local