HomeSort by relevance Sort by last modified time
    Searched defs:interlace_type (Results 1 - 15 of 15) sorted by null

  /external/libpng/contrib/gregbook/
writepng.c 88 int color_type, interlace_type; local
153 interlace_type = mainprog_ptr->interlaced? PNG_INTERLACE_ADAM7 :
157 mainprog_ptr->sample_depth, color_type, interlace_type,
  /external/libjpeg-turbo/
rdtarga.c 339 int idlen, cmaptype, subtype, flags, interlace_type, components; local
363 interlace_type = flags >> 6; /* bits 6/7 are interlace code */
368 interlace_type != 0 || /* currently don't allow interlaced image */
  /external/libpng/
pnginfo.h 70 png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member in struct:png_info_def
pngrutil.c 836 int interlace_type; local
858 interlace_type = buf[12];
864 png_ptr->interlaced = (png_byte)interlace_type;
900 color_type, interlace_type, compression_type, filter_type);
    [all...]
pngtest.c 1084 int interlace_type, compression_type, filter_type; local
1087 &color_type, &interlace_type, &compression_type, &filter_type) != 0)
1090 color_type, interlace_type, compression_type, filter_type);
1094 switch (interlace_type)
    [all...]
  /external/pdfium/third_party/libpng16/
pnginfo.h 70 png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member in struct:png_info_def
pngrutil.c 834 int interlace_type; local
856 interlace_type = buf[12];
862 png_ptr->interlaced = (png_byte)interlace_type;
898 color_type, interlace_type, compression_type, filter_type);
    [all...]
  /external/skia/third_party/libpng/
pnginfo.h 70 png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member in struct:png_info_def
pngrutil.c 834 int interlace_type; local
856 interlace_type = buf[12];
862 png_ptr->interlaced = (png_byte)interlace_type;
898 color_type, interlace_type, compression_type, filter_type);
    [all...]
pngtest.c 1077 int interlace_type, compression_type, filter_type; local
1080 &color_type, &interlace_type, &compression_type, &filter_type) != 0)
1083 color_type, interlace_type, compression_type, filter_type);
1087 switch (interlace_type)
    [all...]
  /external/pdfium/samples/
image_diff_png.cc 151 int bit_depth, color_type, interlace_type, compression_type; local
155 &interlace_type, &compression_type, &filter_type);
200 if (interlace_type == PNG_INTERLACE_ADAM7)
  /external/syslinux/com32/lib/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 439 int interlace_type; local
461 interlace_type = buf[12];
467 png_ptr->interlaced = (png_byte)interlace_type;
503 color_type, interlace_type, compression_type, filter_type);
    [all...]
  /frameworks/base/tools/aapt/
Images.cpp 104 int bit_depth, interlace_type, compression_type; local
113 &interlace_type, &compression_type, NULL);
116 //printf("color_type=%d, bit_depth=%d, interlace_type=%d, compression_type=%d\n",
117 // color_type, bit_depth, interlace_type, compression_type);
165 interlace_type, compression_type);
170 &interlace_type, &compression_type, NULL);
1144 int bit_depth, interlace_type, compression_type; local
    [all...]
  /external/libpng/contrib/libtests/
pngvalid.c 381 int bit_depth, unsigned int npalette, int interlace_type,
399 if (interlace_type != PNG_INTERLACE_NONE)
2435 int interlace_type :9; \/* int, but must store '1' *\/ member in struct:png_modifier
4282 int interlace_type; local
4781 int interlace_type; local
4942 png_byte interlace_type; member in struct:standard_display
5818 int interlace_type; local
    [all...]

Completed in 942 milliseconds