Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:blob

48 #include "MagickCore/blob.h"
49 #include "MagickCore/blob-private.h"
211 image->blob=CloneBlobInfo((BlobInfo *) NULL);
408 image->next->blob=ReferenceBlob(image->blob);
887 clone_image->blob=ReferenceBlob(image->blob);
892 clone_image->blob=CloneBlobInfo((BlobInfo *) NULL);
999 SetImageInfoBlob(clone_info,image_info->blob,image_info->length);
1302 % blob of the specified image is referenced by other images. If the reference
1303 % count is higher then 1 a new blob is assigned to the specified image.
2877 % SetImageInfoBlob() sets the image info blob member.
2881 % void SetImageInfoBlob(ImageInfo *image_info,const void *blob,
2888 % o blob: the blob.
2890 % o length: the blob length.
2893 MagickExport void SetImageInfoBlob(ImageInfo *image_info,const void *blob,
2901 image_info->blob=(void *) blob;