Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:WriteBlobByte

301   (void) WriteBlobByte(image,'~');
302 (void) WriteBlobByte(image,'>');
303 (void) WriteBlobByte(image,'\n');
332 (void) WriteBlobByte(image,'\n');
335 (void) WriteBlobByte(image,(unsigned char) *q);
693 (void) WriteBlobByte(image,(unsigned char) byte); \
871 (void) WriteBlobByte(image,byte);
925 (void) WriteBlobByte(image,(unsigned char) (accumulator >> 24)); \
1043 (void) WriteBlobByte(image,(unsigned char) (accumulator >> 24));
1112 (void) WriteBlobByte(image,(unsigned char) 0);
1113 (void) WriteBlobByte(image,*pixels);
1119 (void) WriteBlobByte(image,(unsigned char) 1);
1120 (void) WriteBlobByte(image,*pixels);
1121 (void) WriteBlobByte(image,pixels[1]);
1129 (void) WriteBlobByte(image,(unsigned char) ((256-3)+1));
1130 (void) WriteBlobByte(image,*pixels);
1133 (void) WriteBlobByte(image,(unsigned char) 2);
1134 (void) WriteBlobByte(image,*pixels);
1135 (void) WriteBlobByte(image,pixels[1]);
1136 (void) WriteBlobByte(image,pixels[2]);
1154 (void) WriteBlobByte(image,(unsigned char) ((256-count)+1));
1155 (void) WriteBlobByte(image,*pixels);
1174 (void) WriteBlobByte(image,packbits[j]);
1180 (void) WriteBlobByte(image,(unsigned char) 128); /* EOD marker */
1282 (void) WriteBlobByte(image,compress_pixels[i]);