HomeSort by relevance Sort by last modified time
    Searched refs:interlace_type (Results 1 - 25 of 31) sorted by null

1 2

  /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/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 */
  /external/chromium_org/third_party/libpng/
pngget.c 103 return info_ptr->interlace_type;
579 int *color_type, int *interlace_type, int *compression_type,
600 if (interlace_type != NULL)
601 *interlace_type = info_ptr->interlace_type;
609 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type,
pngset.c 229 int color_type, int interlace_type, int compression_type,
243 info_ptr->interlace_type = (png_byte)interlace_type;
246 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type,
    [all...]
pngwutil.c 394 int interlace_type)
479 if (interlace_type != PNG_INTERLACE_NONE &&
480 interlace_type != PNG_INTERLACE_ADAM7)
483 interlace_type = PNG_INTERLACE_ADAM7;
486 interlace_type=PNG_INTERLACE_NONE;
492 png_ptr->interlaced = (png_byte)interlace_type;
514 buf[12] = (png_byte)interlace_type;
    [all...]
png.c 962 int color_type, int interlace_type, int compression_type,
1044 if (interlace_type >= PNG_INTERLACE_LAST)
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...]
pngwrite.c 53 info_ptr->interlace_type);
    [all...]
  /external/libpng/
example.c 89 int bit_depth, color_type, interlace_type;
101 int bit_depth, color_type, interlace_type;
178 &interlace_type, int_p_NULL, int_p_NULL);
pngget.c 103 return info_ptr->interlace_type;
579 int *color_type, int *interlace_type, int *compression_type,
600 if (interlace_type != NULL)
601 *interlace_type = info_ptr->interlace_type;
609 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type,
png.c 932 int color_type, int interlace_type, int compression_type,
1014 if (interlace_type >= PNG_INTERLACE_LAST)
pngset.c 229 int color_type, int interlace_type, int compression_type,
243 info_ptr->interlace_type = (png_byte)interlace_type;
246 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type,
    [all...]
pngwutil.c 394 int interlace_type)
479 if (interlace_type != PNG_INTERLACE_NONE &&
480 interlace_type != PNG_INTERLACE_ADAM7)
483 interlace_type = PNG_INTERLACE_ADAM7;
486 interlace_type=PNG_INTERLACE_NONE;
492 png_ptr->interlaced = (png_byte)interlace_type;
514 buf[12] = (png_byte)interlace_type;
    [all...]
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/qemu/distrib/libpng-1.2.19/
pngget.c 102 return info_ptr->interlace_type;
541 int *color_type, int *interlace_type, int *compression_type,
561 if (interlace_type != NULL)
562 *interlace_type = info_ptr->interlace_type;
pngset.c 262 int color_type, int interlace_type, int compression_type,
304 if (interlace_type >= PNG_INTERLACE_LAST)
344 info_ptr->interlace_type = (png_byte)interlace_type;
    [all...]
pngwutil.c 378 int interlace_type)
459 if (interlace_type != PNG_INTERLACE_NONE &&
460 interlace_type != PNG_INTERLACE_ADAM7)
463 interlace_type = PNG_INTERLACE_ADAM7;
466 interlace_type=PNG_INTERLACE_NONE;
472 png_ptr->interlaced = (png_byte)interlace_type;
494 buf[12] = (png_byte)interlace_type;
    [all...]
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...]
  /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)
png_codec_unittest.cc 155 const int interlace_type = PNG_INTERLACE_NONE,
217 interlace_type, PNG_COMPRESSION_TYPE_DEFAULT,
    [all...]

Completed in 286 milliseconds

1 2