Home | History | Annotate | Download | only in libpng

Lines Matching defs:white_x

42    double white_x, double white_y, double red_x, double red_y,
50 info_ptr->x_white = (float)white_x;
59 info_ptr->int_x_white = (png_fixed_point)(white_x*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))
89 info_ptr->int_x_white = white_x;
98 info_ptr->x_white = (float)(white_x/100000.);
534 float white_x, white_y, red_x, red_y, green_x, green_y, blue_x, blue_y;
568 white_x = (float).3127;
585 white_x, white_y, red_x, red_y, green_x, green_y, blue_x, blue_y);