Home
last modified time | relevance | path

Searched refs:vgapal16 (Results 1 – 10 of 10) sorted by relevance

/dports/games/NBlood/NBlood-a1689a4/source/blood/src/
H A Dmapedit.cpp9988 vgapal16[2*4+0] = 19;
9989 vgapal16[2*4+1] = 75;
9990 vgapal16[2*4+2] = 19;
9992 vgapal16[3*4+0] = 215;
9993 vgapal16[3*4+1] = 115;
9994 vgapal16[3*4+2] = 43;
9996 vgapal16[4*4+0] = 31;
9997 vgapal16[4*4+1] = 31;
10001 vgapal16[5*4+1] = 67;
10002 vgapal16[5*4+2] = 59;
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/rr/src/
H A Dastub.cpp7956 vgapal16[9*4+0] = 252; in InitCustomColors()
7957 vgapal16[9*4+1] = 124; in InitCustomColors()
7958 vgapal16[9*4+2] = 28; in InitCustomColors()
7984 vgapal16[24*4+2] = 48; in InitCustomColors()
7988 vgapal16[32*4+2] = 84; in InitCustomColors()
7991 vgapal16[25*4+0] = 64; in InitCustomColors()
7992 vgapal16[25*4+1] = 56; in InitCustomColors()
7993 vgapal16[25*4+2] = 56; in InitCustomColors()
7995 vgapal16[26*4+0] = 96; in InitCustomColors()
7996 vgapal16[26*4+1] = 96; in InitCustomColors()
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dbuild.cpp583 vgapal16[9*4+0] = 252; in InitCustomColors()
584 vgapal16[9*4+1] = 124; in InitCustomColors()
585 vgapal16[9*4+2] = 28; in InitCustomColors()
611 vgapal16[24*4+2] = 48; in InitCustomColors()
615 vgapal16[32*4+2] = 84; in InitCustomColors()
618 vgapal16[25*4+0] = 64; in InitCustomColors()
619 vgapal16[25*4+1] = 56; in InitCustomColors()
620 vgapal16[25*4+2] = 56; in InitCustomColors()
622 vgapal16[26*4+0] = 96; in InitCustomColors()
623 vgapal16[26*4+1] = 96; in InitCustomColors()
[all …]
H A Dpalette.cpp411 palette_t *edcol = (palette_t *) &vgapal16[4*i]; in palettePostLoadTables()
H A Ddefs.cpp589 vgapal16[col*4+0] = b<<2; // blue in defsparser()
590 vgapal16[col*4+1] = g<<2; // green in defsparser()
591 vgapal16[col*4+2] = r<<2; // red in defsparser()
H A Dengine.cpp1420 uint8_t vgapal16[4*256] = variable
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dbuild.h986 extern uint8_t vgapal16[4*256];
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dengine.c535 unsigned char vgapal16[4*256] = variable
9804 curpalettefaded[i].b = curpalette[i].b = vgapal16[4*i] << 2; in setvgapalette()
9805 curpalettefaded[i].g = curpalette[i].g = vgapal16[4*i+1] << 2; in setvgapalette()
9806 curpalettefaded[i].r = curpalette[i].r = vgapal16[4*i+2] << 2; in setvgapalette()
9808 setpalette(0,256,vgapal16); in setvgapalette()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginerr/
H A DENGINE.C235 static char vgapal16[48] = variable
2681 tempbuf[bufplc++] = (vgapal16[i]<<2); in screencapture()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginera/
H A DENGINE.C234 static char vgapal16[48] = variable
2720 tempbuf[bufplc++] = (vgapal16[i]<<2); in screencapture()