Lines Matching refs:end_points_xy
529 info_ptr->colorspace.end_points_xy.whitex, "cHRM white X"); in png_get_cHRM()
532 info_ptr->colorspace.end_points_xy.whitey, "cHRM white Y"); in png_get_cHRM()
534 *red_x = png_float(png_ptr, info_ptr->colorspace.end_points_xy.redx, in png_get_cHRM()
537 *red_y = png_float(png_ptr, info_ptr->colorspace.end_points_xy.redy, in png_get_cHRM()
541 info_ptr->colorspace.end_points_xy.greenx, "cHRM green X"); in png_get_cHRM()
544 info_ptr->colorspace.end_points_xy.greeny, "cHRM green Y"); in png_get_cHRM()
546 *blue_x = png_float(png_ptr, info_ptr->colorspace.end_points_xy.bluex, in png_get_cHRM()
549 *blue_y = png_float(png_ptr, info_ptr->colorspace.end_points_xy.bluey, in png_get_cHRM()
652 *white_x = info_ptr->colorspace.end_points_xy.whitex; in png_get_cHRM_fixed()
654 *white_y = info_ptr->colorspace.end_points_xy.whitey; in png_get_cHRM_fixed()
656 *red_x = info_ptr->colorspace.end_points_xy.redx; in png_get_cHRM_fixed()
658 *red_y = info_ptr->colorspace.end_points_xy.redy; in png_get_cHRM_fixed()
660 *green_x = info_ptr->colorspace.end_points_xy.greenx; in png_get_cHRM_fixed()
662 *green_y = info_ptr->colorspace.end_points_xy.greeny; in png_get_cHRM_fixed()
664 *blue_x = info_ptr->colorspace.end_points_xy.bluex; in png_get_cHRM_fixed()
666 *blue_y = info_ptr->colorspace.end_points_xy.bluey; in png_get_cHRM_fixed()