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

  /external/webkit/Source/WebCore/svg/
SVGPathBlender.cpp 276 bool SVGPathBlender::blendAnimatedPath(float progress, SVGPathSource* fromSource, SVGPathSource* toSource, SVGPathConsumer* consumer)
278 ASSERT(fromSource);
281 m_fromSource = fromSource;
SVGPathParserFactory.cpp 245 OwnPtr<SVGPathByteStreamSource> fromSource = SVGPathByteStreamSource::create(fromStream);
248 bool ok = blender->blendAnimatedPath(progress, fromSource.get(), toSource.get(), builder);

Completed in 28 milliseconds