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

Lines Matching refs:red_x

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)
973 itemp = (png_uint_32)(red_x * 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)
1031 png_save_uint_32(buf + 8, (png_uint_32)red_x);