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

  /external/ImageMagick/MagickCore/
blob-private.h 62 *CloneBlobInfo(const BlobInfo *),
methods.h 150 #define CloneBlobInfo PrependMagickMethod(CloneBlobInfo)
    [all...]
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...]
image.c 211 image->blob=CloneBlobInfo((BlobInfo *) NULL);
892 clone_image->blob=CloneBlobInfo((BlobInfo *) NULL);
    [all...]
  /external/ImageMagick/coders/
histogram.c 384 histogram_image->blob=CloneBlobInfo(image->blob);
387 image->blob=CloneBlobInfo(histogram_image->blob);

Completed in 95 milliseconds