Lines Matching refs:vis
63 Visual *vis;
66 int x_vis, y_vis; /* rt rel x,y of vis part, not parent clipped */
77 Visual *vis;
80 int x_vis, y_vis; /* rt rel x,y of vis part, not parent clipped */
87 Returns TRUE if the two structs pointed to have the same "vis" &
92 ((s1)->vis == (s2)->vis && (s1)->cmap == (s2)->cmap && \
271 QueryColorMap(disp, reg->cmap, reg->vis, &colors,
274 switch (reg->vis->class) {
281 if (reg->vis->map_entries == 16) {
282 int red_ind = (old_pixel & reg->vis->red_mask) >> rShift;
283 int green_ind = (old_pixel & reg->vis->green_mask) >> gShift;
284 int blue_ind = (old_pixel & reg->vis->blue_mask) >> bShift;
305 int red_ind = (old_pixel & reg->vis->red_mask) >> rShift;
306 int green_ind = (old_pixel & reg->vis->green_mask) >> gShift;
307 int blue_ind = (old_pixel & reg->vis->blue_mask) >> bShift;
618 XRectangle child_clip; /* vis part of child */
744 new_reg->vis = base_src->vis;
777 if (new_reg->vis != DefaultVisualOfScreen(win_attrs.screen)
884 Visual *vis, Colormap cmap, Window parent)
899 new_src->vis = vis;
916 if (pImageVisuals[i]->visual == src->vis)
935 if (((pOverlayVisuals[i].pOverlayVisualInfo)->visual == src->vis)