Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DSVGPathParserFactory.cpp235 bool SVGPathParserFactory::buildAnimatedSVGPathByteStream(SVGPathByteStream* fromStream, SVGPathByt… in buildAnimatedSVGPathByteStream() argument
237 ASSERT(fromStream); in buildAnimatedSVGPathByteStream()
240 if (fromStream->isEmpty() || toStream->isEmpty()) in buildAnimatedSVGPathByteStream()
245 OwnPtr<SVGPathByteStreamSource> fromSource = SVGPathByteStreamSource::create(fromStream); in buildAnimatedSVGPathByteStream()