Searched refs:BlobToFile (Results 1 – 5 of 5) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | blob.h | 64 BlobToFile(char *,const void *,const size_t,ExceptionInfo *),
|
D | opencl.c | 1304 (void) BlobToFile(filename,binaryProgram,binaryProgramSize,exception); in CacheOpenCLKernel() 1355 (void) BlobToFile(filename,kernel,strlen(kernel),exception); in LogOpenCLBuildFailure() 1367 (void) BlobToFile(filename,log,log_size,exception); in LogOpenCLBuildFailure()
|
D | methods.h | 115 #define BlobToFile PrependMagickMethod(BlobToFile) macro
|
D | blob.c | 347 MagickExport MagickBooleanType BlobToFile(char *filename,const void *blob, in BlobToFile() function 487 status=BlobToFile(blob_info->filename,blob,length,exception); in BlobToImage() 3659 status=BlobToFile(ping_info->filename,blob,length,exception); in PingBlob()
|
/external/ImageMagick/coders/ |
D | video.c | 582 status=BlobToFile(filename,blob,length,exception); in WriteVIDEOImage()
|