Lines Matching refs:compression
308 png_error(png_ptr, "Unknown compression method in IHDR");
708 /* Compression is always zero but is here so the API and info structure
709 * does not have to change if we introduce multiple compression types */
791 if(text_ptr[i].compression <= 0)
820 if(text_ptr[i].compression > 0)
821 textp->compression = PNG_ITXT_COMPRESSION_NONE;
824 textp->compression = PNG_TEXT_COMPRESSION_NONE;
829 textp->compression = text_ptr[i].compression;
844 if (text_ptr[i].compression > 0)
869 if(textp->compression > 0)