Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DSVGCSSComputedStyleDeclaration.cpp85 static PassRefPtrWillBeRawPtr<CSSValue> adjustSVGPaintForCurrentColor(SVGPaintType paintType, const… in adjustSVGPaintForCurrentColor()
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
DAnimatableSVGPaint.h57 SVGPaintType paintType() const { return m_type; }; in paintType() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResource.cpp69 SVGPaintType paintType = applyToFill ? svgStyle.fillPaintType() : svgStyle.strokePaintType(); in requestPaintingResource() local
DSVGResources.cpp164 static inline bool svgPaintTypeHasURL(SVGPaintType paintType) in svgPaintTypeHasURL()
178 …Container* paintingResourceFromSVGPaint(TreeScope& treeScope, const SVGPaintType& paintType, const… in paintingResourceFromSVGPaint()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DSVGRenderStyleDefs.h129 SVGPaintType paintType; variable
159 SVGPaintType paintType; variable