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

  /external/libpng/
pnginfo.h 71 png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member in struct:png_info_def
example.c 276 int bit_depth, color_type, interlace_type;
288 int bit_depth, color_type, interlace_type;
365 &interlace_type, NULL, NULL);
    [all...]
pngget.c 100 return info_ptr->interlace_type;
764 int *color_type, int *interlace_type, int *compression_type,
784 if (interlace_type != NULL)
785 *interlace_type = info_ptr->interlace_type;
793 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type,
    [all...]
pngset.c 207 int color_type, int interlace_type, int compression_type,
221 info_ptr->interlace_type = (png_byte)interlace_type;
224 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type,
    [all...]
pngtest.c 1049 int interlace_type, compression_type, filter_type; local
1052 &color_type, &interlace_type, &compression_type, &filter_type))
1055 color_type, interlace_type, compression_type, filter_type);
1061 switch (interlace_type)
    [all...]
pngwutil.c 756 int interlace_type)
861 if (interlace_type != PNG_INTERLACE_NONE &&
862 interlace_type != PNG_INTERLACE_ADAM7)
865 interlace_type = PNG_INTERLACE_ADAM7;
868 interlace_type=PNG_INTERLACE_NONE;
874 png_ptr->interlaced = (png_byte)interlace_type;
896 buf[12] = (png_byte)interlace_type;
    [all...]
pngrutil.c 824 int interlace_type; local
846 interlace_type = buf[12];
852 png_ptr->interlaced = (png_byte)interlace_type;
889 color_type, interlace_type, compression_type, filter_type);
    [all...]
png.c     [all...]
pngpriv.h     [all...]
pngwrite.c 110 info_ptr->interlace_type
    [all...]
  /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/chromium_org/third_party/libjpeg_turbo/
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/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/libpng/contrib/libtests/
pngvalid.c 297 int bit_depth, unsigned int npalette, int interlace_type,
311 if (interlace_type != PNG_INTERLACE_NONE)
1922 int interlace_type :9; \/* int, but must store '1' *\/ member in struct:png_modifier
3585 int interlace_type; local
4088 int interlace_type; local
4249 int interlace_type; member in struct:standard_display
5116 int interlace_type; local
    [all...]
  /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...]
png.h     [all...]
  /external/chromium_org/tools/imagediff/
image_diff_png.cc 149 int bit_depth, color_type, interlace_type, compression_type; local
153 &interlace_type, &compression_type, &filter_type);
198 if (interlace_type == PNG_INTERLACE_ADAM7)
  /external/chromium_org/ui/gfx/codec/
png_codec.cc 162 int bit_depth, color_type, interlace_type, compression_type; local
166 &interlace_type, &compression_type, &filter_type);
268 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 856 milliseconds