Searched defs:black (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A Dhelper.js59 var black = Color.black; variable
/openjdk7/jdk/test/java/awt/Graphics/
H A DTextAAHintsTest.java36 String black = "This text should be solid black"; field in class:TextAAHintsTest
58 g2d.setColor(Color.black);
64 g2d.drawString(black, 10, 20);
68 g2d.drawString(black, 10, 35);
/openjdk7/jdk/src/share/demo/jfc/Metalworks/
H A DPropertiesMetalTheme.java78 private ColorUIResource black; field in class:PropertiesMetalTheme
103 black = super.getBlack();
156 colorString = prop.get("black");
158 black = parseColor(colorString.toString());
205 return black;
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalTheme.java77 private static ColorUIResource black = new ColorUIResource( 0, 0, 0 ); field in class:MetalTheme
179 * Returns the black color. This returns opaque black
182 * @return the black color
184 protected ColorUIResource getBlack() { return black; }
/openjdk7/jdk/src/share/classes/java/awt/
H A DColor.java107 * The color black. In the default sRGB space.
109 public final static Color black = new Color(0, 0, 0); field in class:Color
112 * The color black. In the default sRGB space.
115 public final static Color BLACK = black;
633 * 1. black.brighter() should return grey
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_util.c197 Pixel black; local
208 black = adata->AwtColorMatch(0, 0, 0, adata);
224 XmNforeground, black,
H A Dgtk2_interface.c897 GdkPixbuf *white, *black; local
904 black = (*fp_gdk_pixbuf_new)(GDK_COLORSPACE_RGB, TRUE, 8, width, height);
906 if (white == NULL || black == NULL)
926 gtk2_black_pixbuf = black;
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
968 black = (*fp_gdk_pixbuf_get_pixels)(gtk2_black_pixbuf);
975 int r2 = *black++;
981 black
[all...]
H A Dgtk2_interface.h398 GdkColor black; member in struct:__anon995

Completed in 87 milliseconds