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

  /external/ImageMagick/coders/
meta.c     [all...]
histogram.c 383 histogram_image->blob=DetachBlob(histogram_image->blob);
386 image->blob=DetachBlob(image->blob);
tiff.c     [all...]
  /external/ImageMagick/MagickCore/
blob-private.h 139 *DetachBlob(BlobInfo *),
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 4233 milliseconds