HomeSort by: relevance | last modified time | path
    Searched refs:StdCmap (Results 1 - 17 of 17) sorted by relevancy

  /xsrc/external/mit/ctwm/dist/
types.h 28 typedef struct StdCmap StdCmap;
screen.h 46 struct StdCmap {
47 struct StdCmap *next; /* next link in chain */
328 StdCmap *head; ///< list of maps
329 StdCmap *tail; ///< list of maps
330 StdCmap *mru; ///< Most recently used in list
colormaps.c 549 * Handlers for creating and linkin in, as well as deleting, a StdCmap
558 StdCmap *sc = NULL;
569 sc = calloc(1, sizeof(StdCmap));
571 fprintf(stderr, "%s: unable to allocate %lu bytes for StdCmap\n",
572 ProgramName, (unsigned long) sizeof(StdCmap));
607 StdCmap *sc, *prev;
639 * XStandardColormap's and our StdCmap's for any of them that are
util.c 184 XStandardColormap *stdcmap = NULL; local
197 stdcmap = &(Scr->StdCmapInfo.mru->maps[Scr->StdCmapInfo.mruindex]);
200 StdCmap *sc;
209 stdcmap = &(sc->maps[i]);
217 if(stdcmap) {
218 color.pixel = (stdcmap->base_pixel +
220 stdcmap->red_max + 0.5) *
221 stdcmap->red_mult) +
223 stdcmap->green_max + 0.5) *
224 stdcmap->green_mult)
    [all...]
  /xsrc/external/mit/libXmu/dist/src/
DelCmap.c 36 #include <X11/Xmu/StdCmap.h>
Distinct.c 37 #include <X11/Xmu/StdCmap.h>
AllCmap.c 34 #include <X11/Xmu/StdCmap.h>
CmapAlloc.c 37 #include <X11/Xmu/StdCmap.h>
StdCmap.c 38 #include <X11/Xmu/StdCmap.h>
79 XStandardColormap *stdcmap; local
99 || ((stdcmap = XAllocStandardColormap()) == NULL)) {
112 stdcmap->killid = (XID) XCreatePixmap(dpy, win, 1, 1, depth);
114 stdcmap->colormap = cmap;
116 stdcmap->killid = ReleaseByFreeingColormap;
117 stdcmap->colormap = XCreateColormap(dpy, RootWindow(dpy, screen),
120 stdcmap->red_max = red_max;
121 stdcmap->green_max = green_max;
122 stdcmap->blue_max = blue_max
    [all...]
VisCmap.c 39 #include <X11/Xmu/StdCmap.h>
LookupCmap.c 38 #include <X11/Xmu/StdCmap.h>
CrCmap.c 42 #include <X11/Xmu/StdCmap.h>
  /xsrc/external/mit/twm/dist/src/
screen.h 49 } StdCmap;
110 StdCmap *head, *tail; /* list of maps */
111 StdCmap *mru; /* most recently used in list */
util.c 393 StdCmap *sc = NULL;
403 sc = (StdCmap *) malloc(sizeof(StdCmap));
405 twmWarning("unable to allocate %lu bytes for StdCmap",
406 (unsigned long) sizeof(StdCmap));
438 StdCmap *sc, *prev;
500 XStandardColormap *stdcmap = NULL; local
516 stdcmap = &(Scr->StdCmapInfo.mru->maps[Scr->StdCmapInfo.mruindex]);
519 StdCmap *sc;
528 stdcmap = &(sc->maps[i])
    [all...]
  /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
glut_cmap.c 21 #include <Xmu/StdCmap.h> /* for XmuLookupStandardColormap */
23 #include <X11/Xmu/StdCmap.h> /* for XmuLookupStandardColormap */
glut_overlay.c 21 #include <Xmu/StdCmap.h> /* for XmuLookupStandardColormap */
23 #include <X11/Xmu/StdCmap.h> /* for XmuLookupStandardColormap */
  /xsrc/external/mit/xstdcmap/dist/
xstdcmap.c 42 #include <X11/Xmu/StdCmap.h>

Completed in 14 milliseconds