Searched refs:interlace_type (Results 1 - 18 of 18) sorted by relevance

/external/libpng/contrib/gregbook/
H A Dwritepng.c87 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/
H A DSkImageDecoder_libpng.cpp235 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);
346 const int number_passes = interlace_type != PNG_INTERLACE_NONE ?
450 int bit_depth, color_type, interlace_type; local
453 &color_type, &interlace_type, int_p_NULL, int_p_NULL);
468 int bit_depth, color_type, interlace_type; local
470 &color_type, &interlace_type, int_p_NULL, int_p_NULL);
639 int bit_depth, color_type, interlace_type; local
[all...]
/external/jpeg/
H A Drdtarga.c337 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/
H A Dexample.c89 int bit_depth, color_type, interlace_type;
101 int bit_depth, color_type, interlace_type;
178 &interlace_type, int_p_NULL, int_p_NULL);
H A Dpngget.c103 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,
577 png_get_IHDR(png_structp png_ptr, png_infop info_ptr, png_uint_32 *width, png_uint_32 *height, int *bit_depth, int *color_type, int *interlace_type, int *compression_type, int *filter_type) argument
H A Dpngset.c229 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,
227 png_set_IHDR(png_structp png_ptr, png_infop info_ptr, png_uint_32 width, png_uint_32 height, int bit_depth, int color_type, int interlace_type, int compression_type, int filter_type) argument
H A Dpngwutil.c394 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;
392 png_write_IHDR(png_structp png_ptr, png_uint_32 width, png_uint_32 height, int bit_depth, int color_type, int compression_type, int filter_type, int interlace_type) argument
H A Dpngtest.c907 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);
H A Dpng.c962 int color_type, int interlace_type, int compression_type,
1044 if (interlace_type >= PNG_INTERLACE_LAST)
960 png_check_IHDR(png_structp png_ptr, png_uint_32 width, png_uint_32 height, int bit_depth, int color_type, int interlace_type, int compression_type, int filter_type) argument
H A Dpngrutil.c456 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);
H A Dpngwrite.c53 info_ptr->interlace_type);
H A Dpng.h874 png_byte interlace_type PNG_DEPSTRUCT; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */
2363 /* Returns image interlace_type. */
3865 int color_type, int interlace_type, int compression_type,
/external/qemu/distrib/libpng-1.2.19/
H A Dpngget.c102 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;
539 png_get_IHDR(png_structp png_ptr, png_infop info_ptr, png_uint_32 *width, png_uint_32 *height, int *bit_depth, int *color_type, int *interlace_type, int *compression_type, int *filter_type) argument
H A Dpngset.c262 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;
260 png_set_IHDR(png_structp png_ptr, png_infop info_ptr, png_uint_32 width, png_uint_32 height, int bit_depth, int color_type, int interlace_type, int compression_type, int filter_type) argument
H A Dpngwutil.c378 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;
376 png_write_IHDR(png_structp png_ptr, png_uint_32 width, png_uint_32 height, int bit_depth, int color_type, int compression_type, int filter_type, int interlace_type) argument
H A Dpngrutil.c353 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);
H A Dpngwrite.c46 info_ptr->interlace_type);
H A Dpng.h711 png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member in struct:png_info_struct
2138 /* Returns image interlace_type. */

Completed in 214 milliseconds