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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathUtilities.cpp253 OwnPtr<SVGPathByteStreamSource> fromSource = SVGPathByteStreamSource::create(fromStream); local
256 bool ok = blender->blendAnimatedPath(progress, fromSource.get(), toSource.get(), builder);
273 OwnPtr<SVGPathByteStreamSource> fromSource = SVGPathByteStreamSource::create(fromStreamCopy.get()); local
276 bool ok = blender->addAnimatedPath(fromSource.get(), bySource.get(), builder, repeatCount);
H A DSVGPathBlender.cpp299 bool SVGPathBlender::addAnimatedPath(SVGPathSource* fromSource, SVGPathSource* toSource, SVGPathConsumer* consumer, unsigned repeatCount) argument
302 return blendAnimatedPath(0, fromSource, toSource, consumer);
305 bool SVGPathBlender::blendAnimatedPath(float progress, SVGPathSource* fromSource, SVGPathSource* toSource, SVGPathConsumer* consumer) argument
307 ASSERT(fromSource);
310 m_fromSource = fromSource;

Completed in 104 milliseconds