Searched refs:isTranslucencySupported (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/awt/
H A DAWTUtilities.java50 * the {@code isTranslucencySupported()} method of the class passing a desired
74 * @see #isTranslucencySupported
116 public static boolean isTranslucencySupported(Translucency translucencyKind) { method in class:AWTUtilities
151 * the isTranslucencySupported() method should indicate that the
356 if (!isOpaque && !isTranslucencySupported(Translucency.PERPIXEL_TRANSLUCENT)) {
/openjdk7/jdk/test/javax/swing/JComponent/6683775/
H A Dbug6683775.java18 if (!AWTUtilities.isTranslucencySupported(
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_p.h143 int isTranslucencySupported; /* Uses Xrender to find this out. */ member in struct:_AwtGraphicsConfigData
H A Dawt_GraphicsEnv.c476 graphicsConfigs [ind]->isTranslucencySupported = 1;
1545 return (jboolean)aData->isTranslucencySupported;
H A DX11Color.c922 if (!aData->isTranslucencySupported) {
/openjdk7/jdk/test/com/sun/awt/Translucency/
H A DWindowOpacity.java59 if (!AWTUtilities.isTranslucencySupported(AWTUtilities.Translucency.TRANSLUCENT)) {

Completed in 41 milliseconds