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

  /external/ImageMagick/MagickCore/
blob.h 45 BlobToFile(char *,const void *,const size_t,ExceptionInfo *),
opencl.c     [all...]
methods.h 125 #define BlobToFile PrependMagickMethod(BlobToFile)
    [all...]
blob.c 232 % BlobToFile() writes a blob to a file. It returns MagickFalse if an error
235 % The format of the BlobToFile method is:
237 % MagickBooleanType BlobToFile(char *filename,const void *blob,
251 MagickExport MagickBooleanType BlobToFile(char *filename,const void *blob,
389 status=BlobToFile(blob_info->filename,blob,length,exception);
    [all...]
  /external/ImageMagick/coders/
mpeg.c 553 status=BlobToFile(filename,blob,length,exception);

Completed in 95 milliseconds