Home | History | Annotate | Download | only in libpng16

Lines Matching refs:white_x

513     double *white_x, double *white_y, double *red_x, double *red_y,
527 if (white_x != NULL)
528 *white_x = png_float(png_ptr,
642 png_fixed_point *white_x, png_fixed_point *white_y, png_fixed_point *red_x,
651 if (white_x != NULL)
652 *white_x = info_ptr->colorspace.end_points_xy.whitex;