Home | History | Annotate | Download | only in libpng

Lines Matching refs:red_x

990    double red_x, double red_y, double green_x, double green_y,
1005 int_red_x = (png_uint_32)(red_x * 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,
1058 png_save_uint_32(buf + 8, (png_uint_32)red_x);