Home | History | Annotate | Download | only in libpng

Lines Matching refs:red_y

990    double red_x, double red_y, double green_x, double green_y,
1006 int_red_y = (png_uint_32)(red_y * 100000.0 + 0.5);
1038 png_fixed_point white_y, png_fixed_point red_x, png_fixed_point red_y,
1051 if (png_check_cHRM_fixed(png_ptr, white_x, white_y, red_x, red_y,
1059 png_save_uint_32(buf + 12, (png_uint_32)red_y);