Searched defs:dsp (Results 1 - 5 of 5) sorted by relevance
/solaris-x11-s12/open-src/app/xcolor/sun-src/ |
H A D | XCrDynCmap.c | 38 Display *dsp, 56 planes = DisplayPlanes(dsp, screen); 57 if (!XMatchVisualInfo(dsp, screen, planes, PseudoColor, &vinfo)) 58 if (!XMatchVisualInfo(dsp, screen, planes, GrayScale, &vinfo)) 59 if (!XMatchVisualInfo(dsp, screen, planes, DirectColor, &vinfo)) 64 *cmap = XCreateColormap(dsp, RootWindow(dsp, screen), 71 allocReturn = XAllocColorCells(dsp, *cmap, 85 XQueryColor(dsp, DefaultColormap(dsp, scree 37 XCreateDynamicColormap( Display *dsp, int screen, Colormap *cmap, Visual **visual, XColor *colors, int count, u_char *red, u_char *green, u_char *blue) argument [all...] |
H A D | XCrHsbCmap.c | 36 Display *dsp, 62 pixel = WhitePixel(dsp, screen); 66 pixel = BlackPixel(dsp, screen); 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
|
H A D | xcolor.c | 48 Display *dsp = NULL; /* current display (must be inited) */ variable 71 XQueryColors(dsp, DefaultColormap(dsp, screen), color, 256); 108 XSetForeground(dsp, gc, i * max + j); 109 XFillRectangle(dsp, window, gc, x, y, w, h); 147 XSetForeground(dsp, gc, (i * 16 + j)<<roffset); 148 XFillRectangle(dsp, window, gc, x, y, w, h); 159 XSetForeground(dsp, gc, (i * 16 + j)<<goffset); 160 XFillRectangle(dsp, window, gc, x, y, w, h); 171 XSetForeground(dsp, g [all...] |
/solaris-x11-s12/open-src/app/xlock/sun-src/ |
H A D | xlock.c | 175 Display *dsp = NULL; /* server display connection */ variable 252 XGrabHosts(Display *dsp) argument 254 XHosts = XListHosts(dsp, &HostAccessCount, &HostAccessState); 256 XRemoveHosts(dsp, XHosts, HostAccessCount); 257 XEnableAccessControl(dsp); 261 XUngrabHosts(Display *dsp) argument 264 XAddHosts(dsp, XHosts, HostAccessCount); 268 XDisableAccessControl(dsp); 284 status = XGrabKeyboard(dsp, win[0], True, 288 status = XGrabKeyboard(dsp, wi [all...] |
/solaris-x11-s12/open-src/app/xmag_multivis/sun-src/ |
H A D | xmag_multivis.c | 128 static int shhh(Display *dsp, XErrorEvent *err); /* quiet IO error handler */ 1295 Display *dsp, 1294 shhh( Display *dsp, XErrorEvent *err) argument
|
Completed in 25 milliseconds