Searched refs:lastAnimatedPath (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGAnimatedPath.cpp121 std::unique_ptr<SVGPathByteStream> lastAnimatedPath; local
123 lastAnimatedPath = animatedPath->copy();
132 if (lastAnimatedPath)
133 addToSVGPathByteStream(animatedPath, lastAnimatedPath.get());

Completed in 114 milliseconds