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

/external/libpng/contrib/libtests/
H A Dpngstest.c293 * (like the via_linear case for 8-bit.)
2166 /* For 'via_linear' transforms the final, from linear, step, else NULL */
2181 const Image *out_image, png_const_colorp background, int via_linear)
2215 if (via_linear)
2275 if (out_format & PNG_FORMAT_FLAG_LINEAR || via_linear)
2470 const char *via_linear = ""; local
2486 via_linear = " (via linear)";
2516 "Use --preserve and examine: ", pixel_loc, reason, via_linear,
2528 pixel_loc, reason, via_linear, pixel_in, background_info, pixel_out,
2715 compare_two_images(Image *a, Image *b, int via_linear, argument
2180 transform_from_formats(Transform *result, Image *in_image, const Image *out_image, png_const_colorp background, int via_linear) argument
[all...]

Completed in 79 milliseconds