/external/libpng/contrib/examples/ |
H A D | pngpixel.c | 183 int bit_depth, color_type, interlace_method, local 218 &bit_depth, &color_type, &interlace_method, 228 switch (interlace_method) 250 if (interlace_method == PNG_INTERLACE_ADAM7)
|
/external/libpng/contrib/libtests/ |
H A D | pngimage.c | 554 int interlace_method; member in struct:display 940 &dp->interlace_method, &dp->compression_method, &dp->filter_method)) 989 int interlace_method, compression_method, filter_method; local 993 &color_type, &interlace_method, &compression_method, &filter_method); 1004 C(interlace_method); 1340 dp->interlace_method, dp->compression_method, dp->filter_method);
|
/external/zopfli/src/zopflipng/lodepng/ |
H A D | lodepng.h | 406 unsigned interlace_method; /*interlace method of the original file*/ member in struct:LodePNGInfo
|
H A D | lodepng.cpp | 2842 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 D | lodepng_util.cpp | 199 if(state.info_png.interlace_method == 0)
|
/external/libpng/contrib/tools/ |
H A D | pngfix.c | 855 png_byte interlace_method; member in struct:file 1473 else switch (file->interlace_method) 2900 file->interlace_method = reread_byte(file);
|
/external/libpng/ |
H A D | png.h | 2042 int *bit_depth, int *color_type, int *interlace_method, 2047 int color_type, int interlace_method, int compression_method,
|
H A D | pngpriv.h | 1040 int compression_method, int filter_method, int interlace_method),PNG_EMPTY);
|
/external/opencv3/3rdparty/libpng/ |
H A D | png.h | 2167 int *interlace_method, int *compression_method, int *filter_method)); 2172 int interlace_method, int compression_method, int filter_method));
|
H A D | pngpriv.h | 812 int interlace_method));
|
/external/pdfium/third_party/lpng_v163/ |
H A D | png.h | 2462 int *bit_depth, int *color_type, int *interlace_method, 2467 int color_type, int interlace_method, int compression_method,
|
H A D | pngpriv.h | 970 int compression_method, int filter_method, int interlace_method),PNG_EMPTY);
|
/external/ImageMagick/coders/ |
H A D | png.c | 626 interlace_method, 2400 " PNG interlace_method: %d, filter_method: %d", 3101 (void) SetImageProperty(image,"png:IHDR.interlace_method",msg,exception); 3758 mng_info->ob[object_id]->interlace_method=ping_interlace_method; 4397 data[16]=0; /* interlace_method 0 */ 624 interlace_method, member in struct:_MngBuffer
|