Searched refs:filter_method (Results 1 – 10 of 10) sorted by relevance
/external/libpng/contrib/examples/ |
D | pngpixel.c | 182 compression_method, filter_method; in main() local 217 &compression_method, &filter_method)) in main()
|
/external/libpng/contrib/libtests/ |
D | pngimage.c | 523 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/ |
D | lodepng.h | 405 unsigned filter_method; /*filter method of the original file*/ member
|
D | lodepng.cpp | 2844 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/ |
D | pngfix.c | 848 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/ |
D | png.h | 2173 int *compression_method, int *filter_method)); 2178 int filter_method));
|
D | pngpriv.h | 1023 int compression_method, int filter_method, int interlace_method),PNG_EMPTY);
|
D | libpng-manual.txt | 1227 &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/ |
D | png.h | 2463 int *compression_method, int *filter_method)); 2468 int filter_method));
|
D | pngpriv.h | 976 int compression_method, int filter_method, int interlace_method),PNG_EMPTY);
|