Lines Matching full:green_x
482 double *green_x, double *green_y, double *blue_x, double *blue_y)
507 if (green_x != NULL)
508 *green_x = png_float(png_ptr,
527 double *red_X, double *red_Y, double *red_Z, double *green_X,
545 if (green_X != NULL)
546 *green_X = png_float(png_ptr,
547 info_ptr->colorspace.end_points_XYZ.green_X, "cHRM green X");
591 *int_green_X = info_ptr->colorspace.end_points_XYZ.green_X;
611 png_fixed_point *red_y, png_fixed_point *green_x, png_fixed_point *green_y,
627 if (green_x != NULL)
628 *green_x = info_ptr->colorspace.end_points_xy.greenx;