Home | History | Annotate | Download | only in libpng

Lines Matching defs:comp_type

337 png_decompress_chunk(png_structp png_ptr, int comp_type,
349 else if (comp_type == PNG_COMPRESSION_TYPE_BASE)
417 else /* if (comp_type != PNG_COMPRESSION_TYPE_BASE) */
423 comp_type);
2123 int comp_type;
2194 comp_type = *(++text);
2195 if (comp_type != PNG_TEXT_COMPRESSION_zTXt)
2198 comp_type = PNG_TEXT_COMPRESSION_zTXt;
2204 png_decompress_chunk(png_ptr, comp_type,
2216 text_ptr->compression = comp_type;
2244 int comp_type = 0;
2321 comp_type = *lang++;
2351 png_decompress_chunk(png_ptr, comp_type,