Home
last modified time | relevance | path

Searched refs:out_ct (Results 1 – 1 of 1) sorted by relevance

/external/libpng/contrib/libtests/
Dpngvalid.c6763 const png_byte out_ct = dp->output_colour_type; in transform_image_validate() local
6765 const png_byte sample_depth = (png_byte)(out_ct == in transform_image_validate()
6785 if (out_ct == PNG_COLOR_TYPE_PALETTE) in transform_image_validate()
6868 image_pixel_init(&out_pixel, pRow, out_ct, out_bd, x, out_palette, in transform_image_validate()
6875 out_ct == PNG_COLOR_TYPE_PALETTE) in transform_image_validate()
6890 if ((out_ct & PNG_COLOR_MASK_COLOR) != 0 && in transform_image_validate()
6897 if ((out_ct & PNG_COLOR_MASK_COLOR) != 0 && in transform_image_validate()
6904 if ((out_ct & PNG_COLOR_MASK_ALPHA) != 0 && in transform_image_validate()
10169 const png_byte out_ct = png_get_color_type(pp, pi); in gamma_image_validate() local
10211 const unsigned int samples_per_pixel = (out_ct & 2U) ? 3U : 1U; in gamma_image_validate()
[all …]