Home
last modified time | relevance | path

Searched refs:FileToBlob (Results 1 – 6 of 6) sorted by relevance

/external/ImageMagick/MagickCore/
Dblob.h84 *FileToBlob(const char *,const size_t,size_t *,ExceptionInfo *),
Dstring.c962 return((char *) FileToBlob(filename,extent,&length,exception)); in FileToString()
1003 string_info->datum=(unsigned char *) FileToBlob(filename,extent, in FileToStringInfo()
Dmethods.h330 #define FileToBlob PrependMagickMethod(FileToBlob) macro
Dblob.c1393 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()
Dopencl.c1326 binaryProgram=(unsigned char *) FileToBlob(filename,~0UL,&length, in LoadCachedOpenCLKernels()
/external/ImageMagick/coders/
Dvideo.c574 blob=(unsigned char *) FileToBlob(previous_image,~0UL,&length, in WriteVIDEOImage()