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

/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Dwritepng.c63 int color_type, interlace_type; local
127 interlace_type = mainprog_ptr->interlaced? PNG_INTERLACE_ADAM7 :
131 mainprog_ptr->sample_depth, color_type, interlace_type,
/vbox/src/libs/libpng-1.2.8/
H A Dexample.c83 int bit_depth, color_type, interlace_type;
94 int bit_depth, color_type, interlace_type;
170 &interlace_type, int_p_NULL, int_p_NULL);
H A Dpngget.c100 return info_ptr->interlace_type;
536 int *color_type, int *interlace_type, int *compression_type,
556 if (interlace_type != NULL)
557 *interlace_type = info_ptr->interlace_type;
534 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.c247 int color_type, int interlace_type, int compression_type,
289 if (interlace_type >= PNG_INTERLACE_LAST)
329 info_ptr->interlace_type = (png_byte)interlace_type;
245 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.c373 int interlace_type)
454 if (interlace_type != PNG_INTERLACE_NONE &&
455 interlace_type != PNG_INTERLACE_ADAM7)
458 interlace_type = PNG_INTERLACE_ADAM7;
461 interlace_type=PNG_INTERLACE_NONE;
467 png_ptr->interlaced = (png_byte)interlace_type;
489 buf[12] = (png_byte)interlace_type;
371 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.c803 int interlace_type, compression_type, filter_type; local
806 &color_type, &interlace_type, &compression_type, &filter_type))
810 color_type, interlace_type, compression_type, filter_type);
H A Dpngrutil.c341 int interlace_type; local
363 interlace_type = buf[12];
369 png_ptr->interlaced = (png_byte)interlace_type;
402 color_type, interlace_type, compression_type, filter_type);
H A Dpngwrite.c44 info_ptr->interlace_type);
H A Dpng.h667 png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member in struct:png_info_struct
2067 /* Returns image interlace_type. */

Completed in 1004 milliseconds