Searched refs:fromSource (Results 1 – 2 of 2) sorted by relevance
276 bool SVGPathBlender::blendAnimatedPath(float progress, SVGPathSource* fromSource, SVGPathSource* to… in blendAnimatedPath() argument278 ASSERT(fromSource); in blendAnimatedPath()281 m_fromSource = fromSource; in blendAnimatedPath()
245 OwnPtr<SVGPathByteStreamSource> fromSource = SVGPathByteStreamSource::create(fromStream); in buildAnimatedSVGPathByteStream() local248 bool ok = blender->blendAnimatedPath(progress, fromSource.get(), toSource.get(), builder); in buildAnimatedSVGPathByteStream()