Searched refs:int_y_green (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/libpng-1.2.8/
H A Dpngrutil.c722 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 Dpngset.c76 info_ptr->int_y_green = (png_fixed_point)(green_y*100000.+0.5);
121 info_ptr->int_y_green = green_y;
H A Dpngget.c426 *green_y = info_ptr->int_y_green;
H A Dpngwrite.c89 info_ptr->int_x_green, info_ptr->int_y_green,
H A Dpng.h883 png_fixed_point int_y_green; member in struct:png_info_struct

Completed in 227 milliseconds