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

Lines Matching defs:int_y_white

732    png_fixed_point int_x_white, int_y_white, int_x_red, int_y_red, int_x_green,
783 int_y_white = (png_fixed_point)uint_y;
832 white_y = (float)int_y_white / (float)100000.0;
845 PNG_OUT_OF_RANGE(int_y_white, 32900, 1000) ||
863 int_x_white, int_y_white, int_x_red, int_y_red);
880 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green,
967 PNG_OUT_OF_RANGE(info_ptr->int_y_white, 32900, 1000) ||