Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPathBlender.h39 bool addAnimatedPath(SVGPathSource*, SVGPathSource*, SVGPathConsumer*, unsigned repeatCount);
DSVGPathUtilities.cpp276 bool ok = blender->addAnimatedPath(fromSource.get(), bySource.get(), builder, repeatCount); in addToSVGPathByteStream()
DSVGPathBlender.cpp299 bool SVGPathBlender::addAnimatedPath(SVGPathSource* fromSource, SVGPathSource* toSource, SVGPathCon… in addAnimatedPath() function in WebCore::SVGPathBlender