Searched defs:y_white (Results 1 - 2 of 2) 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) ||

Completed in 29 milliseconds