Searched refs:int_x_green (Results 1 - 5 of 5) sorted by relevance
/vbox/src/libs/libpng-1.2.8/ |
H A D | pngrutil.c | 721 png_fixed_point int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, local 803 int_x_green = (png_fixed_point)uint_x; 827 green_x = (float)int_x_green / (float)100000.0; 840 PNG_OUT_OF_RANGE(int_x_green, 30000, 1000) || 858 int_x_green, int_y_green, int_x_blue, int_y_blue); 873 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, 963 PNG_OUT_OF_RANGE(info_ptr->int_x_green, 30000, 1000) ||
|
H A D | pngset.c | 75 info_ptr->int_x_green = (png_fixed_point)(green_x*100000.+0.5); 120 info_ptr->int_x_green = green_x;
|
H A D | pngget.c | 424 *green_x = info_ptr->int_x_green;
|
H A D | pngwrite.c | 89 info_ptr->int_x_green, info_ptr->int_y_green,
|
H A D | png.h | 882 png_fixed_point int_x_green; member in struct:png_info_struct
|
Completed in 160 milliseconds