Home | History | Annotate | Download | only in coders

Lines Matching refs:WriteBlobMSBShort

801     (void) WriteBlobMSBShort(image,(unsigned short) image->columns); /* width */
802 (void) WriteBlobMSBShort(image,(unsigned short) image->rows); /* height */
805 (void) WriteBlobMSBShort(image,(unsigned short) bytes_per_row);
809 (void) WriteBlobMSBShort(image, flags);
817 (void) WriteBlobMSBShort(image,0); /* nextDepthOffset */
826 (void) WriteBlobMSBShort(image,0); /* reserved */
845 (void) WriteBlobMSBShort(image,(unsigned short) image->colors);
884 (void) WriteBlobMSBShort(image,0); /* fill in size later */
1001 (void) WriteBlobMSBShort(image,flags);
1019 (void) WriteBlobMSBShort(image,(unsigned short) (GetBlobSize(image)-
1034 (void) WriteBlobMSBShort(image,(unsigned short) nextDepthOffset);