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

/inkscape/src/xml/
H A Drepr-io.cpp689 Inkscape::IO::GzipOutputStream *gout = compress ? new Inkscape::IO::GzipOutputStream(bout) : NULL; local
690 Inkscape::IO::OutputStreamWriter *out = compress ? new Inkscape::IO::OutputStreamWriter( *gout ) : new Inkscape::IO::OutputStreamWriter( bout );
695 delete gout;

Completed in 16 milliseconds