Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DSVGPathParserFactory.cpp235 …atedSVGPathByteStream(SVGPathByteStream* fromStream, SVGPathByteStream* toStream, OwnPtr<SVGPathBy… in buildAnimatedSVGPathByteStream() argument
238 ASSERT(toStream); in buildAnimatedSVGPathByteStream()
240 if (fromStream->isEmpty() || toStream->isEmpty()) in buildAnimatedSVGPathByteStream()
246 OwnPtr<SVGPathByteStreamSource> toSource = SVGPathByteStreamSource::create(toStream); in buildAnimatedSVGPathByteStream()