Home
last modified time | relevance | path

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

/external/libpng/contrib/examples/
Dpngpixel.c182 compression_method, filter_method; in main() local
217 &compression_method, &filter_method)) in main()
/external/libpng/contrib/libtests/
Dpngimage.c523 int filter_method; member
868 &dp->interlace_method, &dp->compression_method, &dp->filter_method)) in update_display()
920 int interlace_method, compression_method, filter_method; in compare_read() local
924 &color_type, &interlace_method, &compression_method, &filter_method); in compare_read()
937 C(filter_method); in compare_read()
1271 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.c848 png_byte filter_method; member
1464 else if (file->filter_method != 0) in calc_image_size()
2892 file->filter_method = reread_byte(file); in process_chunk()
/external/libpng/
Dpng.h2173 int *compression_method, int *filter_method));
2178 int filter_method));
Dpngpriv.h1023 int compression_method, int filter_method, int interlace_method),PNG_EMPTY);
Dlibpng-manual.txt1227 &compression_type, &filter_method);
1264 filter_method - (must be PNG_FILTER_TYPE_BASE
1271 filter_method can be NULL if you are
1299 filter_method = png_get_filter_type(png_ptr,
2897 compression_type, filter_method)
2935 filter_method - (must be PNG_FILTER_TYPE_DEFAULT
2947 filter_method later by calling png_set_IHDR() again; if you do this, the
4384 same as the value of filter_method used
/external/pdfium/samples/fx_lpng/lpng_v163/
Dpng.h2463 int *compression_method, int *filter_method));
2468 int filter_method));
Dpngpriv.h976 int compression_method, int filter_method, int interlace_method),PNG_EMPTY);