/external/libpng/contrib/examples/ |
D | pngpixel.c | 183 int bit_depth, color_type, interlace_method, in main() local 218 &bit_depth, &color_type, &interlace_method, in main() 228 switch (interlace_method) in main() 250 if (interlace_method == PNG_INTERLACE_ADAM7) in main()
|
/external/libpng/contrib/libtests/ |
D | pngimage.c | 565 int interlace_method; member 951 &dp->interlace_method, &dp->compression_method, &dp->filter_method)) in update_display() 1000 int interlace_method, compression_method, filter_method; in compare_read() local 1004 &color_type, &interlace_method, &compression_method, &filter_method); in compare_read() 1015 C(interlace_method); in compare_read() 1356 dp->interlace_method, dp->compression_method, dp->filter_method); in write_png()
|
/external/zopfli/src/zopflipng/lodepng/ |
D | lodepng.h | 406 unsigned interlace_method; /*interlace method of the original file*/ member
|
D | lodepng.cpp | 2842 info->interlace_method = 0; in lodepng_info_init() 3985 info->interlace_method = in[28]; in lodepng_inspect() 4002 if(info->interlace_method > 1) CERROR_RETURN_ERROR(state->error, 34); in lodepng_inspect() 4217 if(info_png->interlace_method == 0) in postProcessScanlines() 4903 … LodePNGColorType colortype, unsigned bitdepth, unsigned interlace_method) in addChunk_IHDR() argument 4915 ucvector_push_back(&header, interlace_method); /*interlace method*/ in addChunk_IHDR() 5547 if(info_png->interlace_method == 0) in preProcessScanlines() 5696 if(state->info_png.interlace_method > 1) in lodepng_encode() 5731 addChunk_IHDR(&outv, w, h, info.color.colortype, info.color.bitdepth, info.interlace_method); in lodepng_encode()
|
D | lodepng_util.cpp | 199 if(state.info_png.interlace_method == 0) in getFilterTypesInterlaced()
|
/external/libpng/contrib/tools/ |
D | pngfix.c | 855 png_byte interlace_method; member 1473 else switch (file->interlace_method) in calc_image_size() 2900 file->interlace_method = reread_byte(file); in process_chunk()
|
/external/libpng/ |
D | png.h | 2042 int *bit_depth, int *color_type, int *interlace_method, 2047 int color_type, int interlace_method, int compression_method,
|
D | pngpriv.h | 1069 int compression_method, int filter_method, int interlace_method),PNG_EMPTY);
|
/external/skia/third_party/libpng/ |
D | png.h | 2042 int *bit_depth, int *color_type, int *interlace_method, 2047 int color_type, int interlace_method, int compression_method,
|
D | pngpriv.h | 1040 int compression_method, int filter_method, int interlace_method),PNG_EMPTY);
|
/external/pdfium/third_party/libpng16/ |
D | png.h | 2042 int *bit_depth, int *color_type, int *interlace_method, 2047 int color_type, int interlace_method, int compression_method,
|
D | pngpriv.h | 1040 int compression_method, int filter_method, int interlace_method),PNG_EMPTY);
|
/external/syslinux/com32/include/ |
D | png.h | 2395 int *bit_depth, int *color_type, int *interlace_method, 2400 int color_type, int interlace_method, int compression_method, 3233 int interlace_method)) PNG_PRIVATE;
|
/external/ImageMagick/coders/ |
D | png.c | 624 interlace_method, member 3751 mng_info->ob[object_id]->interlace_method=ping_interlace_method; in ReadOnePNGImage()
|