/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 | 297 int bit_depth, unsigned int npalette, int interlace_type, in standard_name() argument 311 if (interlace_type != PNG_INTERLACE_NONE) in standard_name() 1922 int interlace_type :9; /* int, but must store '1' */ member 2011 pm->interlace_type = PNG_INTERLACE_NONE; in modifier_init() 3169 npasses_from_interlace_type(png_const_structp pp, int interlace_type) in npasses_from_interlace_type() argument 3171 switch (interlace_type) in npasses_from_interlace_type() 3419 check_interlace_type(int PNG_CONST interlace_type) in check_interlace_type() argument 3421 if (interlace_type != PNG_INTERLACE_NONE) in check_interlace_type() 3441 int interlace_type, png_const_charp name) in make_transform_image() argument 3445 check_interlace_type(interlace_type); in make_transform_image() [all …]
|
/external/pdfium/samples/fx_lpng/lpng_v163/ |
D | fx_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 | fx_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 | fx_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 | fx_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 | fx_png.c | 2360 int color_type, int interlace_type, int compression_type, 2443 if (interlace_type >= PNG_INTERLACE_LAST)
|
D | pngpriv.h | 1611 int color_type, int interlace_type, int compression_type,
|
D | fx_pngwrite.c | 109 info_ptr->interlace_type in png_write_info_before_PLTE()
|
/external/libpng/ |
D | pngget.c | 100 return info_ptr->interlace_type; in png_get_interlace_type() 764 int *color_type, int *interlace_type, int *compression_type, in png_get_IHDR() argument 784 if (interlace_type != NULL) in png_get_IHDR() 785 *interlace_type = info_ptr->interlace_type; in png_get_IHDR() 793 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 | 71 png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member
|
D | pngset.c | 207 int color_type, int interlace_type, int compression_type, in png_set_IHDR() argument 221 info_ptr->interlace_type = (png_byte)interlace_type; in png_set_IHDR() 224 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type, in png_set_IHDR()
|
D | pngtest.c | 1049 int interlace_type, compression_type, filter_type; in test_one_file() local 1052 &color_type, &interlace_type, &compression_type, &filter_type)) in test_one_file() 1055 color_type, interlace_type, compression_type, filter_type); in test_one_file() 1061 switch (interlace_type) in test_one_file()
|
D | pngwutil.c | 756 int interlace_type) in png_write_IHDR() argument 861 if (interlace_type != PNG_INTERLACE_NONE && in png_write_IHDR() 862 interlace_type != PNG_INTERLACE_ADAM7) in png_write_IHDR() 865 interlace_type = PNG_INTERLACE_ADAM7; in png_write_IHDR() 868 interlace_type=PNG_INTERLACE_NONE; in png_write_IHDR() 874 png_ptr->interlaced = (png_byte)interlace_type; in png_write_IHDR() 896 buf[12] = (png_byte)interlace_type; in png_write_IHDR()
|
D | pngrutil.c | 831 int interlace_type; in png_handle_IHDR() local 853 interlace_type = buf[12]; in png_handle_IHDR() 859 png_ptr->interlaced = (png_byte)interlace_type; in png_handle_IHDR() 896 color_type, interlace_type, compression_type, filter_type); in png_handle_IHDR()
|
D | png.c | 2439 int color_type, int interlace_type, int compression_type, 2536 if (interlace_type >= PNG_INTERLACE_LAST)
|
D | pngpriv.h | 1543 int color_type, int interlace_type, int compression_type,
|
D | libpng-manual.txt | 1226 &bit_depth, &color_type, &interlace_type, 1258 interlace_type - (PNG_INTERLACE_NONE or 1270 Any or all of interlace_type, compression_type, or 1293 interlace_type = png_get_interlace_type(png_ptr, 2172 interlace_type == PNG_INTERLACE_NONE), this is simple: 2185 If the file is interlaced (interlace_type != 0 in the IHDR chunk), things 2187 interlacing type for PNG is (interlace_type == PNG_INTERLACE_ADAM7); 2208 if (interlace_type == PNG_INTERLACE_ADAM7) 2896 bit_depth, color_type, interlace_type, 2929 interlace_type - PNG_INTERLACE_NONE or [all …]
|
D | pngwrite.c | 110 info_ptr->interlace_type in png_write_info_before_PLTE()
|
/external/jpeg/ |
D | rdtarga.c | 337 int idlen, cmaptype, subtype, flags, interlace_type, components; in start_input_tga() local 361 interlace_type = flags >> 6; /* bits 6/7 are interlace code */ in start_input_tga() 366 interlace_type != 0) /* currently don't allow interlaced image */ in start_input_tga()
|
/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()
|