/external/libpng/contrib/gregbook/ |
writepng.c | 87 int color_type, interlace_type; local 151 interlace_type = mainprog_ptr->interlaced? PNG_INTERLACE_ADAM7 : 155 mainprog_ptr->sample_depth, color_type, interlace_type,
|
/external/jpeg/ |
rdtarga.c | 337 int idlen, cmaptype, subtype, flags, interlace_type, components; local 361 interlace_type = flags >> 6; /* bits 6/7 are interlace code */ 366 interlace_type != 0) /* currently don't allow interlaced image */
|
/external/qemu/distrib/jpeg-6b/ |
rdtarga.c | 337 int idlen, cmaptype, subtype, flags, interlace_type, components; local 361 interlace_type = flags >> 6; /* bits 6/7 are interlace code */ 366 interlace_type != 0) /* currently don't allow interlaced image */
|
/ndk/tests/build/issue20862-libpng-O0/jni/ |
pnginfo.h | 71 png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member in struct:png_info_def
|
/external/chromium_org/tools/imagediff/ |
image_diff_png.cc | 156 int bit_depth, color_type, interlace_type, compression_type; local 160 &interlace_type, &compression_type, &filter_type); 205 if (interlace_type == PNG_INTERLACE_ADAM7)
|
/external/chromium_org/ui/gfx/codec/ |
png_codec.cc | 167 int bit_depth, color_type, interlace_type, compression_type; local 171 &interlace_type, &compression_type, &filter_type); 273 if (interlace_type == PNG_INTERLACE_ADAM7)
|
/external/libpng/ |
pngtest.c | 907 int interlace_type, compression_type, filter_type; local 910 &color_type, &interlace_type, &compression_type, &filter_type)) 914 color_type, interlace_type, compression_type, filter_type); [all...] |
pngrutil.c | 462 int interlace_type; local 484 interlace_type = buf[12]; 490 png_ptr->interlaced = (png_byte)interlace_type; 526 color_type, interlace_type, compression_type, filter_type); [all...] |
/frameworks/base/tools/aapt/ |
Images.cpp | 76 int bit_depth, interlace_type, compression_type; local 83 &interlace_type, &compression_type, NULL); 86 //printf("color_type=%d, bit_depth=%d, interlace_type=%d, compression_type=%d\n", 87 // color_type, bit_depth, interlace_type, compression_type); 132 interlace_type, compression_type)); 136 &interlace_type, &compression_type, NULL); 980 int bit_depth, interlace_type, compression_type; local [all...] |
/external/chromium_org/third_party/libpng/ |
pngrutil.c | 446 int interlace_type; local 468 interlace_type = buf[12]; 474 png_ptr->interlaced = (png_byte)interlace_type; 510 color_type, interlace_type, compression_type, filter_type); [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
pngrutil.c | 353 int interlace_type; local 375 interlace_type = buf[12]; 381 png_ptr->interlaced = (png_byte)interlace_type; 414 color_type, interlace_type, compression_type, filter_type); [all...] |
png.h | 711 png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member in struct:png_info_struct [all...] |