Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching refs:green_1

2310                      png_uint_16 green_1 = png_ptr->gamma_16_to_1[(green&0xff) >>
2314 png_uint_16 gray16 = (png_uint_16)((rc*red_1 + gc*green_1
2407 png_uint_16 green_1 = png_ptr->gamma_16_to_1[(green&0xff) >>
2412 + gc * green_1 + bc * blue_1)>>15);