Home
last modified time | relevance | path

Searched refs:WriteBlobLong (Results 1 – 9 of 9) sorted by relevance

/external/ImageMagick/coders/
Dvips.c653 (void) WriteBlobLong(image,(unsigned int) image->columns); in WriteVIPSImage()
654 (void) WriteBlobLong(image,(unsigned int) image->rows); in WriteVIPSImage()
661 (void) WriteBlobLong(image,channels); in WriteVIPSImage()
662 (void) WriteBlobLong(image,0); in WriteVIPSImage()
664 (void) WriteBlobLong(image,(unsigned int) VIPSBandFormatUSHORT); in WriteVIPSImage()
668 (void) WriteBlobLong(image,(unsigned int) VIPSBandFormatUCHAR); in WriteVIPSImage()
670 (void) WriteBlobLong(image,VIPSCodingNONE); in WriteVIPSImage()
674 (void) WriteBlobLong(image,VIPSTypeCMYK); in WriteVIPSImage()
678 (void) WriteBlobLong(image, VIPSTypeGREY16); in WriteVIPSImage()
680 (void) WriteBlobLong(image, VIPSTypeB_W); in WriteVIPSImage()
[all …]
Dipl.c611 (void) WriteBlobLong(image, 4); in WriteIPLImage()
614 (void) WriteBlobLong(image, ipl_info.size); in WriteIPLImage()
615 (void) WriteBlobLong(image, ipl_info.width); in WriteIPLImage()
616 (void) WriteBlobLong(image, ipl_info.height); in WriteIPLImage()
617 (void) WriteBlobLong(image, ipl_info.colors); in WriteIPLImage()
619 (void) WriteBlobLong(image, 1); in WriteIPLImage()
621 (void) WriteBlobLong(image, ipl_info.z); in WriteIPLImage()
622 (void) WriteBlobLong(image, ipl_info.time); in WriteIPLImage()
623 (void) WriteBlobLong(image, ipl_info.byteType); in WriteIPLImage()
690 (void) WriteBlobLong(image, 0); in WriteIPLImage()
Ddpx.c1551 offset+=WriteBlobLong(image,dpx.file.magic); in WriteDPXImage()
1561 offset+=WriteBlobLong(image,dpx.file.image_offset); in WriteDPXImage()
1571 offset+=WriteBlobLong(image,dpx.file.file_size); in WriteDPXImage()
1573 offset+=WriteBlobLong(image,dpx.file.ditto_key); in WriteDPXImage()
1575 offset+=WriteBlobLong(image,dpx.file.generic_size); in WriteDPXImage()
1577 offset+=WriteBlobLong(image,dpx.file.industry_size); in WriteDPXImage()
1584 offset+=WriteBlobLong(image,dpx.file.user_size); in WriteDPXImage()
1614 offset+=WriteBlobLong(image,dpx.file.encrypt_key); in WriteDPXImage()
1638 offset+=WriteBlobLong(image,(unsigned int) image->columns); in WriteDPXImage()
1639 offset+=WriteBlobLong(image,(unsigned int) image->rows); in WriteDPXImage()
[all …]
Dcin.c968 offset+=WriteBlobLong(image,(unsigned int) cin.file.magic); in WriteCINImage()
970 offset+=WriteBlobLong(image,(unsigned int) cin.file.image_offset); in WriteCINImage()
972 offset+=WriteBlobLong(image,(unsigned int) cin.file.generic_length); in WriteCINImage()
974 offset+=WriteBlobLong(image,(unsigned int) cin.file.industry_length); in WriteCINImage()
982 offset+=WriteBlobLong(image,(unsigned int) cin.file.user_length); in WriteCINImage()
984 offset+=WriteBlobLong(image,(unsigned int) cin.file.file_size); in WriteCINImage()
1026 offset+=WriteBlobLong(image,(unsigned int) in WriteCINImage()
1029 offset+=WriteBlobLong(image,(unsigned int) in WriteCINImage()
1068 offset+=WriteBlobLong(image,(unsigned int) cin.data_format.line_pad); in WriteCINImage()
1070 offset+=WriteBlobLong(image,(unsigned int) cin.data_format.channel_pad); in WriteCINImage()
[all …]
Dfarbfeld.c365 (void) WriteBlobLong(image,(unsigned int) image->columns); in WriteFARBFELDImage()
366 (void) WriteBlobLong(image,(unsigned int) image->rows); in WriteFARBFELDImage()
Dpsd.c2782 return(WriteBlobLong(image,(unsigned int) size)); in SetPSDSize()
3677 size+=WriteBlobLong(image,(unsigned int) name_length); in WritePSDLayersInternal()
3679 size+=WriteBlobLong(image,0); in WritePSDLayersInternal()
3687 size+=WriteBlobLong(image,20); in WritePSDLayersInternal()
3699 size+=WriteBlobLong(image,0); in WritePSDLayersInternal()
/external/ImageMagick/MagickCore/
Dblob-private.h114 WriteBlobLong(Image *,const unsigned int),
Dmethods.h1144 #define WriteBlobLong PrependMagickMethod(WriteBlobLong) macro
Dblob.c5917 return(WriteBlobLong(image,quantum.unsigned_value)); in WriteBlobFloat()
5945 MagickExport ssize_t WriteBlobLong(Image *image,const unsigned int value) in WriteBlobLong() function