/external/libpng/contrib/gregbook/ |
D | writepng.c | 88 int color_type, interlace_type; in writepng_init() local 153 interlace_type = mainprog_ptr->interlaced? PNG_INTERLACE_ADAM7 : in writepng_init() 157 mainprog_ptr->sample_depth, color_type, interlace_type, in writepng_init()
|
/external/libpng/contrib/libtests/ |
D | pngvalid.c | 380 int bit_depth, unsigned int npalette, int interlace_type, in standard_name() argument 398 if (interlace_type != PNG_INTERLACE_NONE) in standard_name() 2434 int interlace_type :9; /* int, but must store '1' */ member 2534 pm->interlace_type = PNG_INTERLACE_NONE; in modifier_init() 3738 npasses_from_interlace_type(png_const_structp pp, int interlace_type) in npasses_from_interlace_type() argument 3740 switch (interlace_type) in npasses_from_interlace_type() 3988 check_interlace_type(int const interlace_type) in check_interlace_type() argument 3994 if (interlace_type != PNG_INTERLACE_NONE) in check_interlace_type() 4107 int interlace_type, png_const_charp name) in make_transform_image() argument 4111 check_interlace_type(interlace_type); in make_transform_image() [all …]
|
/external/libpng/contrib/oss-fuzz/ |
D | libpng_read_fuzzer.cc | 150 int bit_depth, color_type, interlace_type, compression_type; in LLVMFuzzerTestOneInput() local 154 &height, &bit_depth, &color_type, &interlace_type, in LLVMFuzzerTestOneInput()
|
D | newcc | 156 int bit_depth, color_type, interlace_type, compression_type; 160 &height, &bit_depth, &color_type, &interlace_type,
|
/external/pdfium/third_party/libpng16/ |
D | pngget.c | 100 return info_ptr->interlace_type; in png_get_interlace_type() 797 int *color_type, int *interlace_type, int *compression_type, in png_get_IHDR() argument 823 if (interlace_type != NULL) in png_get_IHDR() 824 *interlace_type = info_ptr->interlace_type; in png_get_IHDR() 832 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type, in png_get_IHDR()
|
D | pnginfo.h | 70 png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member
|
D | pngwutil.c | 675 int interlace_type) in png_write_IHDR() argument 780 if (interlace_type != PNG_INTERLACE_NONE && in png_write_IHDR() 781 interlace_type != PNG_INTERLACE_ADAM7) in png_write_IHDR() 784 interlace_type = PNG_INTERLACE_ADAM7; in png_write_IHDR() 787 interlace_type=PNG_INTERLACE_NONE; in png_write_IHDR() 793 png_ptr->interlaced = (png_byte)interlace_type; in png_write_IHDR() 815 buf[12] = (png_byte)interlace_type; in png_write_IHDR()
|
D | pngset.c | 209 int color_type, int interlace_type, int compression_type, in png_set_IHDR() argument 223 info_ptr->interlace_type = (png_byte)interlace_type; in png_set_IHDR() 226 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type, in png_set_IHDR()
|
D | pngrutil.c | 834 int interlace_type; in png_handle_IHDR() local 856 interlace_type = buf[12]; in png_handle_IHDR() 862 png_ptr->interlaced = (png_byte)interlace_type; in png_handle_IHDR() 898 color_type, interlace_type, compression_type, filter_type); in png_handle_IHDR()
|
D | png.c | 2517 int color_type, int interlace_type, int compression_type, 2613 if (interlace_type >= PNG_INTERLACE_LAST)
|
D | pngpriv.h | 1579 int color_type, int interlace_type, int compression_type,
|
D | pngwrite.c | 111 info_ptr->interlace_type in png_write_info_before_PLTE()
|
/external/libpng/ |
D | example.c | 276 int bit_depth, color_type, interlace_type; 288 int bit_depth, color_type, interlace_type; 365 &interlace_type, NULL, NULL);
|
D | pngget.c | 100 return info_ptr->interlace_type; in png_get_interlace_type() 826 int *color_type, int *interlace_type, int *compression_type, in png_get_IHDR() argument 852 if (interlace_type != NULL) in png_get_IHDR() 853 *interlace_type = info_ptr->interlace_type; in png_get_IHDR() 861 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type, in png_get_IHDR()
|
D | pnginfo.h | 70 png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member
|
D | pngwutil.c | 675 int interlace_type) in png_write_IHDR() argument 785 if (interlace_type != PNG_INTERLACE_NONE && in png_write_IHDR() 786 interlace_type != PNG_INTERLACE_ADAM7) in png_write_IHDR() 789 interlace_type = PNG_INTERLACE_ADAM7; in png_write_IHDR() 792 interlace_type=PNG_INTERLACE_NONE; in png_write_IHDR() 798 png_ptr->interlaced = (png_byte)interlace_type; in png_write_IHDR() 820 buf[12] = (png_byte)interlace_type; in png_write_IHDR()
|
D | pngset.c | 256 int color_type, int interlace_type, int compression_type, in png_set_IHDR() argument 270 info_ptr->interlace_type = (png_byte)interlace_type; in png_set_IHDR() 273 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type, in png_set_IHDR()
|
D | pngtest.c | 1086 int interlace_type, compression_type, filter_type; in test_one_file() local 1089 &color_type, &interlace_type, &compression_type, &filter_type) != 0) in test_one_file() 1092 color_type, interlace_type, compression_type, filter_type); in test_one_file() 1096 switch (interlace_type) in test_one_file()
|
D | pngrutil.c | 844 int interlace_type; in png_handle_IHDR() local 866 interlace_type = buf[12]; in png_handle_IHDR() 872 png_ptr->interlaced = (png_byte)interlace_type; in png_handle_IHDR() 908 color_type, interlace_type, compression_type, filter_type); in png_handle_IHDR()
|
D | png.c | 2555 int color_type, int interlace_type, int compression_type, 2651 if (interlace_type >= PNG_INTERLACE_LAST)
|
D | pngpriv.h | 1704 int color_type, int interlace_type, int compression_type,
|
D | libpng-manual.txt | 1257 &bit_depth, &color_type, &interlace_type, 1289 interlace_type - (PNG_INTERLACE_NONE or 1302 interlace_type, compression_type, or filter_method can 1324 interlace_type = png_get_interlace_type(png_ptr, 2225 interlace_type == PNG_INTERLACE_NONE), this is simple: 2238 If the file is interlaced (interlace_type != 0 in the IHDR chunk), things 2240 interlacing type for PNG is (interlace_type == PNG_INTERLACE_ADAM7); 2261 if (interlace_type == PNG_INTERLACE_ADAM7) 2955 bit_depth, color_type, interlace_type, 2988 interlace_type - PNG_INTERLACE_NONE or [all …]
|
D | pngwrite.c | 111 info_ptr->interlace_type in png_write_info_before_PLTE()
|
/external/libjpeg-turbo/ |
D | rdtarga.c | 343 int idlen, cmaptype, subtype, flags, interlace_type, components; in start_input_tga() local 367 interlace_type = flags >> 6; /* bits 6/7 are interlace code */ in start_input_tga() 372 interlace_type != 0 || /* currently don't allow interlaced image */ in start_input_tga()
|
/external/pdfium/testing/image_diff/ |
D | image_diff_png.cpp | 184 int bit_depth, color_type, interlace_type, compression_type; in DecodeInfoCallback() local 188 &interlace_type, &compression_type, &filter_type); in DecodeInfoCallback() 233 if (interlace_type == PNG_INTERLACE_ADAM7) in DecodeInfoCallback()
|