Home
last modified time | relevance | path

Searched refs:SVGPaintType (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGPaint.h34 enum SVGPaintType { enum
82 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;
DSVGPaint.cpp33 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()
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResource.cpp57 SVGPaint::SVGPaintType paintType = paint->paintType(); in requestPaintingResource()
DSVGResources.cpp159 SVGPaint::SVGPaintType paintType = paint->paintType(); in paintingResourceFromSVGPaint()
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3130739 Move SVGPaintType enums from ksvg.h into SVGPaint (needed for js generation)
DChangeLog59510 …* bindings/scripts/CodeGenerator.pm: Remove obsolete handling of "SVGPaintType", take ushort for p…