/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
|
grfabs_tt.c | 153 tt_use_colormap(v, v->colormap); 188 if (v->colormap != &gra_con_cmap) 189 free(v->colormap, M_DEVBUF); 208 vcm = v->colormap; 218 * First figure out where the actual colormap resides and 253 * A little tricky, the actual colormap pointer will be NULL 296 v->colormap = alloc_colormap(mode); 297 if (v->colormap) {
|
grfabs_fal.c | 321 falcon_use_colormap(v, v->colormap); 427 if (v->colormap != &gra_con_cmap) 428 free(v->colormap, M_DEVBUF); 449 vcm = v->colormap; 459 * First get the colormap addresses and calculate 462 if (dm->depth == 16) /* direct color, no colormap; 474 * A little tricky, the actual colormap pointer will be NULL 524 v->colormap = alloc_colormap(mode); 525 if (v->colormap) { 607 if (dm->depth == 16) /* direct color, no colormap; [all...] |
grfabs_et.c | 209 et_use_colormap(v, v->colormap); 287 if (v->colormap != &gra_con_cmap) 288 free(v->colormap, M_DEVBUF); 354 v->colormap = alloc_colormap(mode); 355 if (v->colormap) {
|
grfabs.c | 157 gcm = v->colormap;
|
/src/sys/arch/amiga/dev/ |
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...] |
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
|
grfabs_cc.c | 444 VDATA(v)->colormap = DMDATA(mode)->alloc_colormap(depth); 445 if (VDATA(v)->colormap) { 508 /* check to see if its the view's colormap, if so just do 544 colormap_t *vcm = VDATA(v)->colormap; 563 /* copy entries into colormap. */ 574 colormap_t *vcm = VDATA(v)->colormap; 580 /* check to see if its the view's colormap, if so just do update. */ 582 /* copy entries into colormap. */ 619 colormap_t *vcm = VDATA(v)->colormap; 625 /* check to see if its the view's colormap, if so just do update. * [all...] |
/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];
|
/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;
|