/external/ImageMagick/MagickCore/ |
string_.h | 91 *BlobToStringInfo(const void *,const size_t),
|
methods.h | 112 #define BlobToStringInfo PrependMagickMethod(BlobToStringInfo) [all...] |
string.c | 221 % BlobToStringInfo() returns the contents of a blob as a StringInfo structure 224 % The format of the BlobToStringInfo method is: 226 % StringInfo *BlobToStringInfo(const void *blob,const size_t length) 235 MagickExport StringInfo *BlobToStringInfo(const void *blob,const size_t length) [all...] |
/external/ImageMagick/coders/ |
meta.c | [all...] |
webp.c | 415 profile=BlobToStringInfo(chunk.bytes,chunk.size); 425 profile=BlobToStringInfo(chunk.bytes,chunk.size); 435 profile=BlobToStringInfo(chunk.bytes,chunk.size);
|
dng.c | 504 profile=BlobToStringInfo(raw_info->color.profile, 515 profile=BlobToStringInfo(raw_info->idata.xmpdata,
|
heic.c | 266 profile=BlobToStringInfo(exif_buffer+4,exif_size-4);
|
jpeg.c | 452 comment=BlobToStringInfo((const void *) NULL,length); 543 profile=BlobToStringInfo((const void *) NULL,length); 660 profile=BlobToStringInfo((const void *) NULL,length); 752 profile=BlobToStringInfo((const void *) NULL,length); [all...] |
pict.c | [all...] |
jp2.c | 439 profile=BlobToStringInfo(jp2_image->icc_profile_buf, [all...] |
cin.c | 717 profile=BlobToStringInfo((const unsigned char *) NULL, [all...] |
gif.c | [all...] |
ps.c | 965 profile=BlobToStringInfo((const void *) NULL,length); [all...] |
dpx.c | [all...] |
png.c | [all...] |
psd.c | 788 profile=BlobToStringInfo((const unsigned char *) NULL,length); [all...] |
tiff.c | 620 profile=BlobToStringInfo(datum,(size_t) length); [all...] |