Home
last modified time | relevance | path

Searched refs:AttachBlob (Results 1 – 5 of 5) sorted by relevance

/external/ImageMagick/coders/
Dmeta.c1197 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()
Dtiff.c1044 AttachBlob(layers->blob,layer_info->datum,layer_info->length); in TIFFReadPhotoshopLayers()
/external/ImageMagick/MagickCore/
Dblob-private.h138 AttachBlob(BlobInfo *,const void *,const size_t),
Dblob.c198 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()
Dmethods.h113 #define AttachBlob PrependMagickMethod(AttachBlob) macro