HomeSort by relevance Sort by last modified time
    Searched refs:fromSource (Results 1 - 2 of 2) sorted by null

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

Completed in 155 milliseconds