Home
last modified time | relevance | path

Searched refs:dbitx (Results 1 – 8 of 8) sorted by relevance

/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxifast.c219 int dbitx = data_x & 7; in image_simple_expand() local
220 byte sbit = 0x80 >> dbitx; in image_simple_expand()
221 byte sbitmask = 0xff >> dbitx; in image_simple_expand()
222 uint wx = dbitx + w; in image_simple_expand()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxifast.c224 int dbitx = data_x & 7; in image_simple_expand() local
225 byte sbit = 0x80 >> dbitx; in image_simple_expand()
226 byte sbitmask = 0xff >> dbitx; in image_simple_expand()
227 uint wx = dbitx + w; in image_simple_expand()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxifast.c224 int dbitx = data_x & 7; in image_simple_expand() local
225 byte sbit = 0x80 >> dbitx; in image_simple_expand()
226 byte sbitmask = 0xff >> dbitx; in image_simple_expand()
227 uint wx = dbitx + w; in image_simple_expand()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxifast.c219 int dbitx = data_x & 7; in image_simple_expand() local
220 byte sbit = 0x80 >> dbitx; in image_simple_expand()
221 byte sbitmask = 0xff >> dbitx; in image_simple_expand()
222 uint wx = dbitx + w; in image_simple_expand()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxifast.c222 int dbitx = data_x & 7; in image_simple_expand() local
223 byte sbit = 0x80 >> dbitx; in image_simple_expand()
224 byte sbitmask = 0xff >> dbitx; in image_simple_expand()
225 uint wx = dbitx + w; in image_simple_expand()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxifast.c222 int dbitx = data_x & 7; in image_simple_expand() local
223 byte sbit = 0x80 >> dbitx; in image_simple_expand()
224 byte sbitmask = 0xff >> dbitx; in image_simple_expand()
225 uint wx = dbitx + w; in image_simple_expand()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxifast.c221 int dbitx = data_x & 7; in image_simple_expand() local
222 byte sbit = 0x80 >> dbitx; in image_simple_expand()
223 byte sbitmask = 0xff >> dbitx; in image_simple_expand()
224 uint wx = dbitx + w; in image_simple_expand()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxifast.c221 int dbitx = data_x & 7; in image_simple_expand() local
222 byte sbit = 0x80 >> dbitx; in image_simple_expand()
223 byte sbitmask = 0xff >> dbitx; in image_simple_expand()
224 uint wx = dbitx + w; in image_simple_expand()