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

  /xsrc/external/mit/libX11/dist/src/
SetStCmap.c 86 stdcmap.base_pixel = cmap->base_pixel;
GetStCmap.c 111 cmap->base_pixel = use->base_pixel;
SetRGBCMap.c 81 map->base_pixel = cmap->base_pixel;
GetRGBCMap.c 125 map->base_pixel = prop->base_pixel;
Xatomtype.h 91 UNSIGNEDINT base_pixel; member in struct:__anon5662
  /xsrc/external/mit/libXmu/dist/src/
CrCmap.c 102 * of the screen, the base_pixel of the map.
241 colormap->base_pixel = pixels[first_index];
246 for (n=colormap->base_pixel, i=0; i < ncolors; i++, n += delta)
261 for (n=colormap->base_pixel, i=0; i < ncolors; i++, n += delta)
274 for (n=colormap->base_pixel, i=0; i < ncolors; i++, n += delta)
287 for (n=colormap->base_pixel, i=0; i < ncolors; i++, n += delta)
306 color.pixel = n + colormap->base_pixel;
511 (colormap->blue_max + 1) + colormap->base_pixel - 1;
513 for(i=colormap->base_pixel; i <= last_pixel; i++) {
LookupCmap.c 256 m->base_pixel = maps->base_pixel;
267 m->base_pixel = cnew->base_pixel;
StdCmap.c 135 stdcmap->base_pixel = 0; /* base pixel may change */
  /xsrc/external/mit/ctwm/dist/
util.c 218 color.pixel = (stdcmap->base_pixel +
  /xsrc/external/mit/libX11/dist/include/X11/
Xutil.h 328 unsigned long base_pixel; member in struct:__anon5651
  /xsrc/external/mit/xwud/dist/
xwud.c 937 color.pixel = stdmap->base_pixel + (stdmap->red_max * stdmap->red_mult);
952 color->pixel = stdmap->base_pixel +
979 color->pixel = stdmap->base_pixel +
  /xsrc/external/mit/twm/dist/src/
util.c 537 color.pixel = (stdcmap->base_pixel +

Completed in 27 milliseconds