Searched refs:background (Results 51 - 56 of 56) sorted by relevance

123

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaMenuPainter.java156 protected void paintMenuItem(final Client client, final Graphics g, final JComponent c, final Icon checkIcon, final Icon arrowIcon, final Color background, final Color foreground, final Color disabledForeground, final Color selectionForeground, final int defaultTextIconGap, final Font acceleratorFont) { argument
180 // Paint background (doesn't touch the Graphics object's color)
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpng.h1328 * If you just need to composite the PNG image onto an existing background
1346 * halos round the opaque parts of the image where the background is light.
1347 * In the OPTIMIZED mode the halos will be light halos where the background
1437 /* Handle alpha and tRNS by replacing with a background color. Prior to
2065 png_color_16p *background));
2070 png_const_color_16p background));
H A Dpngwrite.c190 png_write_bKGD(png_ptr, &(info_ptr->background), info_ptr->color_type);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalIconFactory.java426 // Fill background
466 // Fill background
605 // fill background
710 // fill background
790 // draw background color for title area
877 // fill background
988 // fill background
1233 Color background = c.getBackground();
1239 Color interiorColor = background;
1243 whiteInnerLeftArc = whiteOuterRightArc = background;
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXWindowPeer.java184 Color background = SystemColor.window;
185 target.setBackground(background);
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXToolkit.c185 componentIDs.background =
186 (*env)->GetFieldID(env, cls, "background", "Ljava/awt/Color;");

Completed in 3485 milliseconds

123