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

  /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/skia/src/images/
SkImageDecoder_libpng.cpp 235 int bit_depth, color_type, interlace_type; local
237 &color_type, &interlace_type, int_p_NULL, int_p_NULL);
277 int bit_depth, color_type, interlace_type; local
279 &color_type, &interlace_type, int_p_NULL, int_p_NULL);
332 const int number_passes = interlace_type != PNG_INTERLACE_NONE ?
433 int bit_depth, color_type, interlace_type; local
436 &color_type, &interlace_type, int_p_NULL, int_p_NULL);
451 int bit_depth, color_type, interlace_type; local
453 &color_type, &interlace_type, int_p_NULL, int_p_NULL);
622 int bit_depth, color_type, interlace_type; local
    [all...]
  /frameworks/base/tools/aapt/
Images.cpp 69 int bit_depth, interlace_type, compression_type; local
76 &interlace_type, &compression_type, NULL);
79 //printf("color_type=%d, bit_depth=%d, interlace_type=%d, compression_type=%d\n",
80 // color_type, bit_depth, interlace_type, compression_type);
125 interlace_type, compression_type));
129 &interlace_type, &compression_type, NULL);
845 int bit_depth, interlace_type, compression_type; local
959 &bit_depth, &color_type, &interlace_type,
963 (int)width, (int)height, bit_depth, color_type, interlace_type,
    [all...]
  /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/
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,
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...]
png.c 962 int color_type, int interlace_type, int compression_type,
1044 if (interlace_type >= PNG_INTERLACE_LAST)
pngrutil.c 456 int interlace_type; local
478 interlace_type = buf[12];
484 png_ptr->interlaced = (png_byte)interlace_type;
520 color_type, interlace_type, compression_type, filter_type);
    [all...]
pngwrite.c 53 info_ptr->interlace_type);
    [all...]
png.h     [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...]
pngwrite.c 46 info_ptr->interlace_type);
    [all...]
png.h 711 png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member in struct:png_info_struct
    [all...]

Completed in 637 milliseconds