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

  /external/ImageMagick/MagickCore/
blob.h 63 BlobToFile(char *,const void *,const size_t,ExceptionInfo *),
opencl.c     [all...]
methods.h 110 #define BlobToFile PrependMagickMethod(BlobToFile)
    [all...]
blob.c 335 % BlobToFile() writes a blob to a file. It returns MagickFalse if an error
338 % The format of the BlobToFile method is:
340 % MagickBooleanType BlobToFile(char *filename,const void *blob,
354 MagickExport MagickBooleanType BlobToFile(char *filename,const void *blob,
495 status=BlobToFile(blob_info->filename,blob,length,exception);
    [all...]
  /external/ImageMagick/coders/
mpeg.c 578 status=BlobToFile(filename,blob,length,exception);

Completed in 155 milliseconds