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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpnginfo.h222 png_fixed_point y_white; member in struct:png_info_def
H A Dpngrutil.c956 png_fixed_point x_white, y_white, x_red, y_red, x_green, y_green, x_blue, local
999 y_white = png_get_fixed_point(NULL, buf + 4);
1008 y_white == PNG_FIXED_ERROR ||
1024 PNG_OUT_OF_RANGE(y_white, 32900, 1000) ||
1035 png_warning_parameter_signed(p, 2, PNG_NUMBER_FORMAT_fixed, y_white);
1078 png_set_cHRM_fixed(png_ptr, info_ptr, x_white, y_white, x_red, y_red,
1153 PNG_OUT_OF_RANGE(info_ptr->y_white, 32900, 1000) ||
H A Dpngget.c503 *white_y = png_float(png_ptr, info_ptr->y_white, "cHRM white Y");
537 *white_y = info_ptr->y_white;
H A Dpngset.c84 info_ptr->y_white = white_y;
H A Dpngwrite.c110 info_ptr->x_white, info_ptr->y_white,

Completed in 46 milliseconds