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

/openjdk7/jdk/src/solaris/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c457 XColor xColors[SPLASH_COLOR_MAP_SIZE]; local
484 xColors[i].pixel = colorIndex[i];
485 xColors[i].red = (unsigned short)
487 xColors[i].green = (unsigned short)
489 xColors[i].blue = (unsigned short)
491 xColors[i].flags = DoRed | DoGreen | DoBlue;
493 XStoreColors(splash->display, splash->cmap, xColors, numColors);

Completed in 30 milliseconds