Searched refs:SVGPaintType (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
D | AnimatableSVGPaint.h | 43 …static PassRefPtr<AnimatableSVGPaint> create(SVGPaint::SVGPaintType type, const Color& color, cons… in create() 47 …static PassRefPtr<AnimatableSVGPaint> create(SVGPaint::SVGPaintType type, const AnimatableColorImp… in create() 51 SVGPaint::SVGPaintType paintType() const { return m_type; }; in paintType() 60 …AnimatableSVGPaint(SVGPaint::SVGPaintType type, const AnimatableColorImpl& color, const String& ur… in AnimatableSVGPaint() 69 SVGPaint::SVGPaintType m_type;
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGPaint.h | 35 enum SVGPaintType { enum 89 const SVGPaintType& paintType() const { return m_paintType; } in paintType() 104 …static PassRefPtr<SVGPaint> create(const SVGPaintType& type, const String& uri, const Color& color) in create() 112 SVGPaint(const SVGPaintType&, const String& uri = String()); 115 SVGPaintType m_paintType;
|
D | SVGPaint.cpp | 29 static inline SVGColor::SVGColorType colorTypeForPaintType(const SVGPaint::SVGPaintType& paintType) in colorTypeForPaintType() 52 SVGPaint::SVGPaint(const SVGPaintType& paintType, const String& uri) in SVGPaint()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | SVGRenderStyleDefs.h | 123 SVGPaint::SVGPaintType paintType; 126 SVGPaint::SVGPaintType visitedLinkPaintType; 153 SVGPaint::SVGPaintType paintType; 156 SVGPaint::SVGPaintType visitedLinkPaintType;
|
D | SVGRenderStyle.h | 75 … static SVGPaint::SVGPaintType initialFillPaintType() { return SVGPaint::SVG_PAINTTYPE_RGBCOLOR; } in initialFillPaintType() 79 static SVGPaint::SVGPaintType initialStrokePaintType() { return SVGPaint::SVG_PAINTTYPE_NONE; } in initialStrokePaintType() 153 …void setFillPaint(SVGPaint::SVGPaintType type, const Color& color, const String& uri, bool applyTo… 179 …void setStrokePaint(SVGPaint::SVGPaintType type, const Color& color, const String& uri, bool apply… 322 const SVGPaint::SVGPaintType& fillPaintType() const { return fill->paintType; } in fillPaintType() 326 const SVGPaint::SVGPaintType& strokePaintType() const { return stroke->paintType; } in strokePaintType() 350 …const SVGPaint::SVGPaintType& visitedLinkFillPaintType() const { return fill->visitedLinkPaintType… in visitedLinkFillPaintType() 353 …const SVGPaint::SVGPaintType& visitedLinkStrokePaintType() const { return stroke->visitedLinkPaint… in visitedLinkStrokePaintType()
|
D | RenderStyle.h | 1367 const SVGPaint::SVGPaintType& fillPaintType() const { return svgStyle()->fillPaintType(); } in fillPaintType() 1373 const SVGPaint::SVGPaintType& strokePaintType() const { return svgStyle()->strokePaintType(); } in strokePaintType()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | RenderSVGResource.cpp | 80 …SVGPaint::SVGPaintType paintType = applyToFill ? svgStyle->fillPaintType() : svgStyle->strokePaint… in requestPaintingResource() 99 …SVGPaint::SVGPaintType visitedPaintType = applyToFill ? svgStyle->visitedLinkFillPaintType() : svg… in requestPaintingResource()
|
D | SVGResources.cpp | 155 …ner* paintingResourceFromSVGPaint(Document& document, const SVGPaint::SVGPaintType& paintType, con… in paintingResourceFromSVGPaint()
|
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/ |
D | CSSPropertyAnimation.cpp | 829 …PropertyWrapperSVGPaint(CSSPropertyID prop, const SVGPaint::SVGPaintType& (RenderStyle::*paintType… in PropertyWrapperSVGPaint() 882 const SVGPaint::SVGPaintType& (RenderStyle::*m_paintTypeGetter)() const;
|