Home | History | Annotate | Download | only in libpng16

Lines Matching refs:red_y

513     double *white_x, double *white_y, double *red_x, double *red_y,
536 if (red_y != NULL)
537 *red_y = png_float(png_ptr, info_ptr->colorspace.end_points_xy.redy,
559 double *red_X, double *red_Y, double *red_Z, double *green_X,
571 if (red_Y != NULL)
572 *red_Y = png_float(png_ptr, info_ptr->colorspace.end_points_XYZ.red_Y,
619 *int_red_Y = info_ptr->colorspace.end_points_XYZ.red_Y;
643 png_fixed_point *red_y, png_fixed_point *green_x, png_fixed_point *green_y,
657 if (red_y != NULL)
658 *red_y = info_ptr->colorspace.end_points_xy.redy;