Searched defs:interlace_type (Results 1 – 15 of 15) sorted by relevance
/external/libpng/contrib/gregbook/ |
D | writepng.c | 88 int color_type, interlace_type; in writepng_init() local
|
/external/libpng/ |
D | pnginfo.h | 70 png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member
|
D | pngset.c | 209 int color_type, int interlace_type, int compression_type, in png_set_IHDR()
|
D | pngget.c | 797 int *color_type, int *interlace_type, int *compression_type, in png_get_IHDR()
|
D | pngtest.c | 1068 int interlace_type, compression_type, filter_type; in test_one_file() local
|
D | pngwutil.c | 759 int interlace_type) in png_write_IHDR()
|
D | pngrutil.c | 868 int interlace_type; in png_handle_IHDR() local
|
/external/pdfium/samples/fx_lpng/lpng_v163/ |
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()
|
D | fx_pngget.c | 763 int *color_type, int *interlace_type, int *compression_type, in png_get_IHDR()
|
D | fx_pngwutil.c | 755 int interlace_type) in png_write_IHDR()
|
D | fx_pngrutil.c | 799 int interlace_type; in png_handle_IHDR() local
|
/external/jpeg/ |
D | rdtarga.c | 337 int idlen, cmaptype, subtype, flags, interlace_type, components; in start_input_tga() local
|
/external/libpng/contrib/libtests/ |
D | pngvalid.c | 336 int bit_depth, unsigned int npalette, int interlace_type, in standard_name() 2002 int interlace_type :9; /* int, but must store '1' */ member 3311 npasses_from_interlace_type(png_const_structp pp, int interlace_type) in npasses_from_interlace_type() 3561 check_interlace_type(int const interlace_type) in check_interlace_type() 3655 int interlace_type, png_const_charp name) in make_transform_image() 3831 int interlace_type; in make_transform_images() local 3872 png_byte const bit_depth, int const interlace_type, in make_size_image() 4186 png_byte bit_depth, int interlace_type, int test, png_const_charp name) in make_error() 4320 int interlace_type; in make_errors() local 4481 png_byte interlace_type; member [all …]
|
/external/pdfium/samples/ |
D | image_diff_png.cc | 151 int bit_depth, color_type, interlace_type, compression_type; in DecodeInfoCallback() local
|