Home
last modified time | relevance | path

Searched refs:interlace_type (Results 1 – 7 of 7) sorted by relevance

/mirbsd/src/lib/libpng/
Dpngget.c103 return info_ptr->interlace_type; in png_get_interlace_type()
579 int *color_type, int *interlace_type, int *compression_type, in png_get_IHDR() argument
600 if (interlace_type != NULL) in png_get_IHDR()
601 *interlace_type = info_ptr->interlace_type; in png_get_IHDR()
609 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type, in png_get_IHDR()
Dpngset.c229 int color_type, int interlace_type, int compression_type, in png_set_IHDR() argument
243 info_ptr->interlace_type = (png_byte)interlace_type; in png_set_IHDR()
246 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type, in png_set_IHDR()
Dpngwutil.c396 int interlace_type) in png_write_IHDR() argument
481 if (interlace_type != PNG_INTERLACE_NONE && in png_write_IHDR()
482 interlace_type != PNG_INTERLACE_ADAM7) in png_write_IHDR()
485 interlace_type = PNG_INTERLACE_ADAM7; in png_write_IHDR()
488 interlace_type=PNG_INTERLACE_NONE; in png_write_IHDR()
494 png_ptr->interlaced = (png_byte)interlace_type; in png_write_IHDR()
516 buf[12] = (png_byte)interlace_type; in png_write_IHDR()
Dpng.c947 int color_type, int interlace_type, int compression_type, in png_check_IHDR() argument
1029 if (interlace_type >= PNG_INTERLACE_LAST) in png_check_IHDR()
Dpngrutil.c441 int interlace_type; in png_handle_IHDR() local
463 interlace_type = buf[12]; in png_handle_IHDR()
469 png_ptr->interlaced = (png_byte)interlace_type; in png_handle_IHDR()
505 color_type, interlace_type, compression_type, filter_type); in png_handle_IHDR()
Dpngwrite.c53 info_ptr->interlace_type); in png_write_info_before_PLTE()
Dpng.h470 png_byte interlace_type PNG_DEPSTRUCT; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */
3335 int color_type, int interlace_type, int compression_type,