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

Lines Matching refs:red_y

943    double red_x, double red_y, double green_x, double green_y,
968 if (red_x < 0 || red_y < 0 || red_x + red_y > 1.0)
975 itemp = (png_uint_32)(red_y * 100000.0 + 0.5);
1004 png_fixed_point white_y, png_fixed_point red_x, png_fixed_point red_y,
1026 if (red_x + red_y > 100000L)
1032 png_save_uint_32(buf + 12, (png_uint_32)red_y);