Searched refs:transparentType (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dwsutils.h80 long transparentType; /* Can be None, TransparentPixel or member in struct:__anon1020
96 long transparentType; /* Can be None, TransparentPixel or member in struct:__anon1021
104 /* These macros are the values of the "transparentType" above: */
H A DmultiVis.c505 int32_t transparentColor, transparentType; local
541 &transparentColor, &transparentType))
560 if ((image->depth == 8) && (transparentType == TransparentPixel))
593 if (transparentType == TransparentPixel) {
1021 transparentColor, transparentType)
1026 int32_t *transparentType;
1033 && (pOverlayVisuals[i].transparentType != None))
1036 *transparentType = pOverlayVisuals[i].transparentType;
1195 if (pOVis->transparentType
[all...]

Completed in 41 milliseconds