Home
last modified time | relevance | path

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

/dports/multimedia/xine/xine-ui-0.99.12/src/xitk/Imlib-light/
H A Dmisc.c176 id->x.root_cmap = xwa.colormap; in Imlib_init()
178 id->x.root_cmap = 0; in Imlib_init()
181 id->x.root_cmap = 0; in Imlib_init()
544 id->x.root_cmap = cm; in Imlib_init()
732 id->x.root_cmap = xwa.colormap; in Imlib_init_with_params()
734 id->x.root_cmap = 0; in Imlib_init_with_params()
737 id->x.root_cmap = 0; in Imlib_init_with_params()
976 id->x.root_cmap = p->cmap; in Imlib_init_with_params()
1143 id->x.root_cmap = cm; in Imlib_init_with_params()
1151 at.colormap = id->x.root_cmap; in Imlib_init_with_params()
[all …]
H A Dcolors.c129 XAllocColor(id->x.disp, id->x.root_cmap, &xcl); in _PaletteAlloc()
523 XFreeColors(id->x.disp, id->x.root_cmap, pixels, id->num_colors, 0); in Imlib_free_colors()
H A DImlib_types.h90 Colormap root_cmap; member
/dports/net/x11vnc/x11vnc-0.9.16/src/
H A D8to24.c97 static Colormap root_cmap = 0; variable
132 if (! root_cmap || redo) { in set_root_cmap()
149 root_cmap = attr.colormap; in set_root_cmap()
150 XQueryColors(dpy, root_cmap, color, ncells); in set_root_cmap()
716 } else if (depth <= 16 && root_cmap && attr->colormap != root_cmap) { in check_depth_win()
1884 if (root_cmap) {
/dports/lang/fpc-source/fpc-3.2.2/packages/imlib/src/
H A Dimlib.pp94 root_cmap : TColormap;