Searched refs:interlace_type (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpnginfo.h99 png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member in struct:png_info_def
H A Dpngget.c128 return info_ptr->interlace_type;
670 int *color_type, int *interlace_type, int *compression_type,
691 if (interlace_type != NULL)
692 *interlace_type = info_ptr->interlace_type;
700 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type,
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,
213 info_ptr->interlace_type = (png_byte)interlace_type;
216 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_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
H A Dpngwutil.c681 int interlace_type)
788 if (interlace_type != PNG_INTERLACE_NONE &&
789 interlace_type != PNG_INTERLACE_ADAM7)
792 interlace_type = PNG_INTERLACE_ADAM7;
795 interlace_type=PNG_INTERLACE_NONE;
801 png_ptr->interlaced = (png_byte)interlace_type;
823 buf[12] = (png_byte)interlace_type;
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 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);
H A Dpngrutil.c559 int interlace_type; local
581 interlace_type = buf[12];
587 png_ptr->interlaced = (png_byte)interlace_type;
624 color_type, interlace_type, compression_type, filter_type);
H A Dpng.c832 int color_type, int interlace_type, int compression_type,
915 if (interlace_type >= PNG_INTERLACE_LAST)
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 Dpngpriv.h1112 int color_type, int interlace_type, int compression_type,
H A Dpngwrite.c82 info_ptr->interlace_type);

Completed in 55 milliseconds