Home
last modified time | relevance | path

Searched refs:WriteBlobMSBShort (Results 1 – 11 of 11) sorted by relevance

/external/ImageMagick/coders/
Dpict.c696 (void) WriteBlobMSBShort(image,(unsigned short) length); in EncodeImage()
1820 (void) WriteBlobMSBShort(image,0); in WritePICTImage()
1821 (void) WriteBlobMSBShort(image,(unsigned short) size_rectangle.top); in WritePICTImage()
1822 (void) WriteBlobMSBShort(image,(unsigned short) size_rectangle.left); in WritePICTImage()
1823 (void) WriteBlobMSBShort(image,(unsigned short) size_rectangle.bottom); in WritePICTImage()
1824 (void) WriteBlobMSBShort(image,(unsigned short) size_rectangle.right); in WritePICTImage()
1825 (void) WriteBlobMSBShort(image,PictVersion); in WritePICTImage()
1826 (void) WriteBlobMSBShort(image,0x02ff); /* version #2 */ in WritePICTImage()
1827 (void) WriteBlobMSBShort(image,PictInfoOp); in WritePICTImage()
1832 (void) WriteBlobMSBShort(image,(unsigned short) x_resolution); in WritePICTImage()
[all …]
Dpalm.c794 (void) WriteBlobMSBShort(image,(unsigned short) image->columns); /* width */ in WritePALMImage()
795 (void) WriteBlobMSBShort(image,(unsigned short) image->rows); /* height */ in WritePALMImage()
798 (void) WriteBlobMSBShort(image,(unsigned short) bytes_per_row); in WritePALMImage()
802 (void) WriteBlobMSBShort(image, flags); in WritePALMImage()
810 (void) WriteBlobMSBShort(image,0); /* nextDepthOffset */ in WritePALMImage()
819 (void) WriteBlobMSBShort(image,0); /* reserved */ in WritePALMImage()
838 (void) WriteBlobMSBShort(image,(unsigned short) image->colors); in WritePALMImage()
877 (void) WriteBlobMSBShort(image,0); /* fill in size later */ in WritePALMImage()
994 (void) WriteBlobMSBShort(image,flags); in WritePALMImage()
1012 (void) WriteBlobMSBShort(image,(unsigned short) (GetBlobSize(image)- in WritePALMImage()
[all …]
Dpdb.c832 (void) WriteBlobMSBShort(image,(unsigned short) pdb_info.attributes); in WritePDBImage()
833 (void) WriteBlobMSBShort(image,(unsigned short) pdb_info.version); in WritePDBImage()
844 (void) WriteBlobMSBShort(image,(unsigned short) pdb_info.number_records); in WritePDBImage()
1000 (void) WriteBlobMSBShort(image,(unsigned short) pdb_image.x_last); in WritePDBImage()
1001 (void) WriteBlobMSBShort(image,(unsigned short) pdb_image.y_last); in WritePDBImage()
1003 (void) WriteBlobMSBShort(image,pdb_image.x_anchor); in WritePDBImage()
1004 (void) WriteBlobMSBShort(image,pdb_image.y_anchor); in WritePDBImage()
1005 (void) WriteBlobMSBShort(image,(unsigned short) pdb_image.width); in WritePDBImage()
1006 (void) WriteBlobMSBShort(image,(unsigned short) pdb_image.height); in WritePDBImage()
Dotb.c349 (void) WriteBlobMSBShort(image,(unsigned short) image->columns); in WriteOTBImage()
350 (void) WriteBlobMSBShort(image,(unsigned short) image->rows); in WriteOTBImage()
Dsgi.c1006 (void) WriteBlobMSBShort(image,iris_info.magic); in WriteSGIImage()
1009 (void) WriteBlobMSBShort(image,iris_info.dimension); in WriteSGIImage()
1010 (void) WriteBlobMSBShort(image,iris_info.columns); in WriteSGIImage()
1011 (void) WriteBlobMSBShort(image,iris_info.rows); in WriteSGIImage()
1012 (void) WriteBlobMSBShort(image,iris_info.depth); in WriteSGIImage()
1108 (void) WriteBlobMSBShort(image,*q); in WriteSGIImage()
Dpsd.c2755 return(WriteBlobMSBShort(image,(unsigned short) offset)); in SetPSDOffset()
2771 result=WriteBlobMSBShort(image,(unsigned short) size); in WritePSDOffset()
3311 (void) WriteBlobMSBShort(image,0x03ED); in WriteResolutionResourceBlock()
3312 (void) WriteBlobMSBShort(image,0); in WriteResolutionResourceBlock()
3315 (void) WriteBlobMSBShort(image,units); /* horizontal resolution unit */ in WriteResolutionResourceBlock()
3316 (void) WriteBlobMSBShort(image,units); /* width unit */ in WriteResolutionResourceBlock()
3318 (void) WriteBlobMSBShort(image,units); /* vertical resolution unit */ in WriteResolutionResourceBlock()
3319 (void) WriteBlobMSBShort(image,units); /* height unit */ in WriteResolutionResourceBlock()
3697 size+=WriteBlobMSBShort(image,0); in WritePSDLayersInternal()
3812 (void) WriteBlobMSBShort(image,psd_info.version); /* version */ in WritePSDImage()
[all …]
Dwbmp.c389 (void) WriteBlobMSBShort(image,0); in WriteWBMPImage()
Dmeta.c471 (void) WriteBlobMSBShort(ofile,(unsigned short) recnum); in parse8BIM()
519 (void) WriteBlobMSBShort(ofile,(unsigned short) len); in parse8BIM()
780 (void) WriteBlobMSBShort(ofile,(unsigned short) recnum); in parse8BIMW()
828 (void) WriteBlobMSBShort(ofile,(unsigned short) len); in parse8BIMW()
/external/ImageMagick/MagickCore/
Dblob-private.h123 WriteBlobMSBShort(Image *,const unsigned short),
Dmethods.h1150 #define WriteBlobMSBShort PrependMagickMethod(WriteBlobMSBShort) macro
Dblob.c6407 MagickExport ssize_t WriteBlobMSBShort(Image *image,const unsigned short value) in WriteBlobMSBShort() function