Home | History | Annotate | Download | only in libpng-1.2.46

Lines Matching refs:compression

630    /* Compression is always zero but is here so the API and info structure
631 * does not have to change if we introduce multiple compression types
725 if (text_ptr[i].compression <= 0)
756 if (text_ptr[i].compression > 0)
757 textp->compression = PNG_ITXT_COMPRESSION_NONE;
760 textp->compression = PNG_TEXT_COMPRESSION_NONE;
766 textp->compression = text_ptr[i].compression;
782 if (text_ptr[i].compression > 0)
807 if (textp->compression > 0)