HomeSort by: relevance | last modified time | path
    Searched defs:colormap (Results 1 - 25 of 45) sorted by relevancy

1 2

  /xsrc/external/mit/libXrender/dist/src/
Color.c 80 Colormap colormap; local
82 colormap = DefaultColormap (dpy, DefaultScreen (dpy));
83 if (!XParseColor (dpy, colormap, spec, &coreColor))
  /xsrc/external/mit/xorg-server/dist/hw/xnest/
Color.h 24 Colormap colormap; member in struct:__anon10107
29 Colormap *cmapIDs;
40 #define xnestColormap(pCmap) (xnestColormapPriv(pCmap)->colormap)
52 int xnestListInstalledColormaps(ScreenPtr pScreen, Colormap * pCmapIDs);
  /xsrc/external/mit/xorg-server.old/dist/hw/xnest/
Color.h 24 Colormap colormap; member in struct:__anon10707
29 Colormap *cmapIDs;
39 #define xnestColormap(pCmap) (xnestColormapPriv(pCmap)->colormap)
51 int xnestListInstalledColormaps(ScreenPtr pScreen, Colormap *pCmapIDs);
  /xsrc/external/mit/libXmu/dist/src/
LookupCmap.c 48 * To create a standard colormap if one does not currently exist, or
49 * replace the currently existing standard colormap, use
54 * visual, and determine the whether to create a new colormap or to use
55 * the default colormap of the screen. It will call XmuStandardColormap()
56 * to create the standard colormap.
59 * replaced. If retain is true, the property and the colormap will be
66 * standard colormap upon a visual which cannot support such a map is
68 * standard colormap property on a monochrome visual, or, requesting an
69 * RGB_BEST_MAP on a display whose colormap size is 16.
81 * property - a standard colormap propert
87 XStandardColormap *colormap; local
    [all...]
  /xsrc/external/mit/libX11/dist/src/
Xatomtype.h 84 RESOURCEID colormap; member in struct:__anon5662
  /xsrc/external/mit/libXaw/dist/src/
Converters.c 124 {XtWidgetBaseOffset, (XtPointer)XtOffsetOf(WidgetRec, core.colormap),
125 sizeof(Colormap)},
131 {XtWidgetBaseOffset, (XtPointer)XtOffsetOf(WidgetRec, core.colormap),
132 sizeof(Colormap)},
435 Colormap colormap; local
443 "Pixel to String conversion needs colormap argument",
448 colormap = *(Colormap *)args[0].addr;
455 XQueryColor(dpy, colormap, &color)
532 Colormap colormap; local
594 Colormap colormap; local
648 Colormap colormap; local
    [all...]
