Lines Matching refs:red_int
717 png_uint_16 red_int, green_int;720 red_int = 6968; /* .212671 * 32768 + .5 */725 red_int = (png_uint_16)(((png_uint_32)red*32768L)/100000L);731 red_int = 6968;734 png_ptr->rgb_to_gray_red_coeff = red_int;737 (png_uint_16)(32768 - red_int - green_int);