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

/external/webkit/Source/WebCore/rendering/svg/
H A DSVGResources.cpp155 static inline RenderSVGResourceContainer* paintingResourceFromSVGPaint(Document* document, SVGPaint* paint, AtomicString& id, bool& hasPendingResource) function in namespace:WebCore
262 if (setFill(paintingResourceFromSVGPaint(document, style->fillPaint(), id, hasPendingResource)))
271 if (setStroke(paintingResourceFromSVGPaint(document, style->strokePaint(), id, hasPendingResource)))

Completed in 83 milliseconds