Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching defs:white_y

38    double white_x, double white_y, double red_x, double red_y,
45 if (white_x < 0.0 || white_y < 0.0 ||
54 if (white_x > 21474.83 || white_y > 21474.83 ||
65 info_ptr->y_white = (float)white_y;
74 info_ptr->int_y_white = (png_fixed_point)(white_y*100000.+0.5);
88 png_fixed_point white_x, png_fixed_point white_y, png_fixed_point red_x,
96 if (white_x < 0 || white_y < 0 ||
107 white_y > (double) PNG_UINT_31_MAX ||
116 white_y > (png_fixed_point) PNG_UINT_31_MAX/100000L ||
130 info_ptr->int_y_white = white_y;
139 info_ptr->y_white = (float)(white_y/100000.);
617 float white_x, white_y, red_x, red_y, green_x, green_y, blue_x, blue_y;
658 white_y = (float).3290;
667 white_x, white_y, red_x, red_y, green_x, green_y, blue_x, blue_y);