Searched refs:compression_type (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpnginfo.h97 png_byte compression_type; /* must be PNG_COMPRESSION_TYPE_BASE (IHDR) */ member in struct:png_info_def
H A Dpngget.c137 return info_ptr->compression_type;
612 png_charpp name, int *compression_type,
626 *compression_type = (int)info_ptr->iccp_compression;
670 int *color_type, int *interlace_type, int *compression_type,
685 if (compression_type != NULL)
686 *compression_type = info_ptr->compression_type;
701 info_ptr->compression_type, info_ptr->filter_type);
611 png_get_iCCP(png_const_structp png_ptr, png_const_infop info_ptr, png_charpp name, int *compression_type, png_bytepp profile, png_uint_32 *proflen) argument
668 png_get_IHDR(png_structp png_ptr, png_infop info_ptr, png_uint_32 *width, png_uint_32 *height, int *bit_depth, int *color_type, int *interlace_type, int *compression_type, int *filter_type) argument
H A Dpngset.c199 int color_type, int interlace_type, int compression_type,
211 info_ptr->compression_type = (png_byte)compression_type;
217 info_ptr->compression_type, info_ptr->filter_type);
596 png_const_charp name, int compression_type,
638 info_ptr->iccp_compression = (png_byte)compression_type;
197 png_set_IHDR(png_structp png_ptr, png_infop info_ptr, png_uint_32 width, png_uint_32 height, int bit_depth, int color_type, int interlace_type, int compression_type, int filter_type) argument
595 png_set_iCCP(png_structp png_ptr, png_infop info_ptr, png_const_charp name, int compression_type, png_const_bytep profile, png_uint_32 proflen) argument
H A Dpngtest.c1005 int interlace_type, compression_type, filter_type; local
1008 &color_type, &interlace_type, &compression_type, &filter_type))
1012 color_type, interlace_type, compression_type, filter_type);
1014 color_type, PNG_INTERLACE_NONE, compression_type, filter_type);
1070 int compression_type; local
1072 if (png_get_iCCP(read_ptr, read_info_ptr, &name, &compression_type,
1075 png_set_iCCP(write_ptr, write_info_ptr, name, compression_type,
H A Dpngrutil.c558 int bit_depth, color_type, compression_type, filter_type; local
579 compression_type = buf[10];
592 png_ptr->compression_type = (png_byte)compression_type;
624 color_type, interlace_type, compression_type, filter_type);
1175 png_byte compression_type; local
1246 compression_type = *profile++;
1248 if (compression_type)
1251 compression_type = 0x00; /* Reset it to zero (libpng-1.0.6 through 1.0.8
1256 png_decompress_chunk(png_ptr, compression_type,
[all...]
H A Dpngstruct.h330 png_byte compression_type; member in struct:png_struct_def
H A Dpngwutil.c680 int bit_depth, int color_type, int compression_type, int filter_type,
758 if (compression_type != PNG_COMPRESSION_TYPE_BASE)
761 compression_type = PNG_COMPRESSION_TYPE_BASE;
805 png_ptr->compression_type = (png_byte)compression_type;
821 buf[10] = (png_byte)compression_type;
979 png_ptr->compression_type == PNG_COMPRESSION_TYPE_BASE)
1106 png_write_iCCP(png_structp png_ptr, png_const_charp name, int compression_type, argument
1126 if (compression_type != PNG_COMPRESSION_TYPE_BASE)
679 png_write_IHDR(png_structp png_ptr, png_uint_32 width, png_uint_32 height, int bit_depth, int color_type, int compression_type, int filter_type, int interlace_type) argument
H A Dpngpriv.h658 png_const_charp name, int compression_type,
1112 int color_type, int interlace_type, int compression_type,
H A Dpng.c832 int color_type, int interlace_type, int compression_type,
921 if (compression_type != PNG_COMPRESSION_TYPE_BASE)
830 png_check_IHDR(png_structp png_ptr, png_uint_32 width, png_uint_32 height, int bit_depth, int color_type, int interlace_type, int compression_type, int filter_type) argument
H A Dpng.h2028 /* Returns image compression_type. */
2212 png_charpp name, int *compression_type, png_bytepp profile,
2219 png_const_charp name, int compression_type, png_const_bytep profile,
H A Dpngwrite.c79 info_ptr->bit_depth, info_ptr->color_type, info_ptr->compression_type,

Completed in 80 milliseconds