Searched refs:opaque (Results 26 - 35 of 35) sorted by relevance

12

/openjdk7/jdk/test/java/awt/Graphics2D/RenderClipTest/
H A DRenderClipTest.java566 final static int opaque = 0xff000000; field in class:RenderClipTest
650 rgbtst = datatst[offtst+x] | opaque;
658 rgbref = dataref[offref+x] | opaque;
/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dinfback.c70 strm->opaque = (voidpf)0;
H A Dgzio.c137 s->stream.opaque = (voidpf)0;
H A Dinflate.c98 * - Changed inflateBack() interface to provide separate opaque descriptors
183 strm->opaque = (voidpf)0;
H A Ddeflate.c269 strm->opaque = (voidpf)0;
/openjdk7/jdk/src/share/classes/java/awt/
H A DWindow.java3708 * the window is in the non-opaque (per-pixel translucent) mode.
3728 * this window must be opaque (alpha equals {@code 1.0f}) or per-pixel translucent
3730 * {@code null}, the window is considered completely opaque.
3755 * pixel is fully opaque. Interim values of the alpha color component make
3805 if ((oldAlpha == 255) && (alpha < 255)) { // non-opaque window
3810 "Making full-screen window non opaque is not supported.");
3831 * Indicates if the window is currently opaque.
3837 * @return {@code true} if the window is opaque, {@code false} otherwise
4016 public void setOpaque(Window window, boolean opaque) {
4022 opaque
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTabbedPaneUI.java377 Object opaque = UIManager.get("TabbedPane.opaque");
378 if (opaque == null) {
379 opaque = Boolean.FALSE;
381 LookAndFeel.installProperty(tabPane, "opaque", opaque);
3544 } else if (name == "opaque" && isScrollLayout) {
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneCopyFromBasicUI.java372 Object opaque = UIManager.get("TabbedPane.opaque");
373 if (opaque == null) {
374 opaque = Boolean.FALSE;
376 LookAndFeel.installProperty(tabPane, "opaque", opaque);
3314 } else if (name == "opaque" && isScrollLayout) {
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngread.c146 png_ptr->zstream.opaque = (voidpf)png_ptr;
H A Dpngwutil.c831 png_ptr->zstream.opaque = (voidpf)png_ptr;

Completed in 126 milliseconds

12