Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPaint.cpp32 SVGPaint::SVGPaint(const SVGPaintType& paintType, const String& uri) in SVGPaint()
DSVGPaint.h95 const SVGPaintType& paintType() const { return m_paintType; } in paintType() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResource.cpp43 …SVGPaint::SVGPaintType paintType = applyToFill ? parentSVGStyle->fillPaintType() : parentSVGStyle-… in inheritColorFromParentStyle() local
83 …SVGPaint::SVGPaintType paintType = applyToFill ? svgStyle->fillPaintType() : svgStyle->strokePaint… in requestPaintingResource() local
DSVGResources.cpp165 static inline bool svgPaintTypeHasURL(SVGPaint::SVGPaintType paintType) in svgPaintTypeHasURL()
180 …iner* paintingResourceFromSVGPaint(TreeScope& treeScope, const SVGPaint::SVGPaintType& paintType, … in paintingResourceFromSVGPaint()
/external/chromium_org/third_party/WebKit/Source/core/animation/
DAnimatableSVGPaint.h57 SVGPaint::SVGPaintType paintType() const { return m_type; }; in paintType() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DSVGRenderStyleDefs.h120 SVGPaint::SVGPaintType paintType; variable
150 SVGPaint::SVGPaintType paintType; variable