Home
last modified time | relevance | path

Searched refs:inverseit (Results 1 – 5 of 5) sorted by relevance

/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dscreenshot.cpp64 int videoCaptureScreen(const char *filename, char inverseit) in videoCaptureScreen() argument
85 if (inverseit) in videoCaptureScreen()
110 if (inverseit) in videoCaptureScreen()
141 int videoCaptureScreenTGA(const char *filename, char inverseit) in videoCaptureScreenTGA() argument
181 if (inverseit) in videoCaptureScreenTGA()
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dbuild.h1442 int videoCaptureScreen(const char *filename, char inverseit) ATTRIBUTE((nonnull(1)));
1443 int videoCaptureScreenTGA(const char *filename, char inverseit) ATTRIBUTE((nonnull(1)));
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dengine.c532 static int screencapture_pcx(char *filename, char inverseit);
533 static int screencapture_tga(char *filename, char inverseit);
11130 static int screencapture_tga(char *filename, char inverseit) in screencapture_tga() argument
11202 if (inverseit && qsetmode != 200) { in screencapture_tga()
11291 static int screencapture_pcx(char *filename, char inverseit) in screencapture_pcx() argument
11356 if (inverseit && qsetmode != 200) { in screencapture_pcx()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginerr/
H A DENGINE.C2571 screencapture(char *filename, char inverseit) in screencapture() argument
2624 if ((inverseit == 1) && (((col&7) == 0) || ((col&7) == 7))) col ^= 15; in screencapture()
2633 if ((inverseit == 1) && (((ncol&7) == 0) || ((ncol&7) == 7))) ncol ^= 15; in screencapture()
2645 if ((inverseit == 1) && (((ncol&7) == 0) || ((ncol&7) == 7))) ncol ^= 15; in screencapture()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginera/
H A DENGINE.C2610 screencapture(char *filename, char inverseit) in screencapture() argument
2663 if ((inverseit == 1) && (((col&7) == 0) || ((col&7) == 7))) col ^= 15; in screencapture()
2672 if ((inverseit == 1) && (((ncol&7) == 0) || ((ncol&7) == 7))) ncol ^= 15; in screencapture()
2684 if ((inverseit == 1) && (((ncol&7) == 0) || ((ncol&7) == 7))) ncol ^= 15; in screencapture()