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

Lines Matching defs:white_x

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 ||
64 info_ptr->x_white = (float)white_x;
73 info_ptr->int_x_white = (png_fixed_point)(white_x*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 ||
106 if (white_x > (double) PNG_UINT_31_MAX ||
115 if (white_x > (png_fixed_point) PNG_UINT_31_MAX/100000L ||
129 info_ptr->int_x_white = white_x;
138 info_ptr->x_white = (float)(white_x/100000.);
617 float white_x, white_y, red_x, red_y, green_x, green_y, blue_x, blue_y;
657 white_x = (float).3127;
667 white_x, white_y, red_x, red_y, green_x, green_y, blue_x, blue_y);