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

/external/webkit/Source/WebCore/svg/
H A DSVGPathBlender.cpp276 bool SVGPathBlender::blendAnimatedPath(float progress, SVGPathSource* fromSource, SVGPathSource* toSource, SVGPathConsumer* consumer) argument
278 ASSERT(fromSource);
281 m_fromSource = fromSource;
H A DSVGPathParserFactory.cpp245 OwnPtr<SVGPathByteStreamSource> fromSource = SVGPathByteStreamSource::create(fromStream); local
248 bool ok = blender->blendAnimatedPath(progress, fromSource.get(), toSource.get(), builder);

Completed in 68 milliseconds