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

  /external/ImageMagick/MagickCore/
blob.h 65 *FileToBlob(const char *,const size_t,size_t *,ExceptionInfo *),
string.c     [all...]
methods.h 322 #define FileToBlob PrependMagickMethod(FileToBlob)
    [all...]
blob.c 954 % FileToBlob() returns the contents of a file as a buffer terminated with
959 % The format of the FileToBlob method is:
961 % void *FileToBlob(const char *filename,const size_t extent,
966 % o blob: FileToBlob() returns the contents of a file as a blob. If
978 MagickExport void *FileToBlob(const char *filename,const size_t extent,
    [all...]
opencl.c     [all...]
  /external/ImageMagick/coders/
mpeg.c 545 blob=(unsigned char *) FileToBlob(previous_image,~0UL,&length,

Completed in 108 milliseconds