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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_GraphicsEnv.c333 XVisualInfo *pVI8p, *pVI12p, *pVI8s, *pVITrue, *pVI8gs, local
372 pVITrue = XGetVisualInfo (awt_display,
457 if (XVisualIDFromVisual(pVITrue[i].visual) ==
459 pVITrue[i].depth == 12) {
466 graphicsConfigs [ind]->awt_depth = pVITrue [i].depth;
467 memcpy (&graphicsConfigs [ind]->awt_visInfo, &pVITrue [i],
471 pVITrue [i].visual);

Completed in 35 milliseconds