HomeSort by relevance Sort by last modified time
    Searched defs:CloneBlobInfo (Results 1 - 2 of 2) sorted by null

  /external/ImageMagick/MagickCore/
blob.c 437 % CloneBlobInfo() makes a duplicate of the given blob info structure, or if
440 % The format of the CloneBlobInfo method is:
442 % BlobInfo *CloneBlobInfo(const BlobInfo *blob_info)
449 MagickExport BlobInfo *CloneBlobInfo(const BlobInfo *blob_info)
768 blob=CloneBlobInfo(image->blob);
    [all...]
methods.h 150 #define CloneBlobInfo PrependMagickMethod(CloneBlobInfo)
    [all...]

Completed in 88 milliseconds