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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpnginfo.h228 png_fixed_point y_blue; member in struct:png_info_def
H A Dpngrutil.c957 y_blue; local
1005 y_blue = png_get_fixed_point(NULL, buf + 28);
1014 y_blue == PNG_FIXED_ERROR)
1030 PNG_OUT_OF_RANGE(y_blue, 6000, 1000))
1041 png_warning_parameter_signed(p, 8, PNG_NUMBER_FORMAT_fixed, y_blue);
1060 if (y_red <= (1<<17) && y_green <= (1<<17) && y_blue <= (1<<17))
1066 png_uint_32 w = y_red + y_green + y_blue;
1072 png_ptr->rgb_to_gray_blue_coeff = (png_uint_16)(((png_uint_32)y_blue *
1079 x_green, y_green, x_blue, y_blue);
1159 PNG_OUT_OF_RANGE(info_ptr->y_blue, 600
[all...]
H A Dpngget.c515 *blue_y = png_float(png_ptr, info_ptr->y_blue, "cHRM blue Y");
549 *blue_y = info_ptr->y_blue;
H A Dpngset.c90 info_ptr->y_blue = blue_y;
H A Dpngwrite.c113 info_ptr->x_blue, info_ptr->y_blue);

Completed in 33 milliseconds