Home
last modified time | relevance | path

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

/dports/print/texlive-base/texlive-20150521-source/texk/dvisvgm/dvisvgm-1.9.2/src/
H A DSVGOutput.cpp35 SVGOutput::SVGOutput (const char *base, string pattern, int zipLevel) in SVGOutput() argument
39 _zipLevel(zipLevel), in SVGOutput()
H A DSVGOutput.h39 SVGOutput (const char *base=0, std::string pattern="", int zipLevel=0);
/dports/emulators/qmc2/qmc2-0.195_4/qmc2/
H A Dcollectionrebuilder.cpp1393 int zipLevel = rebuilderDialog()->romAlyzer()->spinBoxSetRewriterZipLevel->value(); in writeAllZipData() local
1434 …), &zipInfo, file.toUtf8().constData(), file.length(), 0, 0, 0, Z_DEFLATED, zipLevel) == ZIP_OK ) { in writeAllZipData()