Searched refs:interlace_method (Results 1 - 10 of 10) sorted by relevance

/external/libpng/contrib/examples/
H A Dpngpixel.c181 int bit_depth, color_type, interlace_method, local
216 &bit_depth, &color_type, &interlace_method,
226 switch (interlace_method)
248 if (interlace_method == PNG_INTERLACE_ADAM7)
/external/libpng/contrib/libtests/
H A Dpngimage.c521 int interlace_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);
935 C(interlace_method);
1271 dp->interlace_method, dp->compression_method, dp->filter_method);
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.h406 unsigned interlace_method; /*interlace method of the original file*/ member in struct:LodePNGInfo
H A Dlodepng.cpp2842 info->interlace_method = 0;
3985 info->interlace_method = in[28];
4002 if(info->interlace_method > 1) CERROR_RETURN_ERROR(state->error, 34);
4217 if(info_png->interlace_method == 0)
4227 else /*interlace_method is 1 (Adam7)*/
4903 LodePNGColorType colortype, unsigned bitdepth, unsigned interlace_method)
4915 ucvector_push_back(&header, interlace_method); /*interlace method*/
5547 if(info_png->interlace_method == 0)
5574 else /*interlace_method is 1 (Adam7)*/
5696 if(state->info_png.interlace_method >
4902 addChunk_IHDR(ucvector* out, unsigned w, unsigned h, LodePNGColorType colortype, unsigned bitdepth, unsigned interlace_method) argument
[all...]
H A Dlodepng_util.cpp199 if(state.info_png.interlace_method == 0)
/external/libpng/contrib/tools/
H A Dpngfix.c849 png_byte interlace_method; member in struct:file
1467 else switch (file->interlace_method)
2893 file->interlace_method = reread_byte(file);
/external/libpng/
H A Dpng.h2172 int *bit_depth, int *color_type, int *interlace_method,
2177 int color_type, int interlace_method, int compression_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.h2462 int *bit_depth, int *color_type, int *interlace_method,
2467 int color_type, int interlace_method, int compression_method,
H A Dpngpriv.h976 int compression_method, int filter_method, int interlace_method),PNG_EMPTY);

Completed in 372 milliseconds