Home | History | Annotate | Download | only in libpng

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
715 if (text_ptr[i].compression <= 0)
746 if (text_ptr[i].compression > 0)
747 textp->compression = PNG_ITXT_COMPRESSION_NONE;
750 textp->compression = PNG_TEXT_COMPRESSION_NONE;
756 textp->compression = text_ptr[i].compression;
772 if (text_ptr[i].compression > 0)
797 if (textp->compression > 0)