Searched defs:comp_type (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngrutil.c441 png_decompress_chunk(png_structp png_ptr, int comp_type, argument
453 else if (comp_type == PNG_COMPRESSION_TYPE_BASE)
518 else /* if (comp_type != PNG_COMPRESSION_TYPE_BASE) */
521 png_warning_parameter_signed(p, 1, PNG_NUMBER_FORMAT_d, comp_type);
2260 int comp_type; local
2337 comp_type = *(++text);
2339 if (comp_type != PNG_TEXT_COMPRESSION_zTXt)
2342 comp_type = PNG_TEXT_COMPRESSION_zTXt;
2350 png_decompress_chunk(png_ptr, comp_type,
2364 text_ptr->compression = comp_type;
2391 int comp_type = 0; local
[all...]

Completed in 333 milliseconds