Searched defs:RGBTOGRAY (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A Dimg_util.h106 #define RGBTOGRAY(r, g, b) ((int) (.299 * r + .587 * g + .114 * b)) macro
/openjdk7/jdk/src/solaris/native/sun/awt/
H A DX11Color.c67 #define RGBTOGRAY(r, g, b) ((int) (.299 * r + .587 * g + .114 * b + 0.5)) macro
197 return awt_data->color_data->img_grays[RGBTOGRAY(r, g, b)];

Completed in 33 milliseconds