Searched refs:int_x_blue (Results 1 - 5 of 5) sorted by relevance
/vbox/src/libs/libpng-1.2.8/ |
H A D | pngrutil.c | 722 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 D | pngset.c | 77 info_ptr->int_x_blue = (png_fixed_point)( blue_x*100000.+0.5); 122 info_ptr->int_x_blue = blue_x;
|
H A D | pngget.c | 428 *blue_x = info_ptr->int_x_blue;
|
H A D | pngwrite.c | 90 info_ptr->int_x_blue, info_ptr->int_y_blue);
|
H A D | png.h | 884 png_fixed_point int_x_blue; member in struct:png_info_struct
|
Completed in 2113 milliseconds