Lines Matching refs:red_sBIT

4938    png_byte    red_sBIT;       /* Input data sBIT values. */  member
4980 dp->red_sBIT = dp->blue_sBIT = dp->green_sBIT = dp->alpha_sBIT = 8; in standard_display_init()
4982 dp->red_sBIT = dp->blue_sBIT = dp->green_sBIT = dp->alpha_sBIT = in standard_display_init()
5221 dp->red_sBIT = sBIT->red; in standard_info_part1()
5239 dp->blue_sBIT = dp->green_sBIT = dp->red_sBIT = sBIT->gray; in standard_info_part1()
6039 png_byte red_sBIT, green_sBIT, blue_sBIT, alpha_sBIT; member
6093 this->red_sBIT = this->green_sBIT = this->blue_sBIT = this->alpha_sBIT = in image_pixel_init()
6157 sig_bits ? (1U << format->red_sBIT)-1 : max, in image_pixel_init()
6453 if (sig_bits && that->red_sBIT < that->sample_depth) in image_transform_mod_end()
6454 that->red >>= that->sample_depth - that->red_sBIT; in image_transform_mod_end()
6466 that->rede += 1./(2*((1U<<that->red_sBIT)-1)); in image_transform_mod_end()
6628 test_pixel.red_sBIT = test_pixel.green_sBIT = test_pixel.blue_sBIT = in transform_info_imp()
6765 const png_byte red_sBIT = dp->this.red_sBIT; in transform_image_validate() local
6844 in_pixel.red_sBIT = red_sBIT; in transform_image_validate()
6885 dp->pm->limit + 1./(2*((1U<<in_pixel.red_sBIT)-1)), "red/gray", in transform_image_validate()
7417 if (that->red_sBIT > 8) that->red_sBIT = 8; in image_transform_png_set_scale_16_mod()
7465 if (that->red_sBIT > 8) that->red_sBIT = 8; in image_transform_png_set_strip_16_mod()
8211 if (that->red_sBIT > that->green_sBIT) in image_transform_png_set_rgb_to_gray_mod()
8212 that->red_sBIT = that->green_sBIT; in image_transform_png_set_rgb_to_gray_mod()
8213 if (that->red_sBIT > that->blue_sBIT) in image_transform_png_set_rgb_to_gray_mod()
8214 that->red_sBIT = that->blue_sBIT; in image_transform_png_set_rgb_to_gray_mod()
8215 that->blue_sBIT = that->green_sBIT = that->red_sBIT; in image_transform_png_set_rgb_to_gray_mod()
8345 that->red_sBIT= data.red_sBIT; in image_transform_png_set_background_mod()
8917 that->red_sBIT = data.red; in image_transform_png_set_shift_mod()
8923 that->red_sBIT = that->green_sBIT = that->blue_sBIT = data.gray; in image_transform_png_set_shift_mod()