Lines Matching defs:byte
119 byte;
169 byte=0;
173 byte=(size_t) ReadBlobByte(image);
175 SetPixelIndex(image,((byte & 0x01) != 0) ? 0x00 : 0x01,q);
177 SetPixelIndex(image,((byte & 0x01) != 0) ? 0x01 : 0x00,q);
181 byte>>=1;
305 byte;
335 byte=0;
338 byte>>=1;
342 byte|=0x80;
346 byte|=0x80;
350 (void) WriteBlobByte(image,(unsigned char) byte);
352 byte=0;
357 (void) WriteBlobByte(image,(unsigned char) (byte >> (8-bit)));