Home | History | Annotate | Download | only in coders

Lines Matching defs:byte

106     byte;
111 byte=ReadBlobByte(image);
112 if (byte == EOF)
115 *value|=(unsigned int) (byte & 0x7f);
116 } while (byte & 0x80);
127 byte;
199 byte=0;
204 byte=ReadBlobByte(image);
205 if (byte == EOF)
208 SetPixelIndex(image,(byte & (0x01 << (7-bit))) ? 1 : 0,q);
371 byte;
401 byte=0;
405 byte|=0x1 << (7-bit);
409 (void) WriteBlobByte(image,byte);
411 byte=0;
416 (void) WriteBlobByte(image,byte);