Home
last modified time | relevance | path

Searched refs:HICOLOR (Results 1 – 11 of 11) sorted by relevance

/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dscreenshot.cpp59 # define HICOLOR (videoGetRenderMode() >= REND_POLYMOST && in3dmode()) macro
61 # define HICOLOR 0 macro
75 uint8_t * const imgBuf = (uint8_t *) Xmalloc(xdim * ydim * (HICOLOR ? 3 : 1)); in videoCaptureScreen()
80 if (HICOLOR) in videoCaptureScreen()
134 png_write(fp, xdim, ydim, HICOLOR ? PNG_TRUECOLOR : PNG_INDEXED, imgBuf); in videoCaptureScreen()
156 if (HICOLOR) in videoCaptureScreenTGA()
178 if (!HICOLOR) in videoCaptureScreenTGA()
204 if (HICOLOR) in videoCaptureScreenTGA()
233 #undef HICOLOR
/dports/math/scilab/scilab-6.1.1/scilab/modules/commons/src/java/org/scilab/modules/commons/gui/
H A DFindIconHelper.java89 if (!theme.isEmpty() && !theme.equals(HICOLOR)) { in findIconHelper()
90 return findIconHelper(icon, size, HICOLOR); in findIconHelper()
103 private static final String HICOLOR = "hicolor"; field in FindIconHelper
/dports/emulators/fuse-utils/fuse-utils-1.4.3/
H A Dfmfconv_types.h33 HICOLOR, /* C -> Timex HiColor */ enumerator
H A Dfmfconv_types.c43 retval = HICOLOR; in get_screen_type()
/dports/emulators/uae/uae-0.8.29/src/include/
H A Dpicasso96.h159 HICOLOR, enumerator
/dports/emulators/fs-uae/fs-uae-3.1.35/src/od-win32/
H A Dpicasso96_win.h99 HICOLOR, enumerator
H A Dpicasso96_win.cpp1979 res->Modes[HICOLOR] = amigamemptr; in FillBoardInfo()
2566 put_long (ABI + PSSO_BoardInfo_PixelClockCount + HICOLOR * 4, 1);
2573 put_word (ABI + PSSO_BoardInfo_MaxHorValue + HICOLOR * 2, 0xffff);
2578 put_word (ABI + PSSO_BoardInfo_MaxVerValue + HICOLOR * 2, 0xffff);
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Dpicasso96.h184 HICOLOR, enumerator
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Dpicasso96.h224 HICOLOR, enumerator
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dpicasso96.c1638 res->Modes[HICOLOR] = amigamemptr; in FillBoardInfo()
2001 put_long (ABI + PSSO_BoardInfo_PixelClockCount + HICOLOR * 4, 1); in inituaegfx()
2008 put_word (ABI + PSSO_BoardInfo_MaxHorValue + HICOLOR * 2, 0xffff); in inituaegfx()
2013 put_word (ABI + PSSO_BoardInfo_MaxVerValue + HICOLOR * 2, 0xffff); in inituaegfx()
/dports/emulators/uae/uae-0.8.29/src/
H A Dpicasso96.c821 res->Modes[HICOLOR] = amigamemptr; in FillBoardInfo()
935 res.Modes[HICOLOR] = 0; in picasso_InitCard()