Home
last modified time | relevance | path

Searched refs:xColormap (Results 1 – 1 of 1) sorted by relevance

/libtiff-4.0.7/contrib/dbs/xtiff/
H A Dxtiff.c227 Colormap xColormap; variable
305 XtSetArg(args[1], XtNcolormap, xColormap); in main()
608 xColormap = XCreateColormap(xDisplay, RootWindow(xDisplay, xScreen), in GetVisual()
610 XStoreColors(xDisplay, xColormap, colors, colormapSize); in GetVisual()
653 xColormap = XCreateColormap(xDisplay, RootWindow(xDisplay, xScreen), in GetVisual()
656 xColormap = XCreateColormap(xDisplay, RootWindow(xDisplay, xScreen), in GetVisual()
661 (void) XAllocColorCells(xDisplay, xColormap, True, in GetVisual()
666 XStoreColors(xDisplay, xColormap, colors, colormapSize); in GetVisual()
671 xColormap = DefaultColormap(xDisplay, xScreen); in GetVisual()