Home
last modified time | relevance | path

Searched refs:filter_method (Results 1 – 16 of 16) sorted by relevance

/external/libpng/contrib/examples/
Dpngpixel.c184 compression_method, filter_method; in main() local
219 &compression_method, &filter_method)) in main()
/external/libpng/contrib/libtests/
Dpngimage.c567 int filter_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()
1017 C(filter_method); in compare_read()
1356 dp->interlace_method, dp->compression_method, dp->filter_method); in write_png()
/external/zopfli/src/zopflipng/lodepng/
Dlodepng.h405 unsigned filter_method; /*filter method of the original file*/ member
Dlodepng.cpp2844 info->filter_method = 0; in lodepng_info_init()
3984 info->filter_method = in[27]; in lodepng_inspect()
4000 if(info->filter_method != 0) CERROR_RETURN_ERROR(state->error, 33); in lodepng_inspect()
/external/libpng/contrib/tools/
Dpngfix.c854 png_byte filter_method; member
1470 else if (file->filter_method != 0) in calc_image_size()
2899 file->filter_method = reread_byte(file); in process_chunk()
/external/libpng/
Dpng.h2043 int *compression_method, int *filter_method));
2048 int filter_method));
Dpngpriv.h1069 int compression_method, int filter_method, int interlace_method),PNG_EMPTY);
Dlibpng-manual.txt1231 &compression_type, &filter_method);
1268 filter_method - (must be PNG_FILTER_TYPE_BASE
1275 interlace_type, compression_type, or filter_method can
1303 filter_method = png_get_filter_type(png_ptr,
2908 compression_type, filter_method)
2946 filter_method - (must be PNG_FILTER_TYPE_DEFAULT
2958 filter_method later by calling png_set_IHDR() again; if you do this, the
4428 same as the value of filter_method used
/external/skia/third_party/libpng/
Dpng.h2043 int *compression_method, int *filter_method));
2048 int filter_method));
Dpngpriv.h1040 int compression_method, int filter_method, int interlace_method),PNG_EMPTY);
Dlibpng-manual.txt1231 &compression_type, &filter_method);
1268 filter_method - (must be PNG_FILTER_TYPE_BASE
1275 interlace_type, compression_type, or filter_method can
1303 filter_method = png_get_filter_type(png_ptr,
2903 compression_type, filter_method)
2941 filter_method - (must be PNG_FILTER_TYPE_DEFAULT
2953 filter_method later by calling png_set_IHDR() again; if you do this, the
4423 same as the value of filter_method used
/external/pdfium/third_party/libpng16/
Dpng.h2043 int *compression_method, int *filter_method));
2048 int filter_method));
Dpngpriv.h1040 int compression_method, int filter_method, int interlace_method),PNG_EMPTY);
/external/syslinux/com32/include/
Dpng.h2396 int *compression_method, int *filter_method));
2401 int filter_method));
3232 int bit_depth, int color_type, int compression_method, int filter_method,
/external/syslinux/com32/lib/libpng/
Dlibpng.txt458 &compression_type, &filter_method);
486 filter_method - (must be PNG_FILTER_TYPE_BASE
496 filter_method can be NULL if you are
527 filter_method = png_get_filter_type(png_ptr,
1693 compression_type, filter_method)
1725 filter_method - (must be PNG_FILTER_TYPE_DEFAULT
2599 same as the value of filter_method used
/external/ImageMagick/coders/
Dpng.c621 filter_method, member
3754 mng_info->ob[object_id]->filter_method=ping_filter_method; in ReadOnePNGImage()