Searched refs:MAX_COLOR_VALUE (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gfx_impl.c63 for (i = 0; i < (MAX_COLOR_VALUE + 1) * 2; i++) {
65 (((i > MAX_COLOR_VALUE) ? MAX_COLOR_VALUE : i) *
66 (numColors - 1) / MAX_COLOR_VALUE) * scale;
136 scaleColor(b, numColors[0], MAX_COLOR_VALUE) +
137 (scaleColor(g, numColors[1], MAX_COLOR_VALUE) << 8) +
138 (scaleColor(r, numColors[2], MAX_COLOR_VALUE) << 16);
H A Dsplashscreen_gfx.h97 #define MAX_COLOR_VALUE 255 macro
/openjdk7/jdk/src/solaris/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c460 int scale = 65535 / MAX_COLOR_VALUE;

Completed in 65 milliseconds