Searched refs:filter_method (Results 1 - 9 of 9) sorted by relevance

/external/libpng/contrib/examples/
H A Dpngpixel.c182 compression_method, filter_method; local
217 &compression_method, &filter_method))
/external/libpng/contrib/libtests/
H A Dpngimage.c523 int filter_method; member in struct:display
868 &dp->interlace_method, &dp->compression_method, &dp->filter_method))
920 int interlace_method, compression_method, filter_method; local
924 &color_type, &interlace_method, &compression_method, &filter_method);
937 C(filter_method);
1271 dp->interlace_method, dp->compression_method, dp->filter_method);
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.h405 unsigned filter_method; /*filter method of the original file*/ member in struct:LodePNGInfo
H A Dlodepng.cpp2844 info->filter_method = 0;
3984 info->filter_method = in[27];
4000 if(info->filter_method != 0) CERROR_RETURN_ERROR(state->error, 33);
/external/libpng/contrib/tools/
H A Dpngfix.c848 png_byte filter_method; member in struct:file
1464 else if (file->filter_method != 0)
2892 file->filter_method = reread_byte(file);
/external/libpng/
H A Dpng.h2173 int *compression_method, int *filter_method));
2178 int filter_method));
H A Dpngpriv.h1023 int compression_method, int filter_method, int interlace_method),PNG_EMPTY);
/external/pdfium/samples/fx_lpng/lpng_v163/
H A Dpng.h2463 int *compression_method, int *filter_method));
2468 int filter_method));
H A Dpngpriv.h976 int compression_method, int filter_method, int interlace_method),PNG_EMPTY);

Completed in 293 milliseconds