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

  /src/external/mit/xorg/server/xorg-server/dix/
Makefile 10 SRCS= atom.c colormap.c cursor.c devices.c dispatch.c dixfonts.c \
35 COPTS.colormap.c= -Wno-error
  /src/external/mit/xorg/server/xorg-server.old/dix/
Makefile 10 SRCS= atom.c colormap.c cursor.c devices.c dispatch.c dixfonts.c \
36 COPTS.colormap.c= -Wno-error
  /src/sys/arch/atari/dev/
grfabs_reg.h 65 typedef struct colormap colormap_t;
76 colormap_t *colormap; /* the colormap for this view */ member in struct:view
105 * Colormap stuff.
107 struct colormap { struct
138 * Create a colormap entry
  /src/external/mit/xorg/lib/libxcb/files/
screensaver.h 147 xcb_colormap_t colormap; member in struct:xcb_screensaver_set_attributes_value_list_t
render.h 296 xcb_colormap_t colormap; member in struct:xcb_render_pictforminfo_t
xproto.h 1142 /**< The colormap was uninstalled. */
1145 /**< The colormap was installed. */
1164 xcb_colormap_t colormap; member in struct:xcb_colormap_notify_event_t
1438 /**< The colormap specifies the colormap that best reflects the true colors of the window. Servers
1440 agers may use it for InstallColormap requests. The colormap must have the same visual type
1442 colormap is copied (subsequent changes to the parent's colormap attribute do not affect the child).
1444 and the parent must not have a colormap of None (or a Match error results). For an explanation
1445 of None, see FreeColormap request. The colormap is copied by sharing the colormap objec
1492 xcb_colormap_t colormap; member in struct:xcb_create_window_value_list_t
1535 xcb_colormap_t colormap; member in struct:xcb_change_window_attributes_value_list_t
1597 xcb_colormap_t colormap; member in struct:xcb_get_window_attributes_reply_t
    [all...]
  /src/sys/arch/amiga/dev/
grfabs_ccreg.h 90 colormap_t *colormap; member in struct:view_data
grfabs_reg.h 66 typedef struct colormap colormap_t;
137 * Colormap stuff.
148 struct colormap { struct
amidisplaycc.c 288 int colormap[MAXCOLORS]; member in struct:amidisplaycc_screen
614 fgcolor = scr->colormap[fgcolor];
615 bgcolor = scr->colormap[bgcolor];
779 bgcolor = scr->colormap[bgcolor];
964 bgcolor = scr->colormap[bgcolor];
1356 scr->colormap[i] = i;
1370 scr->colormap[i] = j;
1371 scr->colormap[j] = i;
1376 * Set the default colormap.
1672 tmpcmap.red [ scr->colormap[ i ] ] = cmap->red [ i ]
    [all...]
  /src/sys/arch/vax/vsa/
gpx.c 164 uint16_t colormap[16]; member in struct:ramdac4
955 * Initialize colormap.
1136 * Colormap handling routines
1228 rd->colormap[i] = color12;
  /src/games/canfield/canfield/
canfield.c 160 static char colormap[4] = {black, black, red, red}; variable
521 cards[i].color = colormap[scnt];

Completed in 45 milliseconds