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

  /external/ImageMagick/MagickCore/
blob.c 379 (void) DetachBlob(image->blob);
610 (void) DetachBlob(image->blob);
682 % DetachBlob() detaches a blob from the BlobInfo structure.
684 % The format of the DetachBlob method is:
686 % void *DetachBlob(BlobInfo *blob_info)
693 MagickExport void *DetachBlob(BlobInfo *blob_info)
    [all...]
methods.h 291 #define DetachBlob PrependMagickMethod(DetachBlob)
    [all...]

Completed in 209 milliseconds