Searched defs:expand_16 (Results 1 - 1 of 1) sorted by relevance

/external/libpng/contrib/libtests/
H A Dpngvalid.c2118 * the expand_16 case with the current code in libpng the expand happens after
6436 /* Expect expand_16 to expand everything to 16 bits as a result of also
6460 /* expand_16 does something unless the bit depth is already 16. */
6464 IT(expand_16); variable
6466 #define PT ITSTRUCT(expand_16)
9213 PNG_CONST int expand_16)
9267 if (expand_16 || bit_depth == 16)
9284 if (expand_16 && (do_background == PNG_BACKGROUND_GAMMA_UNIQUE ||
9347 0/*strip 16*/, expand_16, do_background, &background, bg);
9353 int expand_16)
9207 gamma_composition_test(png_modifier *pm, PNG_CONST png_byte colour_type, PNG_CONST png_byte bit_depth, PNG_CONST int palette_number, PNG_CONST int interlace_type, PNG_CONST double file_gamma, PNG_CONST double screen_gamma, PNG_CONST int use_input_precision, PNG_CONST int do_background, PNG_CONST int expand_16) argument
9352 perform_gamma_composition_tests(png_modifier *pm, int do_background, int expand_16) argument
[all...]

Completed in 74 milliseconds