Searched defs:int_x_blue (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libpng-1.2.8/
H A Dpngrutil.c722 int_y_green, int_x_blue, int_y_blue; local
819 int_x_blue = (png_fixed_point)uint_x;
829 blue_x = (float)int_x_blue / (float)100000.0;
842 PNG_OUT_OF_RANGE(int_x_blue, 15000, 1000) ||
858 int_x_green, int_y_green, int_x_blue, int_y_blue);
874 int_y_green, int_x_blue, int_y_blue);
965 PNG_OUT_OF_RANGE(info_ptr->int_x_blue, 15000, 1000) ||
H A Dpng.h884 png_fixed_point int_x_blue; member in struct:png_info_struct

Completed in 61 milliseconds