Home
last modified time | relevance | path

Searched defs:BPART (Results 1 – 4 of 4) sorted by relevance

/dports/games/zdoom/zdoom-2.8.1/src/
H A Dv_palette.h46 #define BPART(c) ((c)&0xff) macro
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dv_palette.h46 #define BPART(c) ((c)&0xff) macro
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dgl_sky.c413 #define BPART(c) ((c)&0xff) macro
/dports/games/odamex/odamex-src-0.7.0/common/
H A Dv_video.h50 #define BPART(c) (screen->bluePart(c)) macro