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

12

/external/libpng/
H A Dpnginfo.h70 png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member in struct:png_info_def
H A Dexample.c276 int bit_depth, color_type, interlace_type;
288 int bit_depth, color_type, interlace_type;
365 &interlace_type, NULL, NULL);
H A Dpngget.c100 return info_ptr->interlace_type;
797 int *color_type, int *interlace_type, int *compression_type,
823 if (interlace_type != NULL)
824 *interlace_type = info_ptr->interlace_type;
832 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type,
795 png_get_IHDR(png_const_structrp png_ptr, png_const_inforp 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.c209 int color_type, int interlace_type, int compression_type,
223 info_ptr->interlace_type = (png_byte)interlace_type;
226 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type,
207 png_set_IHDR(png_const_structrp png_ptr, png_inforp 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 Dpngtest.c1084 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)
H A Dpngwutil.c675 int interlace_type)
780 if (interlace_type != PNG_INTERLACE_NONE &&
781 interlace_type != PNG_INTERLACE_ADAM7)
784 interlace_type = PNG_INTERLACE_ADAM7;
787 interlace_type=PNG_INTERLACE_NONE;
793 png_ptr->interlaced = (png_byte)interlace_type;
815 buf[12] = (png_byte)interlace_type;
673 png_write_IHDR(png_structrp 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
/external/pdfium/third_party/libpng16/
H A Dpnginfo.h70 png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member in struct:png_info_def
H A Dpngget.c100 return info_ptr->interlace_type;
797 int *color_type, int *interlace_type, int *compression_type,
823 if (interlace_type != NULL)
824 *interlace_type = info_ptr->interlace_type;
832 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type,
795 png_get_IHDR(png_const_structrp png_ptr, png_const_inforp 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.c209 int color_type, int interlace_type, int compression_type,
223 info_ptr->interlace_type = (png_byte)interlace_type;
226 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type,
207 png_set_IHDR(png_const_structrp png_ptr, png_inforp 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.c675 int interlace_type)
780 if (interlace_type != PNG_INTERLACE_NONE &&
781 interlace_type != PNG_INTERLACE_ADAM7)
784 interlace_type = PNG_INTERLACE_ADAM7;
787 interlace_type=PNG_INTERLACE_NONE;
793 png_ptr->interlaced = (png_byte)interlace_type;
815 buf[12] = (png_byte)interlace_type;
673 png_write_IHDR(png_structrp 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
/external/skia/third_party/libpng/
H A Dpnginfo.h70 png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member in struct:png_info_def
H A Dexample.c276 int bit_depth, color_type, interlace_type;
288 int bit_depth, color_type, interlace_type;
365 &interlace_type, NULL, NULL);
H A Dpngget.c100 return info_ptr->interlace_type;
797 int *color_type, int *interlace_type, int *compression_type,
823 if (interlace_type != NULL)
824 *interlace_type = info_ptr->interlace_type;
832 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type,
795 png_get_IHDR(png_const_structrp png_ptr, png_const_inforp 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.c675 int interlace_type)
780 if (interlace_type != PNG_INTERLACE_NONE &&
781 interlace_type != PNG_INTERLACE_ADAM7)
784 interlace_type = PNG_INTERLACE_ADAM7;
787 interlace_type=PNG_INTERLACE_NONE;
793 png_ptr->interlaced = (png_byte)interlace_type;
815 buf[12] = (png_byte)interlace_type;
673 png_write_IHDR(png_structrp 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 Dpngset.c209 int color_type, int interlace_type, int compression_type,
223 info_ptr->interlace_type = (png_byte)interlace_type;
226 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type,
207 png_set_IHDR(png_const_structrp png_ptr, png_inforp 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 Dpngtest.c1077 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)
/external/libpng/contrib/gregbook/
H A Dwritepng.c88 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/libpng/contrib/libtests/
H A Dpngvalid.c381 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
2535 pm->interlace_type = PNG_INTERLACE_NONE;
3739 npasses_from_interlace_type(png_const_structp pp, int interlace_type) argument
3741 switch (interlace_type)
3989 check_interlace_type(int const interlace_type) argument
3995 if (interlace_type != PNG_INTERLACE_NONE)
4105 int interlace_type, png_const_charp name)
4109 check_interlace_type(interlace_type);
380 standard_name(char *buffer, size_t bufsize, size_t pos, png_byte colour_type, int bit_depth, unsigned int npalette, int interlace_type, png_uint_32 w, png_uint_32 h, int do_interlace) argument
4103 make_transform_image(png_store* const ps, png_byte const colour_type, png_byte const bit_depth, unsigned int palette_number, int interlace_type, png_const_charp name) argument
4282 int interlace_type; local
4322 make_size_image(png_store* const ps, png_byte const colour_type, png_byte const bit_depth, int const interlace_type, png_uint_32 const w, png_uint_32 const h, int const do_interlace) argument
4637 make_error(png_store* const ps, png_byte const colour_type, png_byte bit_depth, int interlace_type, int test, png_const_charp name) argument
4781 int interlace_type; local
4942 png_byte interlace_type; member in struct:standard_display
5818 int interlace_type; local
10553 gamma_threshold_test(png_modifier *pm, png_byte colour_type, png_byte bit_depth, int interlace_type, double file_gamma, double screen_gamma) argument
10609 gamma_transform_test(png_modifier *pm, const png_byte colour_type, const png_byte bit_depth, const int palette_number, const int interlace_type, const double file_gamma, const double screen_gamma, const png_byte sbit, const int use_input_precision, const int scale16) argument
10770 gamma_composition_test(png_modifier *pm, const png_byte colour_type, const png_byte bit_depth, const int palette_number, const int interlace_type, const double file_gamma, const double screen_gamma, const int use_input_precision, const int do_background, const int expand_16) argument
[all...]
/external/libjpeg-turbo/
H A Drdtarga.c339 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/pdfium/samples/
H A Dimage_diff_png.cc151 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/
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);

Completed in 316 milliseconds

12