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

  /external/ImageMagick/MagickCore/
blob.c 485 (void) DetachBlob(image->blob);
715 (void) DetachBlob(blob_info);
990 % DetachBlob() detaches a blob from the BlobInfo structure.
992 % The format of the DetachBlob method is:
994 % void *DetachBlob(BlobInfo *blob_info)
1001 MagickExport void *DetachBlob(BlobInfo *blob_info)
    [all...]
methods.h 274 #define DetachBlob PrependMagickMethod(DetachBlob)
    [all...]

Completed in 47 milliseconds