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

/inkscape/src/xml/
H A Drepr-io.cpp683 void sp_repr_save_stream(Document *doc, FILE *fp, gchar const *default_ns, bool compress, argument
689 Inkscape::IO::GzipOutputStream *gout = compress ? new Inkscape::IO::GzipOutputStream(bout) : NULL;
690 Inkscape::IO::OutputStreamWriter *out = compress ? new Inkscape::IO::OutputStreamWriter( *gout ) : new Inkscape::IO::OutputStreamWriter( bout );
715 bool compress; local
718 compress = ( filename_len > 5
744 sp_repr_save_stream(doc, file, default_ns, compress, old_href_abs_base.c_str(), new_href_abs_base.c_str());
H A Drepr.h66 char const *default_ns = NULL, bool compress = false,
/inkscape/src/io/
H A Dgzipstream.cpp410 int zerr = compress(destbuf, static_cast<uLongf *>(&destlen), srcbuf, srclen);
/inkscape/src/util/
H A Dziptool.cpp868 bool compress();
954 return compress();
974 if (!compress())
1388 bool Deflater::compress() function in class:Deflater
1390 //trace("compress");
1605 //compress

Completed in 41 milliseconds