Home | History | Annotate | Download | only in coders

Lines Matching defs:byte

272     byte,
447 byte=(size_t) ReadBlobByte(image);
448 (void) ResetMagickMemory(one_row+i,(int) byte,(size_t) count);
466 byte=(size_t) MagickMin((ssize_t) bytes_per_row-i,8);
467 for (bit=0; bit < byte; bit++)
716 byte,
899 byte=0x00;
908 byte|=color << bit;
913 *ptr++=byte;
914 byte=0x00;
920 *ptr++=byte;
927 byte=one_row[x];
929 while ((one_row[++x] == byte) && (count < 255) &&
933 (void) WriteBlobByte(image,(unsigned char) byte);
946 for (bit=0, byte=0; bit < (unsigned char) MagickMin(8,(ssize_t) bytes_per_row-x); bit++)
950 byte |= (1 << (7 - bit));
954 (void) WriteBlobByte(image, byte);
989 /* padding to 4 byte word */