Lines Matching defs:byte
5680 (void) LogMagickEvent(X11Event,GetMagickModule()," byte order: %d",
5877 % pixels are copied in least-significant bit and byte first order. The
5928 byte;
6014 byte=0;
6017 byte>>=1;
6019 byte|=foreground;
6021 byte|=background;
6025 *q++=byte;
6027 byte=0;
6032 *q=byte >> (8-bit);
6169 Convert to multi-byte color-mapped X canvas.
6416 Convert to multi-byte continuous-tone X canvas.
6456 byte=0;
6459 byte>>=1;
6461 byte|=0x80;
6465 *q++=byte;
6467 byte=0;
6472 *q=byte >> (8-bit);
6494 % image pixels are copied in most-significant bit and byte first order. The
6545 byte;
6632 byte=0;
6635 byte<<=1;
6637 byte|=foreground;
6639 byte|=background;
6643 *q++=byte;
6645 byte=0;
6650 *q=byte << (8-bit);
7045 Convert to multi-byte continuous-tone X canvas.
7087 byte=0;
7090 byte<<=1;
7092 byte|=0x01;
7096 *q++=byte;
7098 byte=0;
7103 *q=byte << (8-bit);
7256 byte,
7299 byte=0;
7312 byte>>=1;
7314 byte|=foreground;
7316 byte|=background;
7320 *q++=byte;
7322 byte=0;
7333 *q=byte >> (8-q_bit);
7371 byte=0;
7384 byte<<=1;
7386 byte|=foreground;
7388 byte|=background;
7392 *q++=byte;
7394 byte=0;
7405 *q=byte << (8-q_bit);
7455 Magnify multi-byte X image.