Home
last modified time | relevance | path

Searched refs:paintingResourceFromSVGPaint (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DSVGResources.cpp155 static inline RenderSVGResourceContainer* paintingResourceFromSVGPaint(Document* document, SVGPaint… in paintingResourceFromSVGPaint() function
262 … if (setFill(paintingResourceFromSVGPaint(document, style->fillPaint(), id, hasPendingResource))) in buildCachedResources()
271 …if (setStroke(paintingResourceFromSVGPaint(document, style->strokePaint(), id, hasPendingResource)… in buildCachedResources()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0631780 (paintingResourceFromSVGPaint): Ensured that the painting resource is
92742 …(WebCore::paintingResourceFromSVGPaint): Helper function looking up a RenderSVGResource for a SVGP…
DChangeLog57284 (WebCore::paintingResourceFromSVGPaint):