Home
last modified time | relevance | path

Searched refs:BlobToStringInfo (Results 1 – 17 of 17) sorted by relevance

/external/ImageMagick/MagickCore/
Dstring_.h91 *BlobToStringInfo(const void *,const size_t),
Dmethods.h112 #define BlobToStringInfo PrependMagickMethod(BlobToStringInfo) macro
Dstring.c229 MagickExport StringInfo *BlobToStringInfo(const void *blob,const size_t length) in BlobToStringInfo() function
/external/ImageMagick/coders/
Dwebp.c411 profile=BlobToStringInfo(chunk.bytes,chunk.size); in ReadWEBPImage()
421 profile=BlobToStringInfo(chunk.bytes,chunk.size); in ReadWEBPImage()
431 profile=BlobToStringInfo(chunk.bytes,chunk.size); in ReadWEBPImage()
Dmeta.c1256 profile=BlobToStringInfo(GetBlobStreamData(buff),(size_t) in ReadMETAImage()
1327 profile=BlobToStringInfo(GetBlobStreamData(buff),(size_t) in ReadMETAImage()
1358 profile=BlobToStringInfo(GetBlobStreamData(buff),(size_t) in ReadMETAImage()
1386 profile=BlobToStringInfo(GetBlobStreamData(buff),(size_t) in ReadMETAImage()
1414 profile=BlobToStringInfo(GetBlobStreamData(buff),(size_t) in ReadMETAImage()
Ddng.c503 profile=BlobToStringInfo(raw_info->color.profile, in ReadDNGImage()
514 profile=BlobToStringInfo(raw_info->idata.xmpdata, in ReadDNGImage()
Djpeg.c446 comment=BlobToStringInfo((const void *) NULL,length); in ReadComment()
537 profile=BlobToStringInfo((const void *) NULL,length); in ReadICCProfile()
654 profile=BlobToStringInfo((const void *) NULL,length); in ReadIPTCProfile()
746 profile=BlobToStringInfo((const void *) NULL,length); in ReadProfile()
Dheic.c264 profile=BlobToStringInfo(exif_buffer+4,exif_size-4); in ReadHEICImage()
Dpict.c1389 profile=BlobToStringInfo((const void *) NULL,length); in ReadPICTImage()
1403 profile=BlobToStringInfo((const void *) NULL,length); in ReadPICTImage()
Djp2.c434 profile=BlobToStringInfo(jp2_image->icc_profile_buf, in ReadJP2Image()
Dgif.c1195 profile=BlobToStringInfo(info,(size_t) info_length); in ReadGIFImage()
Dcin.c712 profile=BlobToStringInfo((const unsigned char *) NULL, in ReadCINImage()
Dps.c960 profile=BlobToStringInfo((const void *) NULL,length); in ReadPSImage()
Ddpx.c1123 profile=BlobToStringInfo((const unsigned char *) NULL, in ReadDPXImage()
Dpng.c1843 profile=BlobToStringInfo((const void *) NULL,length); in Magick_png_read_raw_profile()
1901 profile=BlobToStringInfo((const void *) NULL,size+6); in PNGSetExifProfile()
2736 profile=BlobToStringInfo(info,(const size_t) profile_length); in ReadOnePNGImage()
Dpsd.c783 profile=BlobToStringInfo((const unsigned char *) NULL,length); in ParseImageResourceBlocks()
Dtiff.c614 profile=BlobToStringInfo(datum,(size_t) length); in ReadProfile()