Home | History | Annotate | Download | only in libpng

Lines Matching refs:white_y

513     double *white_x, double *white_y, double *red_x, double *red_y,
530 if (white_y != NULL)
531 *white_y = png_float(png_ptr,
642 png_fixed_point *white_x, png_fixed_point *white_y, png_fixed_point *red_x,
653 if (white_y != NULL)
654 *white_y = info_ptr->colorspace.end_points_xy.whitey;