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

Lines Matching full:green_y

943    double red_x, double red_y, double green_x, double green_y,
978 if (green_x < 0 || green_y < 0 || green_x + green_y > 1.0)
985 itemp = (png_uint_32)(green_y * 100000.0 + 0.5);
1005 png_fixed_point green_x, png_fixed_point green_y, png_fixed_point blue_x,
1034 if (green_x + green_y > 100000L)
1040 png_save_uint_32(buf + 20, (png_uint_32)green_y);