Searched refs:white (Results 1 - 25 of 103) sorted by relevance

12345

/openjdk7/jdk/test/sun/java2d/pisces/Renderer/
H A DTest7019861.java51 g2.setBackground(Color.white);
71 final int[] white = new int[w * h];
72 Arrays.fill(white, 0xffffff);
73 ret.setRGB(0, 0, w, h, white, 0, w);
/openjdk7/jdk/test/sun/java2d/pipe/
H A DTest7027667.java45 if (new Color(bImg.getRGB(50, 50)).equals(Color.white)) {
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaLookAndFeel.java290 final ColorUIResource white = new ColorUIResource(Color.white);
304 final ColorUIResource selectedTabTitleNormalColor = white;
346 final Color textBackground = white;
347 final Color textInactiveBackground = white;
368 final Color menuBackgroundColor = new ColorUIResource(Color.white);
371 final Color menuSelectedForegroundColor = white;
584 "List.background", white,
712 "PopupMenu.translucentBackground", white,
723 "ProgressBar.selectionBackground", white,
[all...]
/openjdk7/jdk/test/java/awt/Frame/ResizeAfterSetFont/
H A DResizeAfterSetFont.java52 label.setBackground(Color.white);
/openjdk7/jdk/test/java/awt/Graphics2D/DrawString/
H A DAlphaSurfaceText.java93 new AlphaSurfaceText(BufferedImage.TYPE_INT_ARGB, Color.white);
96 new AlphaSurfaceText(BufferedImage.TYPE_INT_ARGB_PRE, Color.white);
99 new AlphaSurfaceText(BufferedImage.TYPE_4BYTE_ABGR, Color.white);
102 new AlphaSurfaceText(BufferedImage.TYPE_4BYTE_ABGR_PRE, Color.white);
H A DLCDTextSrcEa.java61 g2d.setColor(Color.white);
H A DScaledLCDTextMetrics.java52 g.setColor(Color.white);
/openjdk7/jdk/test/java/awt/PrintJob/QuoteAndBackslashTest/
H A DQuoteAndBackslashTest.java88 setBackground(Color.white);
/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/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/classes/javax/swing/colorchooser/
H A DDefaultPreviewPanel.java152 g.setColor(Color.white);
173 g.setColor(Color.white);
180 g.setColor(Color.white);
197 g.setColor(Color.white);
205 g.setColor(Color.white);
217 g.setColor(Color.white);
H A DDefaultColorSelectionModel.java55 * current color set to <code>Color.white</code>. This is
59 selectedColor = Color.white;
/openjdk7/jdk/test/javax/swing/JSplitPane/4885629/
H A Dbug4885629.java65 a.setBackground(Color.white);
69 b.setBackground(Color.white);
/openjdk7/jdk/test/sun/java2d/X11SurfaceData/DrawImageBgTest/
H A DDrawImageBgTest.java87 viG.drawImage(tImg, 0, 0, Color.white, null);
95 if (currPixel != Color.white.getRGB()) {
/openjdk7/hotspot/agent/src/share/classes/com/sun/java/swing/ui/
H A DSplashScreen.java37 setBackground(Color.white);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifOptionPaneUI.java91 g.setColor(Color.white);
/openjdk7/jdk/test/java/awt/PrintJob/RoundedRectTest/
H A DRoundedRectTest.java86 setBackground(Color.white);
/openjdk7/jdk/test/java/awt/font/Rotate/
H A DShear.java51 g.setColor(Color.white);
/openjdk7/jdk/test/java/awt/font/TextLayout/
H A DUnderlinePositionTest.java41 g2d.setColor(Color.white);
/openjdk7/jdk/test/sun/awt/image/
H A DDrawByteBinary.java51 g2d.setColor(Color.white);
65 // we expect white color outside the line
/openjdk7/jdk/test/java/awt/Graphics/
H A DTextAAHintsTest.java43 g2d.setColor(Color.white);
55 g2d.setColor(Color.white);
/openjdk7/jdk/test/javax/imageio/plugins/shared/
H A DBitDepth.java46 // Check that the PNG writer can write an all-white image correctly
69 System.out.println("Found a non-white pixel!");
162 Color white = new Color(255, 255, 255);
167 g.setColor(white);
/openjdk7/jdk/test/sun/java2d/DirectX/AcceleratedScaleTest/
H A DAcceleratedScaleTest.java98 g.setColor(Color.white);
115 int whitePixel = Color.white.getRGB();
/openjdk7/jdk/test/java/awt/Graphics/DrawImageBG/
H A DSystemBgColorTest.java90 g.setColor(Color.white);

Completed in 896 milliseconds

12345