Home
last modified time | relevance | path

Searched refs:interlace_method (Results 1 – 14 of 14) sorted by relevance

/external/libpng/contrib/examples/
Dpngpixel.c183 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/
Dpngimage.c565 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/
Dlodepng.h406 unsigned interlace_method; /*interlace method of the original file*/ member
Dlodepng.cpp2842 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()
Dlodepng_util.cpp199 if(state.info_png.interlace_method == 0) in getFilterTypesInterlaced()
/external/libpng/contrib/tools/
Dpngfix.c855 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/
Dpng.h2042 int *bit_depth, int *color_type, int *interlace_method,
2047 int color_type, int interlace_method, int compression_method,
Dpngpriv.h1069 int compression_method, int filter_method, int interlace_method),PNG_EMPTY);
/external/skia/third_party/libpng/
Dpng.h2042 int *bit_depth, int *color_type, int *interlace_method,
2047 int color_type, int interlace_method, int compression_method,
Dpngpriv.h1040 int compression_method, int filter_method, int interlace_method),PNG_EMPTY);
/external/pdfium/third_party/libpng16/
Dpng.h2042 int *bit_depth, int *color_type, int *interlace_method,
2047 int color_type, int interlace_method, int compression_method,
Dpngpriv.h1040 int compression_method, int filter_method, int interlace_method),PNG_EMPTY);
/external/syslinux/com32/include/
Dpng.h2395 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/
Dpng.c624 interlace_method, member
3751 mng_info->ob[object_id]->interlace_method=ping_interlace_method; in ReadOnePNGImage()