Searched defs:white (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A Dhelper.js71 var white = Color.white; variable
/openjdk7/jdk/src/share/demo/jfc/Metalworks/
H A DPropertiesMetalTheme.java79 private ColorUIResource white; field in class:PropertiesMetalTheme
104 white = super.getWhite();
161 colorString = prop.get("white");
163 white = parseColor(colorString.toString());
210 return white;
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalTheme.java76 static ColorUIResource white = new ColorUIResource( 255, 255, 255 ); field in class:MetalTheme
171 * Returns the white color. This returns opaque white
174 * @return the white color
176 protected ColorUIResource getWhite() { return white; }
/openjdk7/jdk/src/share/classes/java/awt/
H A DColor.java63 * The color white. In the default sRGB space.
65 public final static Color white = new Color(255, 255, 255); field in class:Color
68 * The color white. In the default sRGB space.
71 public final static Color WHITE = white;
635 * 3. non pure color (non zero rgb) will eventually return white
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dgtk2_interface.c897 GdkPixbuf *white, *black; local
903 white = (*fp_gdk_pixbuf_new)(GDK_COLORSPACE_RGB, TRUE, 8, width, height);
906 if (white == NULL || black == NULL)
925 gtk2_white_pixbuf = white;
945 * Restore image from white and black pixmaps and copy it into destination
946 * buffer. This method compares two pixbufs taken from white and black
957 guchar *white, *black; local
967 white = (*fp_gdk_pixbuf_get_pixels)(gtk2_white_pixbuf);
974 int r1 = *white++;
982 white
[all...]
H A Dgtk2_interface.h399 GdkColor white; member in struct:__anon995

Completed in 46 milliseconds