Searched refs:out_ct (Results 1 – 1 of 1) sorted by relevance
6763 png_byte out_ct = dp->output_colour_type; in transform_image_validate() local6766 (png_byte)(out_ct == PNG_COLOR_TYPE_PALETTE ? 8 : out_bd); 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 png_byte out_ct = png_get_color_type(pp, pi); in gamma_image_validate() local10211 unsigned int samples_per_pixel = (out_ct & 2U) ? 3U : 1U; in gamma_image_validate()[all …]