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

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DXColors.java37 private static class XColor implements Comparable { class in class:XColors
44 XColor(String name, int red, int green, int blue) { method in class:XColors.XColor
56 XColor other = (XColor)o;
62 private static XColor key = new XColor("", -1, -1, -1);
76 private static final XColor[] colors = {
77 new XColor("alice blue", 240, 248, 255),
78 new XColor("aliceblue", 240, 248, 255),
79 new XColor("antiqu
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Drobot_common.h36 XColor **src_colors,
H A Drobot_common.c44 XColor **src_colors,
51 XColor *colors ;
54 *src_colors = colors = (XColor *)calloc(ncolors,sizeof(XColor) ) ;
H A Dawt_p.h333 extern void awt_allocate_systemcolors(XColor *, int, AwtGraphicsConfigDataPtr);
H A Dawt_MToolkit.c2308 colorToRGB(XColor * color)
2326 ColorProc(XColor* bg_color,
2327 XColor* fg_color,
2328 XColor* sel_color,
2329 XColor* ts_color,
2330 XColor* bs_color)
2936 XColor *colorsPtr;
3053 colorsPtr = (XColor *) malloc(count * sizeof(XColor));
H A DX11Color.c268 XColor col;
341 awt_allocate_systemcolors(XColor *colorsPtr, int num_pixels, AwtGraphicsConfigDataPtr awtData) {
376 XColor cols[MAX_PALETTE_SIZE];
H A DmultiVis.c302 XColor *colors;
H A Dawt_GraphicsEnv.c200 XColor color;
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXCustomCursor.java84 XColor fore_color = new XColor();
94 XColor back_color = new XColor();
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXlibWrapper.c919 (XColor *) jlong_to_ptr(fore), (XColor *) jlong_to_ptr(back), x, y);
1555 status = XAllocColor((Display *) jlong_to_ptr(display), (Colormap) colormap, (XColor *) jlong_to_ptr(xcolor));
/openjdk7/jdk/src/solaris/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c457 XColor xColors[SPLASH_COLOR_MAP_SIZE];

Completed in 70 milliseconds