Searched refs:AttachBlob (Results 1 – 5 of 5) sorted by relevance
/external/ImageMagick/Magick++/fuzz/ |
D | huffman_decode_fuzzer.cc | 9 extern "C" void AttachBlob(BlobInfo *,const void *,const size_t); 14 MagickCore::AttachBlob(image.image()->blob,(const void *) Data,Size); in LLVMFuzzerTestOneInput()
|
/external/ImageMagick/MagickCore/ |
D | blob-private.h | 138 AttachBlob(BlobInfo *,const void *,const size_t),
|
D | methods.h | 105 #define AttachBlob PrependMagickMethod(AttachBlob) macro
|
D | blob.c | 264 MagickExport void AttachBlob(BlobInfo *blob_info,const void *blob, in AttachBlob() function 3245 AttachBlob(blob_info,image_info->blob,image_info->length); in OpenBlob() 3494 AttachBlob(blob_info,blob,length); in OpenBlob()
|
/external/ImageMagick/coders/ |
D | meta.c | 1241 AttachBlob(buff->blob,blob,length); in ReadMETAImage() 1302 AttachBlob(buff->blob,blob,length); in ReadMETAImage() 1327 AttachBlob(iptc->blob,GetStringInfoDatum(profile), in ReadMETAImage() 1370 AttachBlob(buff->blob,blob,length); in ReadMETAImage() 1398 AttachBlob(buff->blob,blob,length); in ReadMETAImage() 1426 AttachBlob(buff->blob,blob,length); in ReadMETAImage() 2386 AttachBlob(buff->blob,GetStringInfoDatum(profile), in WriteMETAImage() 2420 AttachBlob(buff->blob,info,length); in WriteMETAImage()
|