Pixmap.c 64 static Bool BitmapLoader(XawParams*, Screen*, Colormap, int,
66 static Bool GradientLoader(XawParams*, Screen*, Colormap, int,
68 static Bool XPixmapLoader(XawParams*, Screen*, Colormap, int,
70 static XawPixmap *_XawFindPixmap(String, Screen*, Colormap, int);
71 static void _XawCachePixmap(XawPixmap*, Screen*, Colormap, int);
270 XawLoadPixmap(String name, Screen *screen, Colormap colormap, int depth)
282 xaw_pixmap = _XawFindPixmap(name, screen, colormap, depth);
298 success = loader_info[idx]->loader(xaw_params, screen, colormap, depth,
308 _XawCachePixmap(xaw_pixmap, screen, colormap, depth)
844 XQueryColor(DisplayOfScreen(screen), colormap, &start); local
855 XQueryColor(DisplayOfScreen(screen), colormap, &end); local
    [all...]
TextSink.c 1209 XQueryColor(DisplayOfScreen(list->screen), list->colormap, &color);
1217 XQueryColor(DisplayOfScreen(list->screen), list->colormap, &color);
1483 Colormap colormap, int depth)
1502 propl->colormap == colormap &&
1512 propl->colormap = colormap;
1582 if (!XAllocNamedColor(DisplayOfScreen(screen), colormap,
1600 if (!XAllocNamedColor(DisplayOfScreen(screen), colormap,
1754 Colormap colormap = w->core.colormap; local
    [all...]
  /xsrc/external/mit/xcb-util/dist/aux/
xcb_aux.h 65 uint32_t colormap; member in struct:__anon6554
  /xsrc/external/mit/xlogo/dist/
Logo.c 237 w->core.colormap);
244 {XtWidgetBaseOffset, (XtPointer)XtOffsetOf(WidgetRec, core.colormap),
245 sizeof(Colormap)}
274 Colormap colormap; local
282 "Freeing an XftColor requires screen and colormap arguments",
288 colormap = *((Colormap *) args[1].addr);
293 colormap, color);
306 Colormap colormap local
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/miext/rootless/
rootlessCommon.h 118 ColormapPtr colormap; member in struct:_RootlessScreenRec
264 /* Return the colormap currently installed on the given screen. */
267 /* Convert colormap to ARGB. */
  /xsrc/local/programs/xsetwallpaper/
xsetwallpaper.c 67 Colormap colormap; local
110 colormap = DefaultColormap(display, 0);
159 if (!XParseColor(display, colormap, fill_color, &color)) {
162 if (!XAllocColor(display, colormap, &color)) {
  /xsrc/external/mit/libXpm/dist/sxpm/
sxpm.c 110 static Colormap colormap; variable
184 colormap = XDefaultColormapOfScreen(XtScreen(topw));
246 if (XAllocNamedColor(dpy, colormap, "black", &color, &junk))
384 colormap = XCreateColormap(dpy, win,
387 view.attributes.colormap = colormap;
388 XSetWindowColormap(dpy, win, colormap);
422 XFreeColors(dpy, colormap,
462 XFreeColors(dpy, colormap, view.attributes.alloc_pixels
    [all...]
  /xsrc/external/mit/libXpm/dist/src/
scan.c 389 Colormap colormap; local
406 colormap = attributes->colormap;
408 colormap = XDefaultColormap(display, XDefaultScreen(display));
442 XQueryColors(display, colormap, xcolors, ncolors);
  /xsrc/external/mit/xorg-server/dist/miext/rootless/
rootlessCommon.h 122 ColormapPtr colormap; member in struct:_RootlessScreenRec
262 /* Return the colormap currently installed on the given screen. */
265 /* Convert colormap to ARGB. */
  /xsrc/external/mit/libXt/dist/include/X11/
CoreP.h 95 Colormap colormap; /* colormap */ member in struct:_CorePart
  /xsrc/external/mit/xorg-server/dist/include/
windowstr.h 83 Colormap colormap; /* default: same as parent */ member in struct:_WindowOpt
186 #define wColormap(w) ((w)->drawable.class == InputOnly ? None : wTrackParent(w, colormap))
  /xsrc/external/mit/xorg-server.old/dist/include/
windowstr.h 84 Colormap colormap; /* default: same as parent */ member in struct:_WindowOpt
191 #define wColormap(w) ((w)->drawable.class == InputOnly ? None : wTrackParent(w, colormap))
  /xsrc/local/programs/x11-ssh-askpass/
x11-ssh-askpass.h 166 Colormap colormap; member in struct:__anon12230
  /xsrc/external/mit/xfd/dist/
grid.c 387 {XtWidgetBaseOffset, (XtPointer)XtOffsetOf(WidgetRec, core.colormap),
388 sizeof(Colormap)}
417 Colormap colormap; local
425 "Freeing an XftColor requires screen and colormap arguments",
431 colormap = *((Colormap *) args[1].addr);
436 colormap, color);
449 Colormap colormap; local
    [all...]
  /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
win32_x11.h 21 typedef HPALETTE Colormap;
173 Colormap colormap; /* color map to be associated with window */ member in struct:__anon29
197 #define XFreeColormap(display, colormap) \
198 DeleteObject(colormap)
260 extern Colormap XCreateColormap(
268 Colormap colormap,
277 Colormap colormap,
    [all...]
  /xsrc/external/mit/ctwm/dist/
functions_internal.h 141 DFHANDLER(colormap); variable
  /xsrc/external/mit/libX11/dist/include/X11/
Xutil.h 321 Colormap colormap; member in struct:__anon5651
717 XStandardColormap* /* colormap */,
  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
TextSinkP.h 108 Colormap colormap; member in struct:_XawTextPropertyList
233 Colormap Colormap,
  /xsrc/external/mit/libXft/dist/src/
xftint.h 210 Colormap colormap; member in struct:_XftDraw

Completed in 38 milliseconds

1 2