Searched refs:AttachBlob (Results 1 – 5 of 5) sorted by relevance
/external/ImageMagick/coders/ |
D | meta.c | 1197 AttachBlob(buff->blob,blob,length); in ReadMETAImage() 1239 AttachBlob(buff->blob,blob,length); in ReadMETAImage() 1264 AttachBlob(iptc->blob,GetStringInfoDatum(profile), in ReadMETAImage() 1304 AttachBlob(buff->blob,blob,length); in ReadMETAImage() 1327 AttachBlob(buff->blob,blob,length); in ReadMETAImage() 1350 AttachBlob(buff->blob,blob,length); in ReadMETAImage() 2284 AttachBlob(buff->blob,GetStringInfoDatum(profile), in WriteMETAImage() 2318 AttachBlob(buff->blob,info,length); in WriteMETAImage()
|
D | tiff.c | 1044 AttachBlob(layers->blob,layer_info->datum,layer_info->length); in TIFFReadPhotoshopLayers()
|
/external/ImageMagick/MagickCore/ |
D | blob-private.h | 138 AttachBlob(BlobInfo *,const void *,const size_t),
|
D | blob.c | 198 MagickExport void AttachBlob(BlobInfo *blob_info,const void *blob, in AttachBlob() function 2415 AttachBlob(image->blob,image_info->blob,image_info->length); in OpenBlob() 2651 AttachBlob(image->blob,blob,length); in OpenBlob()
|
D | methods.h | 113 #define AttachBlob PrependMagickMethod(AttachBlob) macro
|