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

  /external/ImageMagick/MagickCore/
blob.c 253 % AttachBlob() attaches a blob to the BlobInfo structure.
255 % The format of the AttachBlob method is:
257 % void AttachBlob(BlobInfo *blob_info,const void *blob,const size_t length)
269 MagickExport void AttachBlob(BlobInfo *blob_info,const void *blob,
    [all...]
methods.h 100 #define AttachBlob PrependMagickMethod(AttachBlob)
    [all...]

Completed in 50 milliseconds