Home | History | Annotate | Download | only in libpng16

Lines Matching refs:green_y

514     double *green_x, double *green_y, double *blue_x, double *blue_y)
542 if (green_y != NULL)
543 *green_y = png_float(png_ptr,
560 double *green_Y, double *green_Z, double *blue_X, double *blue_Y,
580 if (green_Y != NULL)
581 *green_Y = png_float(png_ptr,
582 info_ptr->colorspace.end_points_XYZ.green_Y, "cHRM green Y");
625 *int_green_Y = info_ptr->colorspace.end_points_XYZ.green_Y;
643 png_fixed_point *red_y, png_fixed_point *green_x, png_fixed_point *green_y,
661 if (green_y != NULL)
662 *green_y = info_ptr->colorspace.end_points_xy.greeny;