Searched refs:PseudoColor (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/
H A Dstart-Xvfb.sh54 # 1) Ask for PseudoColor instead.
56 /usr/bin/nohup /usr/openwin/bin/Xvfb ${DISPLAY} -dev vfb screen 0 1280x1024x24 pixdepths 8 16 24 defclass PseudoColor > ${currentDir}/nohup.$$ 2>&1 &
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXConstants.java678 public static final int PseudoColor = 3 ; field in class:XConstants
/openjdk7/jdk/src/solaris/native/sun/awt/
H A DX11Color.c505 || (pVI->class == PseudoColor && forcegray))) {
517 } else if (depth <= 12 && (pVI->class == PseudoColor
763 even for 12-bit PseudoColor visuals */
1078 PseudoColor visual, but to force all allocated colormap
1081 visual is set to PseudoColor. In that case awtJNI_GetColorModel
1361 (adata->awt_depth == 12 && adata->awt_visInfo.class == PseudoColor))
H A Dawt_GraphicsEnv.c303 /* try 8-bit PseudoColor */
305 vinfo.class = PseudoColor;
356 viTmp.class = PseudoColor;
364 viTmp.class = PseudoColor;
/openjdk7/jdk/src/solaris/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c452 case PseudoColor: {

Completed in 37 milliseconds