Searched refs:FileToBlob (Results 1 – 6 of 6) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | blob.h | 84 *FileToBlob(const char *,const size_t,size_t *,ExceptionInfo *),
|
D | string.c | 962 return((char *) FileToBlob(filename,extent,&length,exception)); in FileToString() 1003 string_info->datum=(unsigned char *) FileToBlob(filename,extent, in FileToStringInfo()
|
D | methods.h | 330 #define FileToBlob PrependMagickMethod(FileToBlob) macro
|
D | blob.c | 1393 MagickExport void *FileToBlob(const char *filename,const size_t extent, in FileToBlob() function 2114 blob=FileToBlob(unique,~0UL,length,exception); in ImageToBlob() 2520 blob=FileToBlob(unique,~0UL,length,exception); in ImagesToBlob()
|
D | opencl.c | 1326 binaryProgram=(unsigned char *) FileToBlob(filename,~0UL,&length, in LoadCachedOpenCLKernels()
|
/external/ImageMagick/coders/ |
D | video.c | 574 blob=(unsigned char *) FileToBlob(previous_image,~0UL,&length, in WriteVIDEOImage()
|