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

  /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/sys/arch/amiga/dev/
grfabs_reg.h 66 typedef struct colormap colormap_t;
137 * Colormap stuff.
148 struct colormap { struct
grfabs_ccreg.h 90 colormap_t *colormap; member in struct:view_data
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 in typeref:typename:char[4]
521 cards[i].color = colormap[scnt];

Completed in 19 milliseconds