Searched refs:fromStream (Results 1 – 1 of 1) sorted by relevance
235 bool SVGPathParserFactory::buildAnimatedSVGPathByteStream(SVGPathByteStream* fromStream, SVGPathByt… in buildAnimatedSVGPathByteStream() argument237 ASSERT(fromStream); in buildAnimatedSVGPathByteStream()240 if (fromStream->isEmpty() || toStream->isEmpty()) in buildAnimatedSVGPathByteStream()245 OwnPtr<SVGPathByteStreamSource> fromSource = SVGPathByteStreamSource::create(fromStream); in buildAnimatedSVGPathByteStream()