Home
last modified time | relevance | path

Searched refs:PCX_BPP (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/xv-m17n/xv-3.10a/
H A Dxvpcx.c21 #define PCX_BPP 3 macro
95 colors = 1 << (hdr[PCX_BPP] * hdr[PCX_PLANES]);
96 fullcolor = (hdr[PCX_BPP] == 8 && hdr[PCX_PLANES] == 3);
102 hdr[PCX_BPP], hdr[PCX_PLANES],
197 hdr[PCX_BPP], (hdr[PCX_BPP]==1) ? "" : "s",
236 switch (hdr[PCX_BPP]) {
/dports/japanese/xv/xv-3.10a/
H A Dxvpcx.c21 #define PCX_BPP 3 macro
95 colors = 1 << (hdr[PCX_BPP] * hdr[PCX_PLANES]);
96 fullcolor = (hdr[PCX_BPP] == 8 && hdr[PCX_PLANES] == 3);
102 hdr[PCX_BPP], hdr[PCX_PLANES],
197 hdr[PCX_BPP], (hdr[PCX_BPP]==1) ? "" : "s",
236 switch (hdr[PCX_BPP]) {
/dports/graphics/xv/xv-3.10a/
H A Dxvpcx.c21 #define PCX_BPP 3 macro
95 colors = 1 << (hdr[PCX_BPP] * hdr[PCX_PLANES]);
96 fullcolor = (hdr[PCX_BPP] == 8 && hdr[PCX_PLANES] == 3);
102 hdr[PCX_BPP], hdr[PCX_PLANES],
197 hdr[PCX_BPP], (hdr[PCX_BPP]==1) ? "" : "s",
236 switch (hdr[PCX_BPP]) {
/dports/graphics/sam2p/sam2p-0.49.4/
H A Din_pcx.cpp88 #define PCX_BPP 3 macro
183 colors = 1 << (hdr[PCX_BPP] * hdr[PCX_PLANES]);
184 fullcolor = (hdr[PCX_BPP] == 8 && hdr[PCX_PLANES] == 3);
190 hdr[PCX_BPP], hdr[PCX_PLANES],
297 hdr[PCX_BPP], (hdr[PCX_BPP]==1) ? "" : "s",
334 switch (hdr[PCX_BPP]) {
335 …case 1: case 2: case 4: case 8: pcxLoadRaster(fp, image, hdr[PCX_BPP], hdr, pinfo->w, pinfo->h); …
538 && buf[PCX_BPP]<=8 in in_pcx_checker()
/dports/graphics/tif22pnm/tif22pnm-0.14/
H A Dminigimp.c1455 #define PCX_BPP 3 macro
1473 buf[PCX_ENC]==1 && buf[PCX_BPP]<=8) ret=GIMPTS_FF_PCX; in gimpts_magic()
/dports/graphics/mtpaint/mtPaint-4ea607e/src/
H A Dpng.c7235 #define PCX_BPP 3 /* 8b */ macro
7284 bits = hdr[PCX_BPP]; in load_pcx()