Home
last modified time | relevance | path

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

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