/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 | 383 int bit_depth, unsigned int npalette, int interlace_type, in standard_name() argument 401 if (interlace_type != PNG_INTERLACE_NONE) in standard_name() 2051 int interlace_type :9; /* int, but must store '1' */ member 2151 pm->interlace_type = PNG_INTERLACE_NONE; in modifier_init() 3366 npasses_from_interlace_type(png_const_structp pp, int interlace_type) in npasses_from_interlace_type() argument 3368 switch (interlace_type) in npasses_from_interlace_type() 3616 check_interlace_type(int const interlace_type) in check_interlace_type() argument 3622 if (interlace_type != PNG_INTERLACE_NONE) in check_interlace_type() 3732 int interlace_type, png_const_charp name) in make_transform_image() argument 3736 check_interlace_type(interlace_type); in make_transform_image() [all …]
|
/external/libjpeg-turbo/ |
D | rdtarga.c | 338 int idlen, cmaptype, subtype, flags, interlace_type, components; in start_input_tga() local 362 interlace_type = flags >> 6; /* bits 6/7 are interlace code */ in start_input_tga() 367 interlace_type != 0 || /* currently don't allow interlaced image */ in start_input_tga()
|
/external/opencv3/3rdparty/libpng/ |
D | pngget.c | 100 return info_ptr->interlace_type; in png_get_interlace_type() 738 int *color_type, int *interlace_type, int *compression_type, in png_get_IHDR() argument 759 if (interlace_type != NULL) in png_get_IHDR() 760 *interlace_type = info_ptr->interlace_type; in png_get_IHDR() 768 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type, in png_get_IHDR()
|
D | pnginfo.h | 71 png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member
|
D | pngset.c | 221 int color_type, int interlace_type, int compression_type, in png_set_IHDR() argument 235 info_ptr->interlace_type = (png_byte)interlace_type; in png_set_IHDR() 238 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type, in png_set_IHDR()
|
D | pngwutil.c | 679 int interlace_type) in png_write_IHDR() argument 784 if (interlace_type != PNG_INTERLACE_NONE && in png_write_IHDR() 785 interlace_type != PNG_INTERLACE_ADAM7) in png_write_IHDR() 788 interlace_type = PNG_INTERLACE_ADAM7; in png_write_IHDR() 791 interlace_type=PNG_INTERLACE_NONE; in png_write_IHDR() 797 png_ptr->interlaced = (png_byte)interlace_type; in png_write_IHDR() 819 buf[12] = (png_byte)interlace_type; in png_write_IHDR()
|
D | pngrutil.c | 526 int interlace_type; in png_handle_IHDR() local 548 interlace_type = buf[12]; in png_handle_IHDR() 554 png_ptr->interlaced = (png_byte)interlace_type; in png_handle_IHDR() 591 color_type, interlace_type, compression_type, filter_type); in png_handle_IHDR()
|
D | png.c | 1171 int color_type, int interlace_type, int compression_type, 1254 if (interlace_type >= PNG_INTERLACE_LAST)
|
D | pngpriv.h | 1394 int color_type, int interlace_type, int compression_type,
|
/external/libpng/ |
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 | example.c | 276 int bit_depth, color_type, interlace_type; 288 int bit_depth, color_type, interlace_type; 365 &interlace_type, NULL, NULL);
|
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 | pngtest.c | 1077 int interlace_type, compression_type, filter_type; in test_one_file() local 1080 &color_type, &interlace_type, &compression_type, &filter_type) != 0) in test_one_file() 1083 color_type, interlace_type, compression_type, filter_type); in test_one_file() 1087 switch (interlace_type) in test_one_file()
|
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 | 2482 int color_type, int interlace_type, int compression_type, 2578 if (interlace_type >= PNG_INTERLACE_LAST)
|
/external/pdfium/third_party/lpng_v163/ |
D | pngget.c | 99 return info_ptr->interlace_type; in png_get_interlace_type() 763 int *color_type, int *interlace_type, int *compression_type, in png_get_IHDR() argument 783 if (interlace_type != NULL) in png_get_IHDR() 784 *interlace_type = info_ptr->interlace_type; in png_get_IHDR() 792 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type, in png_get_IHDR()
|
D | pnginfo.h | 71 png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member
|
D | pngset.c | 206 int color_type, int interlace_type, int compression_type, in png_set_IHDR() argument 220 info_ptr->interlace_type = (png_byte)interlace_type; in png_set_IHDR() 223 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type, in png_set_IHDR()
|
D | pngwutil.c | 755 int interlace_type) in png_write_IHDR() argument 860 if (interlace_type != PNG_INTERLACE_NONE && in png_write_IHDR() 861 interlace_type != PNG_INTERLACE_ADAM7) in png_write_IHDR() 864 interlace_type = PNG_INTERLACE_ADAM7; in png_write_IHDR() 867 interlace_type=PNG_INTERLACE_NONE; in png_write_IHDR() 873 png_ptr->interlaced = (png_byte)interlace_type; in png_write_IHDR() 895 buf[12] = (png_byte)interlace_type; in png_write_IHDR()
|
D | pngrutil.c | 799 int interlace_type; in png_handle_IHDR() local 821 interlace_type = buf[12]; in png_handle_IHDR() 827 png_ptr->interlaced = (png_byte)interlace_type; in png_handle_IHDR() 864 color_type, interlace_type, compression_type, filter_type); in png_handle_IHDR()
|
D | png.c | 2360 int color_type, int interlace_type, int compression_type, 2443 if (interlace_type >= PNG_INTERLACE_LAST)
|
/external/pdfium/samples/ |
D | image_diff_png.cc | 151 int bit_depth, color_type, interlace_type, compression_type; in DecodeInfoCallback() local 155 &interlace_type, &compression_type, &filter_type); in DecodeInfoCallback() 200 if (interlace_type == PNG_INTERLACE_ADAM7) in DecodeInfoCallback()
|