Searched refs:int_y_green (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 804 int_y_green = (png_fixed_point)uint_y; 828 green_y = (float)int_y_green / (float)100000.0; 841 PNG_OUT_OF_RANGE(int_y_green, 60000L, 1000) || 858 int_x_green, int_y_green, int_x_blue, int_y_blue); 874 int_y_green, int_x_blue, int_y_blue); 964 PNG_OUT_OF_RANGE(info_ptr->int_y_green, 60000L, 1000) ||
|
H A D | pngset.c | 76 info_ptr->int_y_green = (png_fixed_point)(green_y*100000.+0.5); 121 info_ptr->int_y_green = green_y;
|
H A D | pngget.c | 426 *green_y = info_ptr->int_y_green;
|
H A D | pngwrite.c | 89 info_ptr->int_x_green, info_ptr->int_y_green,
|
H A D | png.h | 883 png_fixed_point int_y_green; member in struct:png_info_struct
|
Completed in 1640 milliseconds