Home | History | Annotate | Download | only in coders

Lines Matching defs:byte

108     byte;
182 byte=0;
187 byte=ReadBlobByte(image);
188 if (byte == EOF)
191 SetPixelIndex(image,(byte & (0x01 << (7-bit))) ? 0x00 : 0x01,q);
326 byte,
369 byte=0;
373 byte|=0x1 << (7-bit);
377 (void) WriteBlobByte(image,byte);
379 byte=0;
384 (void) WriteBlobByte(image,byte);