Searched defs:isTranslucencySupported (Results 1 - 2 of 2) 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/src/solaris/native/sun/awt/
H A Dawt_p.h143 int isTranslucencySupported; /* Uses Xrender to find this out. */ member in struct:_AwtGraphicsConfigData

Completed in 31 milliseconds