Home
last modified time | relevance | path

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

/external/libpng/contrib/gregbook/
Dwritepng.c88 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/
Dpngvalid.c297 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/
Dfx_pngget.c99 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()
Dpnginfo.h71 png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member
Dfx_pngset.c206 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()
Dfx_pngwutil.c755 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()
Dfx_pngrutil.c799 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()
Dfx_png.c2360 int color_type, int interlace_type, int compression_type,
2443 if (interlace_type >= PNG_INTERLACE_LAST)
Dpngpriv.h1611 int color_type, int interlace_type, int compression_type,
Dfx_pngwrite.c109 info_ptr->interlace_type in png_write_info_before_PLTE()
/external/libpng/
Dpngget.c100 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()
Dexample.c276 int bit_depth, color_type, interlace_type;
288 int bit_depth, color_type, interlace_type;
365 &interlace_type, NULL, NULL);
Dpnginfo.h71 png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member
Dpngset.c207 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()
Dpngtest.c1049 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()
Dpngwutil.c756 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()
Dpngrutil.c831 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()
Dpng.c2439 int color_type, int interlace_type, int compression_type,
2536 if (interlace_type >= PNG_INTERLACE_LAST)
Dpngpriv.h1543 int color_type, int interlace_type, int compression_type,
Dlibpng-manual.txt1226 &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 …]
Dpngwrite.c110 info_ptr->interlace_type in png_write_info_before_PLTE()
/external/jpeg/
Drdtarga.c337 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/
Dimage_diff_png.cc151 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()