Searched defs:colorIndex (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gfx.h74 rgbquad_t *colorIndex; // color remapping index for dithering mode member in struct:ImageFormat
146 DitherSettings * pDithers, rgbquad_t * colorIndex);
H A Dsplashscreen_impl.h76 rgbquad_t colorIndex[SPLASH_COLOR_MAP_SIZE]; member in struct:Splash
H A Dsplashscreen_gfx_impl.c127 rgbquad_t * colorIndex)
135 pColorMap[colorIndex[n++]] =
126 initColorCube(int *numColors, rgbquad_t * pColorMap, DitherSettings * pDithers, rgbquad_t * colorIndex) argument
/openjdk7/jdk/src/solaris/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c456 unsigned long colorIndex[SPLASH_COLOR_MAP_SIZE]; local
477 numColors, colorIndex);
479 splash->colorIndex[i] = colorIndex[i];
482 splash->colorIndex);
484 xColors[i].pixel = colorIndex[i];
486 QUAD_RED(splash->colorMap[colorIndex[i]]) * scale;
488 QUAD_GREEN(splash->colorMap[colorIndex[i]]) * scale;
490 QUAD_BLUE(splash->colorMap[colorIndex[i]]) * scale;
495 splash->screenFormat.colorIndex
528 unsigned long colorIndex[SPLASH_COLOR_MAP_SIZE]; local
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Toolkit.cpp2649 COLORREF DesktopColor2RGB(int colorIndex) { argument
2650 DWORD sysColor = ::GetSysColor(colorIndex);

Completed in 41 milliseconds