/solaris-x11-s12/open-src/lib/libXmu/sun-src/include/X11/Xmu/ |
H A D | XmuSolaris.h | 32 Status XSolarisGetVisualGamma (Display *dpy, int screen_number, Visual *visual,
|
/solaris-x11-s12/open-src/app/xcolor/sun-src/ |
H A D | xcolor.h | 48 Visual **visual, /* return */ 67 Visual **visual);
|
H A D | XCrDynCmap.c | 41 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 D | xcolor.c | 50 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 D | XCrHsbCmap.c | 47 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 D | Makefile | 34 MODULE_DESC = the multiple visual version of xmag screen magnification utility
|
/solaris-x11-s12/open-src/lib/libdga/sun-src/ |
H A D | XineramaInfo.h | 57 CARD32 visual B32;
|
H A D | dga_Xrequests.c | 1555 req->visual = VirtualWID;
|
/solaris-x11-s12/open-src/lib/libXmu/sun-src/src/ |
H A D | VisGamma.c | 248 ** 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 D | xmag_multivis.c | 80 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 D | multivis.c | 237 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 D | TransOvl.c | 146 * 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 D | XPanoramiX.c | 457 req->visual = VirtualWID;
|
/solaris-x11-s12/open-src/app/cmap_alloc/sun-src/ |
H A D | cmap_alloc.c | 124 /* 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 D | transovlstr.h | 185 VisualID visual B32;
|
/solaris-x11-s12/open-src/common/ |
H A D | X-parfait.conf | 248 /* Todo: visual resource id? */
|