Home | History | Annotate | Download | only in libtests

Lines Matching defs:interlace_type

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' */
2535 pm->interlace_type = PNG_INTERLACE_NONE;
3739 interlace_type)
3741 switch (interlace_type)
3989 check_interlace_type(int const interlace_type)
3995 if (interlace_type != PNG_INTERLACE_NONE)
4105 int interlace_type, png_const_charp name)
4109 check_interlace_type(interlace_type);
4127 png_set_IHDR(pp, pi, w, h, bit_depth, colour_type, interlace_type,
4179 int npasses = set_write_interlace_handling(pp, interlace_type);
4182 if (npasses != npasses_from_interlace_type(pp, interlace_type))
4202 if (interlace_type == PNG_INTERLACE_ADAM7)
4251 interlace_type, 0, 0, 0));
4282 int interlace_type;
4284 for (interlace_type = PNG_INTERLACE_NONE;
4285 interlace_type < INTERLACE_LAST; ++interlace_type)
4290 palette_number, interlace_type, 0, 0, do_own_interlace);
4292 interlace_type, name);
4323 png_byte const bit_depth, int const interlace_type,
4329 check_interlace_type(interlace_type);
4340 interlace_type, w, h, do_interlace);
4352 png_set_IHDR(pp, pi, w, h, bit_depth, colour_type, interlace_type,
4394 int npasses = npasses_from_interlace_type(pp, interlace_type);
4405 npasses != set_write_interlace_handling(pp, interlace_type))
4430 if (do_interlace && interlace_type == PNG_INTERLACE_ADAM7)
4638 png_byte bit_depth, int interlace_type, int test, png_const_charp name)
4642 check_interlace_type(interlace_type);
4658 png_set_IHDR(pp, pi, w, h, bit_depth, colour_type, interlace_type,
4717 int npasses = set_write_interlace_handling(pp, interlace_type);
4720 if (npasses != npasses_from_interlace_type(pp, interlace_type))
4738 if (interlace_type == PNG_INTERLACE_ADAM7)
4781 int interlace_type;
4783 for (interlace_type = PNG_INTERLACE_NONE;
4784 interlace_type < INTERLACE_LAST; ++interlace_type)
4790 interlace_type, 0, 0, do_own_interlace);
4794 make_error(&pm->this, colour_type, DEPTH(bdlo), interlace_type,
4942 png_byte interlace_type;
4984 dp->interlace_type = INTERLACE_FROM_ID(id);
4985 check_interlace_type(dp->interlace_type);
5187 if (png_get_interlace_type(pp, pi) != dp->interlace_type)
5315 dp->npasses = npasses_from_interlace_type(pp, dp->interlace_type);
5425 if (dp->do_interlace && dp->interlace_type == PNG_INTERLACE_ADAM7)
5450 if (dp->interlace_type == PNG_INTERLACE_ADAM7)
5462 else if (dp->interlace_type == PNG_INTERLACE_ADAM7 &&
5474 dp->interlace_type == PNG_INTERLACE_ADAM7;
5818 int interlace_type;
5820 for (interlace_type = PNG_INTERLACE_NONE;
5821 interlace_type < INTERLACE_LAST; ++interlace_type)
5824 interlace_type, 0, 0, 0), do_read_interlace, pm->use_update_info);
9192 pm->interlace_type, 0, 0, 0), list, name);
10554 png_byte bit_depth, int interlace_type, double file_gamma,
10564 (void)gamma_test(pm, colour_type, bit_depth, 0/*palette*/, interlace_type,
10595 gamma_threshold_test(pm, colour_type, bit_depth, pm->interlace_type,
10601 gamma_threshold_test(pm, colour_type, bit_depth, pm->interlace_type,
10612 const int interlace_type, const double file_gamma,
10636 gamma_test(pm, colour_type, bit_depth, palette_number, interlace_type,
10656 pm->interlace_type, 1/pm->gammas[i], pm->gammas[j], 0/*sBIT*/,
10693 pm->interlace_type, 1/pm->gammas[i], pm->gammas[j],
10735 gamma_transform_test(pm, 0, 16, 0, pm->interlace_type,
10742 gamma_transform_test(pm, 2, 16, 0, pm->interlace_type,
10749 gamma_transform_test(pm, 4, 16, 0, pm->interlace_type,
10756 gamma_transform_test(pm, 6, 16, 0, pm->interlace_type,
10773 const int interlace_type, const double file_gamma,
10917 gamma_test(pm, colour_type, bit_depth, palette_number, interlace_type,
10952 pm->interlace_type, 1/pm->gammas[i], pm->gammas[j],
11903 pm.interlace_type = PNG_INTERLACE_ADAM7;