Home | History | Annotate | Download | only in libpng

Lines Matching defs:white_y

42    double white_x, double white_y, double red_x, double red_y,
51 info_ptr->y_white = (float)white_y;
60 info_ptr->int_y_white = (png_fixed_point)(white_y*100000.+0.5);
75 png_fixed_point white_x, png_fixed_point white_y, png_fixed_point red_x,
86 white_x, white_y, red_x, red_y, green_x, green_y, blue_x, blue_y))
90 info_ptr->int_y_white = white_y;
99 info_ptr->y_white = (float)(white_y/100000.);
534 float white_x, white_y, red_x, red_y, green_x, green_y, blue_x, blue_y;
569 white_y = (float).3290;
585 white_x, white_y, red_x, red_y, green_x, green_y, blue_x, blue_y);