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

/solaris-x11-s12/open-src/lib/libXmu/sun-src/include/X11/Xmu/
H A DXmuSolaris.h32 Status XSolarisGetVisualGamma (Display *dpy, int screen_number, Visual *visual,
/solaris-x11-s12/open-src/app/xcolor/sun-src/
H A Dxcolor.h48 Visual **visual, /* return */
67 Visual **visual);
H A DXCrDynCmap.c41 Visual **visual, /* return */
63 *visual = vinfo.visual;
65 *visual, AllocNone);
37 XCreateDynamicColormap( Display *dsp, int screen, Colormap *cmap, Visual **visual, XColor *colors, int count, u_char *red, u_char *green, u_char *blue) argument
H A Dxcolor.c50 static Visual *visual; variable
134 roffset = ffs(visual->red_mask)-1;
135 goffset = ffs(visual->green_mask)-1;
136 boffset = ffs(visual->blue_mask)-1;
180 if (visual->class == TrueColor || visual->class == DirectColor)
285 visual = DefaultVisualOfScreen(DefaultScreenOfDisplay(dsp));
286 cmap_size = visual->map_entries;
298 1.0, 1.0, 1.0, !nobw, &visual);
344 visual, /* visua
[all...]
H A DXCrHsbCmap.c47 Visual **visual)
70 status = XCreateDynamicColormap(dsp, screen, cmap, visual, xcolors,
35 XCreateHSBColormap( Display *dsp, int screen, Colormap *cmap, int count, double h1, double s1, double b1, double h2, double s2, double b2, int bw, Visual **visual) argument
/solaris-x11-s12/open-src/app/xmag_multivis/
H A DMakefile34 MODULE_DESC = the multiple visual version of xmag screen magnification utility
/solaris-x11-s12/open-src/lib/libdga/sun-src/
H A DXineramaInfo.h57 CARD32 visual B32;
H A Ddga_Xrequests.c1555 req->visual = VirtualWID;
/solaris-x11-s12/open-src/lib/libXmu/sun-src/src/
H A DVisGamma.c248 ** Updates the current prop element pointer to point beyond the current visual.
314 XSolarisGetVisualGamma (Display *dpy, int screen_number, Visual *visual, argument
427 if (visual->visualid != visualID) {
435 /* Found the visual */
445 ** not on the visual masks but on the visual bits_per_rgb. Thus, we
471 *gamma = exponentOfPowerFunc((1<<visual->bits_per_rgb)-1, maxcolor, (int)nelem, ph, pf);
/solaris-x11-s12/open-src/app/xmag_multivis/sun-src/
H A Dxmag_multivis.c80 Visual *visual; /* This is to fix the bug for TrueColor */ variable
96 int def_vis_is_ok = 0; /* is def visual 24bit TrueColor */
307 visual = DefaultVisual(dpy,screen) ;
308 vinfo_template.visualid = XVisualIDFromVisual(visual) ;
319 /* The default visual is TrueColor, 24 bit... */
605 FinalImage = XCreateImage(dpy, vis.visual, vis.depth, ZPixmap, 0,
613 InputOutput, def_vis->visual, valuemask, &attr);
616 /* The default visual is not 24 bit True Color,
617 Create a colormap for this visual */
618 Colormap c = XCreateColormap(dpy, root, vis.visual, AllocNon
[all...]
H A Dmultivis.c237 pWinInfo->visinfo = mvMatchVisual(XVisualIDFromVisual(xwa.visual));
440 * a true color or direct color visual.
513 * Assumes its called only on a True or DirectColor visual.
/solaris-x11-s12/open-src/lib/libXext/sun-src/src/
H A DTransOvl.c146 * know the screen structure where the visual is to be found, so there
148 * performs a more direct scan for the visual.
320 obj.visual = vis;
378 * Cannot store data for this visual, assume the worst case.
418 * No data was returned from MBX for this visual,
502 * visual, so fill in a default value. Only mark
514 * visual, so fill in a default value. Only mark
601 * visual, so fill in a default value. Only mark
613 * visual, so fill in a default value. Only mark
786 visinfoReturn->visual
849 XSolarisOvlCreateWindow( Display *dpy, Window parent, int x, int y, unsigned int width, unsigned int height, unsigned int border_width, int depth, unsigned int class, Visual *visual, unsigned long valuemask, XSetWindowAttributes *attr ) argument
[all...]
H A DXPanoramiX.c457 req->visual = VirtualWID;
/solaris-x11-s12/open-src/app/cmap_alloc/sun-src/
H A Dcmap_alloc.c124 /* Only try the specified visual */
136 fprintf(stderr, "%s: no need to create a colormap for the default visual\n",
180 (void)printf(" Creating a colormap for the %s %d bit visual...",
224 vinfo->visual, AllocNone);
316 else if (!strcmp(argv[option], "-visual"))
320 fprintf(stderr, "%s: unknown visual class %s\n", prog_name, argv[option]);
323 fprintf(stderr, "%s: no need to create a colormap for a static visual\n", prog_name);
386 (void)fprintf(stderr, "\t\t[-depth <n>] [-visual <class>]\n");
/solaris-x11-s12/open-src/proto/sun-ext-protos/include/
H A Dtransovlstr.h185 VisualID visual B32;
/solaris-x11-s12/open-src/common/
H A DX-parfait.conf248 /* Todo: visual resource id? */

Completed in 52 milliseconds