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

/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCSystemColors.h39 + (NSColor*)getColor:(NSUInteger)colorIndex useAppleColor:(BOOL)useAppleColor;
H A DCSystemColors.m126 + (NSColor*)getColor:(NSUInteger)colorIndex useAppleColor:(BOOL)useAppleColor {
129 if (colorIndex < (useAppleColor) ? sun_lwawt_macosx_LWCToolkit_NUM_APPLE_COLORS : java_awt_SystemColor_NUM_COLORS) {
130 result = (useAppleColor ? appleColors : sColors)[colorIndex];
133 NSLog(@"%s: %s %sColor: %ld not found, returning black.", __FILE__, __FUNCTION__, (useAppleColor) ? "Apple" : "System", colorIndex);
/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
H A Dsplashscreen_gfx_impl.h146 value = format->colorIndex[ditherColor(value, format, row, col)];
/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/awt/splashscreen/
H A Dsplashscreen_sys.c464 splash->colorIndex[i] = i;
468 splash->colorIndex);
469 splash->screenFormat.colorIndex = splash->colorIndex;
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt.h45 extern COLORREF DesktopColor2RGB(int colorIndex);
H A Dawt_Toolkit.cpp2649 COLORREF DesktopColor2RGB(int colorIndex) { argument
2650 DWORD sysColor = ::GetSysColor(colorIndex);

Completed in 111 milliseconds