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

Lines Matching defs:comp_type

184 png_decompress_chunk(png_structp png_ptr, int comp_type,
192 if (comp_type == PNG_COMPRESSION_TYPE_BASE)
326 else /* if (comp_type != PNG_COMPRESSION_TYPE_BASE) */
332 "Unknown zTXt compression type %d", comp_type);
1955 int comp_type;
2005 comp_type = *(++text);
2006 if (comp_type != PNG_TEXT_COMPRESSION_zTXt)
2009 comp_type = PNG_TEXT_COMPRESSION_zTXt;
2015 chunkdata = (png_charp)png_decompress_chunk(png_ptr, comp_type, chunkdata,
2026 text_ptr->compression = comp_type;
2054 int comp_type = 0;
2110 comp_type = *lang++;
2131 chunkdata = png_decompress_chunk(png_ptr, comp_type, chunkdata,