Lines Matching refs:blue_sBIT

4942    png_byte    blue_sBIT;  member
4982 dp->red_sBIT = dp->blue_sBIT = dp->green_sBIT = dp->alpha_sBIT = 8; in standard_display_init()
4984 dp->red_sBIT = dp->blue_sBIT = dp->green_sBIT = dp->alpha_sBIT = in standard_display_init()
5233 dp->blue_sBIT = sBIT->blue; in standard_info_part1()
5241 dp->blue_sBIT = dp->green_sBIT = dp->red_sBIT = sBIT->gray; in standard_info_part1()
6041 png_byte red_sBIT, green_sBIT, blue_sBIT, alpha_sBIT; member
6095 this->red_sBIT = this->green_sBIT = this->blue_sBIT = this->alpha_sBIT = in image_pixel_init()
6161 sig_bits ? (1U << format->blue_sBIT)-1 : max, in image_pixel_init()
6477 if (sig_bits && that->blue_sBIT < that->sample_depth) in image_transform_mod_end()
6478 that->blue >>= that->sample_depth - that->blue_sBIT; in image_transform_mod_end()
6481 that->bluee += 1./(2*((1U<<that->blue_sBIT)-1)); in image_transform_mod_end()
6630 test_pixel.red_sBIT = test_pixel.green_sBIT = test_pixel.blue_sBIT = in transform_info_imp()
6769 const png_byte blue_sBIT = dp->this.blue_sBIT; in transform_image_validate() local
6848 in_pixel.blue_sBIT = blue_sBIT; in transform_image_validate()
6901 dp->pm->limit + 1./(2*((1U<<in_pixel.blue_sBIT)-1)), "blue", in transform_image_validate()
7421 if (that->blue_sBIT > 8) that->blue_sBIT = 8; in image_transform_png_set_scale_16_mod()
7469 if (that->blue_sBIT > 8) that->blue_sBIT = 8; in image_transform_png_set_strip_16_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()
8347 that->blue_sBIT= data.blue_sBIT; in image_transform_png_set_background_mod()
8919 that->blue_sBIT = data.blue; 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()