Searched refs:SVGPaintType (Results 1 – 6 of 6) sorted by relevance
34 enum SVGPaintType { enum82 const SVGPaintType& paintType() const { return m_paintType; } in paintType()96 …static PassRefPtr<SVGPaint> create(const SVGPaintType& type, const String& uri, const Color& color) in create()104 SVGPaint(const SVGPaintType&, String uri = String());109 SVGPaintType m_paintType;
33 static inline SVGColor::SVGColorType colorTypeForPaintType(const SVGPaint::SVGPaintType& paintType) in colorTypeForPaintType()56 SVGPaint::SVGPaint(const SVGPaintType& paintType, String uri) in SVGPaint()94 SVGPaintType type = static_cast<SVGPaintType>(paintType); in setPaint()
57 SVGPaint::SVGPaintType paintType = paint->paintType(); in requestPaintingResource()
159 SVGPaint::SVGPaintType paintType = paint->paintType(); in paintingResourceFromSVGPaint()
30739 Move SVGPaintType enums from ksvg.h into SVGPaint (needed for js generation)
59510 …* bindings/scripts/CodeGenerator.pm: Remove obsolete handling of "SVGPaintType", take ushort for p…