Home | History | Annotate | Download | only in coders

Lines Matching defs:byte

208     byte,
372 byte=0;
376 byte=(size_t) (*p++);
377 SetPixelIndex(image,(Quantum) ((byte & 0x01) != 0 ? 0x01 : 0x00),q);
379 byte>>=1;
507 byte;
548 byte=0;
561 byte>>=1;
563 byte|=0x80;
568 Write a bitmap byte to the image file.
571 (unsigned int) (byte & 0xff));
581 byte=0;
588 Write a bitmap byte to the image file.
590 byte>>=(8-bit);
592 (unsigned int) (byte & 0xff));
602 byte=0;