Lines Matching defs:v1
97 XVisualInfo template, *vinfo, *v1, *v2;
109 v1 = getDeepestVisual(DirectColor, vinfo, nvisuals);
113 (!v1 || (v2->colormap_size >= (long)
114 ((v1->red_mask | v1->green_mask | v1->blue_mask) + 1))))
117 else if (v1)
118 status = XmuVisualStandardColormaps(dpy, scr, v1->visualid,
119 (unsigned) v1->depth, 1, 1);
122 if (((v1 = getDeepestVisual(TrueColor, vinfo, nvisuals)) != NULL)
123 || ((v1 = getDeepestVisual(StaticColor, vinfo, nvisuals)) !=
125 status = XmuVisualStandardColormaps(dpy, scr, v1->visualid,
126 (unsigned) v1->depth, 1, 1);
128 (((v1 = getDeepestVisual(GrayScale, vinfo, nvisuals)) != NULL)
129 || ((v1 = getDeepestVisual(StaticGray, vinfo, nvisuals)) !=
131 status = XmuVisualStandardColormaps(dpy, scr, v1->visualid,
132 (unsigned) v1->depth, 1, 1);